AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.glue.getSchema
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
This resource represents a schema of Glue Schema Registry.
Using getSchema
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSchema(args: GetSchemaArgs, opts?: InvokeOptions): Promise<GetSchemaResult>
function getSchemaOutput(args: GetSchemaOutputArgs, opts?: InvokeOptions): Output<GetSchemaResult>def get_schema(arn: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetSchemaResult
def get_schema_output(arn: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetSchemaResult]func LookupSchema(ctx *Context, args *LookupSchemaArgs, opts ...InvokeOption) (*LookupSchemaResult, error)
func LookupSchemaOutput(ctx *Context, args *LookupSchemaOutputArgs, opts ...InvokeOption) LookupSchemaResultOutput> Note: This function is named LookupSchema in the Go SDK.
public static class GetSchema 
{
    public static Task<GetSchemaResult> InvokeAsync(GetSchemaArgs args, InvokeOptions? opts = null)
    public static Output<GetSchemaResult> Invoke(GetSchemaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSchemaResult> getSchema(GetSchemaArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:glue:getSchema
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
 - Amazon Resource Name for the Schema.
 
- Arn string
 - Amazon Resource Name for the Schema.
 
- arn String
 - Amazon Resource Name for the Schema.
 
- arn string
 - Amazon Resource Name for the Schema.
 
- arn str
 - Amazon Resource Name for the Schema.
 
- arn String
 - Amazon Resource Name for the Schema.
 
getSchema Result
The following output properties are available:
- Arn string
 - Amazon Resource Name for the Schema.
 - Checkpoint
Version Pulumi.Aws Native. Glue. Outputs. Schema Version  - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - Compatibility
Pulumi.
Aws Native. Glue. Schema Compatibility  - Compatibility setting for the schema.
 - Description string
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - Initial
Schema stringVersion Id  - Represents the version ID associated with the initial schema version.
 - 
List<Pulumi.
Aws Native. Outputs. Tag>  - List of tags to tag the schema
 
- Arn string
 - Amazon Resource Name for the Schema.
 - Checkpoint
Version SchemaVersion Type  - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - Compatibility
Schema
Compatibility  - Compatibility setting for the schema.
 - Description string
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - Initial
Schema stringVersion Id  - Represents the version ID associated with the initial schema version.
 - Tag
 - List of tags to tag the schema
 
- arn String
 - Amazon Resource Name for the Schema.
 - checkpoint
Version SchemaVersion  - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - compatibility
Schema
Compatibility  - Compatibility setting for the schema.
 - description String
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - initial
Schema StringVersion Id  - Represents the version ID associated with the initial schema version.
 - List<Tag>
 - List of tags to tag the schema
 
- arn string
 - Amazon Resource Name for the Schema.
 - checkpoint
Version SchemaVersion  - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - compatibility
Schema
Compatibility  - Compatibility setting for the schema.
 - description string
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - initial
Schema stringVersion Id  - Represents the version ID associated with the initial schema version.
 - Tag[]
 - List of tags to tag the schema
 
- arn str
 - Amazon Resource Name for the Schema.
 - checkpoint_
version SchemaVersion  - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - compatibility
Schema
Compatibility  - Compatibility setting for the schema.
 - description str
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - initial_
schema_ strversion_ id  - Represents the version ID associated with the initial schema version.
 - Sequence[root_Tag]
 - List of tags to tag the schema
 
- arn String
 - Amazon Resource Name for the Schema.
 - checkpoint
Version Property Map - Specify the 
VersionNumberor theIsLatestfor setting the checkpoint for the schema. This is only required for updating a checkpoint. - compatibility "NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL"
 - Compatibility setting for the schema.
 - description String
 - A description of the schema. If description is not provided, there will not be any default value for this.
 - initial
Schema StringVersion Id  - Represents the version ID associated with the initial schema version.
 - List<Property Map>
 - List of tags to tag the schema
 
Supporting Types
SchemaCompatibility 
SchemaVersion 
- Is
Latest bool - Indicates if the latest version needs to be updated.
 - Version
Number int - Indicates the version number in the schema to update.
 
- Is
Latest bool - Indicates if the latest version needs to be updated.
 - Version
Number int - Indicates the version number in the schema to update.
 
- is
Latest Boolean - Indicates if the latest version needs to be updated.
 - version
Number Integer - Indicates the version number in the schema to update.
 
- is
Latest boolean - Indicates if the latest version needs to be updated.
 - version
Number number - Indicates the version number in the schema to update.
 
- is_
latest bool - Indicates if the latest version needs to be updated.
 - version_
number int - Indicates the version number in the schema to update.
 
- is
Latest Boolean - Indicates if the latest version needs to be updated.
 - version
Number Number - Indicates the version number in the schema to update.
 
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi