Interface CfnChannel.RecordSchemaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.RecordSchemaProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.RecordSchemaProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.msk.*;
RecordSchemaProperty recordSchemaProperty = RecordSchemaProperty.builder()
.gsrArn("gsrArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.RecordSchemaPropertystatic final classAn implementation forCfnChannel.RecordSchemaProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()ARN of Glue Schema Registry resource used for table schema.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGsrArn
ARN of Glue Schema Registry resource used for table schema.- See Also:
-
builder
-