interface RecordSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MSK.CfnChannel.RecordSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnChannel_RecordSchemaProperty |
Java | software.amazon.awscdk.services.msk.CfnChannel.RecordSchemaProperty |
Python | aws_cdk.aws_msk.CfnChannel.RecordSchemaProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnChannel » 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-lib';
const recordSchemaProperty: msk.CfnChannel.RecordSchemaProperty = {
gsrArn: 'gsrArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| gsr | string | ARN of Glue Schema Registry resource used for table schema. |
gsrArn
Type:
string
ARN of Glue Schema Registry resource used for table schema.

.NET
Go
Java
Python
TypeScript