interface RecordSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnChannelPropsMixin.RecordSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnChannelPropsMixin_RecordSchemaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.RecordSchemaProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnChannelPropsMixin.RecordSchemaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnChannelPropsMixin » RecordSchemaProperty |
Record schema configuration for a topic.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from '@aws-cdk/cfn-property-mixins';
const recordSchemaProperty: msk.CfnChannelPropsMixin.RecordSchemaProperty = {
gsrArn: 'gsrArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| gsr | string | ARN of Glue Schema Registry resource used for table schema. |
gsrArn?
Type:
string
(optional)
ARN of Glue Schema Registry resource used for table schema.

.NET
Go
Java
Python
TypeScript