1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. glue
  5. SchemaVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.glue.SchemaVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

This resource represents an individual schema version of a schema defined in Glue Schema Registry.

Create SchemaVersion Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new SchemaVersion(name: string, args: SchemaVersionArgs, opts?: CustomResourceOptions);
@overload
def SchemaVersion(resource_name: str,
                  args: SchemaVersionInitArgs,
                  opts: Optional[ResourceOptions] = None)

@overload
def SchemaVersion(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  schema: Optional[SchemaVersionSchemaArgs] = None,
                  schema_definition: Optional[str] = None)
func NewSchemaVersion(ctx *Context, name string, args SchemaVersionArgs, opts ...ResourceOption) (*SchemaVersion, error)
public SchemaVersion(string name, SchemaVersionArgs args, CustomResourceOptions? opts = null)
public SchemaVersion(String name, SchemaVersionArgs args)
public SchemaVersion(String name, SchemaVersionArgs args, CustomResourceOptions options)
type: aws-native:glue:SchemaVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SchemaVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SchemaVersionInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SchemaVersionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SchemaVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SchemaVersionArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

SchemaVersion Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The SchemaVersion resource accepts the following input properties:

Schema This property is required. Pulumi.AwsNative.Glue.Inputs.SchemaVersionSchema
The schema that includes the schema version.
SchemaDefinition This property is required. string
Complete definition of the schema in plain-text.
Schema This property is required. SchemaVersionSchemaArgs
The schema that includes the schema version.
SchemaDefinition This property is required. string
Complete definition of the schema in plain-text.
schema This property is required. SchemaVersionSchema
The schema that includes the schema version.
schemaDefinition This property is required. String
Complete definition of the schema in plain-text.
schema This property is required. SchemaVersionSchema
The schema that includes the schema version.
schemaDefinition This property is required. string
Complete definition of the schema in plain-text.
schema This property is required. SchemaVersionSchemaArgs
The schema that includes the schema version.
schema_definition This property is required. str
Complete definition of the schema in plain-text.
schema This property is required. Property Map
The schema that includes the schema version.
schemaDefinition This property is required. String
Complete definition of the schema in plain-text.

Outputs

All input properties are implicitly available as output properties. Additionally, the SchemaVersion resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
VersionId string
Represents the version ID associated with the schema version.
Id string
The provider-assigned unique ID for this managed resource.
VersionId string
Represents the version ID associated with the schema version.
id String
The provider-assigned unique ID for this managed resource.
versionId String
Represents the version ID associated with the schema version.
id string
The provider-assigned unique ID for this managed resource.
versionId string
Represents the version ID associated with the schema version.
id str
The provider-assigned unique ID for this managed resource.
version_id str
Represents the version ID associated with the schema version.
id String
The provider-assigned unique ID for this managed resource.
versionId String
Represents the version ID associated with the schema version.

Supporting Types

SchemaVersionSchema
, SchemaVersionSchemaArgs

RegistryName string
Name of the registry to identify where the Schema is located.
SchemaArn string
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
SchemaName string
Name of the schema. This parameter requires RegistryName to be provided.
RegistryName string
Name of the registry to identify where the Schema is located.
SchemaArn string
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
SchemaName string
Name of the schema. This parameter requires RegistryName to be provided.
registryName String
Name of the registry to identify where the Schema is located.
schemaArn String
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
schemaName String
Name of the schema. This parameter requires RegistryName to be provided.
registryName string
Name of the registry to identify where the Schema is located.
schemaArn string
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
schemaName string
Name of the schema. This parameter requires RegistryName to be provided.
registry_name str
Name of the registry to identify where the Schema is located.
schema_arn str
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
schema_name str
Name of the schema. This parameter requires RegistryName to be provided.
registryName String
Name of the registry to identify where the Schema is located.
schemaArn String
Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
schemaName String
Name of the schema. This parameter requires RegistryName to be provided.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi