Show / Hide Table of Contents

Class CfnSchemaVersionMetadataMixinProps

Properties for CfnSchemaVersionMetadataPropsMixin.

Inheritance
object
CfnSchemaVersionMetadataMixinProps
Implements
ICfnSchemaVersionMetadataMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSchemaVersionMetadataMixinProps : ICfnSchemaVersionMetadataMixinProps
Syntax (vb)
Public Class CfnSchemaVersionMetadataMixinProps Implements ICfnSchemaVersionMetadataMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html

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.Mixins.Preview.AWS.Glue.Mixins;

             var cfnSchemaVersionMetadataMixinProps = new CfnSchemaVersionMetadataMixinProps {
                 Key = "key",
                 SchemaVersionId = "schemaVersionId",
                 Value = "value"
             };

Synopsis

Constructors

CfnSchemaVersionMetadataMixinProps()

Properties for CfnSchemaVersionMetadataPropsMixin.

Properties

Key

A metadata key in a key-value pair for metadata.

SchemaVersionId

The version number of the schema.

Value

A metadata key's corresponding value.

Constructors

CfnSchemaVersionMetadataMixinProps()

Properties for CfnSchemaVersionMetadataPropsMixin.

public CfnSchemaVersionMetadataMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html

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.Mixins.Preview.AWS.Glue.Mixins;

             var cfnSchemaVersionMetadataMixinProps = new CfnSchemaVersionMetadataMixinProps {
                 Key = "key",
                 SchemaVersionId = "schemaVersionId",
                 Value = "value"
             };

Properties

Key

A metadata key in a key-value pair for metadata.

public string? Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html#cfn-glue-schemaversionmetadata-key

SchemaVersionId

The version number of the schema.

public string? SchemaVersionId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html#cfn-glue-schemaversionmetadata-schemaversionid

Value

A metadata key's corresponding value.

public string? Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html#cfn-glue-schemaversionmetadata-value

Implements

ICfnSchemaVersionMetadataMixinProps
Back to top Generated by DocFX