Class CfnSchemaVersion
The AWS::Glue::SchemaVersion
is an AWS Glue resource type that manages schema versions of schemas in the AWS Glue Schema Registry.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSchemaVersion : CfnResource, IInspectable
Syntax (vb)
Public Class CfnSchemaVersion
Inherits CfnResource
Implements IInspectable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversion.html
CloudformationResource: AWS::Glue::SchemaVersion
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Glue;
var cfnSchemaVersion = new CfnSchemaVersion(this, "MyCfnSchemaVersion", new CfnSchemaVersionProps {
Schema = new SchemaProperty {
RegistryName = "registryName",
SchemaArn = "schemaArn",
SchemaName = "schemaName"
},
SchemaDefinition = "schemaDefinition"
});
Synopsis
Constructors
CfnSchemaVersion(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnSchemaVersion(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnSchemaVersion(Construct, String, ICfnSchemaVersionProps) |
Properties
AttrVersionId | Represents the version ID associated with the schema version. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Schema | The schema that includes the schema version. |
SchemaDefinition | The schema definition for the schema version. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSchemaVersion(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSchemaVersion(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnSchemaVersion(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSchemaVersion(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnSchemaVersion(Construct, String, ICfnSchemaVersionProps)
public CfnSchemaVersion(Construct scope, string id, ICfnSchemaVersionProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnSchemaVersionProps
Resource properties.
Properties
AttrVersionId
Represents the version ID associated with the schema version.
public virtual string AttrVersionId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: VersionId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Schema
The schema that includes the schema version.
public virtual object Schema { get; set; }
Property Value
System.Object
SchemaDefinition
The schema definition for the schema version.
public virtual string SchemaDefinition { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>