Class CfnSchemaVersionMetadataMixinProps
Properties for CfnSchemaVersionMetadataPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
SchemaVersionId
The version number of the schema.
public string? SchemaVersionId { get; set; }
Property Value
Remarks
Value
A metadata key's corresponding value.
public string? Value { get; set; }