aws-native.glue.SchemaVersion
Explore with Pulumi AI
This resource represents an individual schema version of a schema defined in Glue Schema Registry.
Create SchemaVersion Resource
new SchemaVersion(name: string, args: SchemaVersionArgs, opts?: CustomResourceOptions);
@overload
def SchemaVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
schema: Optional[SchemaVersionSchemaArgs] = None,
schema_definition: Optional[str] = None)
@overload
def SchemaVersion(resource_name: str,
args: SchemaVersionInitArgs,
opts: Optional[ResourceOptions] = 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.
- name string
- The unique name of the resource.
- args SchemaVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args SchemaVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The SchemaVersion resource accepts the following input properties:
- Schema
Pulumi.
Aws Native. Glue. Inputs. Schema Version Schema Args - Schema
Definition string Complete definition of the schema in plain-text.
- Schema
Schema
Version Schema Args - Schema
Definition string Complete definition of the schema in plain-text.
- schema
Schema
Version Schema Args - schema
Definition String Complete definition of the schema in plain-text.
- schema
Schema
Version Schema Args - schema
Definition string Complete definition of the schema in plain-text.
- schema
Schema
Version Schema Args - schema_
definition str Complete definition of the schema in plain-text.
- schema Property Map
- schema
Definition 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 str
The provider-assigned unique ID for this managed resource.
- version_
id str Represents the version ID associated with the schema version.
Supporting Types
SchemaVersionSchema
- Registry
Name string Name of the registry to identify where the Schema is located.
- Schema
Arn string Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
- Schema
Name string Name of the schema. This parameter requires RegistryName to be provided.
- Registry
Name string Name of the registry to identify where the Schema is located.
- Schema
Arn string Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
- Schema
Name string Name of the schema. This parameter requires RegistryName to be provided.
- registry
Name String Name of the registry to identify where the Schema is located.
- schema
Arn String Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
- schema
Name String Name of the schema. This parameter requires RegistryName to be provided.
- registry
Name string Name of the registry to identify where the Schema is located.
- schema
Arn string Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
- schema
Name 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.
- registry
Name String Name of the registry to identify where the Schema is located.
- schema
Arn String Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema.
- schema
Name 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