@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.591Z") @Stability(value=Stable) public interface CfnSchemaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchemaProps.Builder
A builder for
CfnSchemaProps |
static class |
CfnSchemaProps.Jsii$Proxy
An implementation for
CfnSchemaProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchemaProps.Builder |
builder() |
String |
getContent()
`AWS::EventSchemas::Schema.Content`.
|
default String |
getDescription()
`AWS::EventSchemas::Schema.Description`.
|
String |
getRegistryName()
`AWS::EventSchemas::Schema.RegistryName`.
|
default String |
getSchemaName()
`AWS::EventSchemas::Schema.SchemaName`.
|
default List<CfnSchema.TagsEntryProperty> |
getTags()
`AWS::EventSchemas::Schema.Tags`.
|
String |
getType()
`AWS::EventSchemas::Schema.Type`.
|
@Stability(value=Stable) @NotNull String getContent()
@Stability(value=Stable) @NotNull String getRegistryName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getSchemaName()
@Stability(value=Stable) @Nullable default List<CfnSchema.TagsEntryProperty> getTags()
@Stability(value=Stable) static CfnSchemaProps.Builder builder()
CfnSchemaProps.Builder of CfnSchemaPropsCopyright © 2021. All rights reserved.