| Modifier and Type | Method and Description |
|---|---|
CfnSchema |
build() |
CfnSchema.Builder |
content(String content)
`AWS::EventSchemas::Schema.Content`.
|
static CfnSchema.Builder |
create(Construct scope,
String id) |
CfnSchema.Builder |
description(String description)
`AWS::EventSchemas::Schema.Description`.
|
CfnSchema.Builder |
registryName(String registryName)
`AWS::EventSchemas::Schema.RegistryName`.
|
CfnSchema.Builder |
schemaName(String schemaName)
`AWS::EventSchemas::Schema.SchemaName`.
|
CfnSchema.Builder |
tags(List<? extends CfnSchema.TagsEntryProperty> tags)
`AWS::EventSchemas::Schema.Tags`.
|
CfnSchema.Builder |
type(String type)
`AWS::EventSchemas::Schema.Type`.
|
@Stability(value=Stable) public static CfnSchema.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchema.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnSchema.Builder content(String content)
content - `AWS::EventSchemas::Schema.Content`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder registryName(String registryName)
registryName - `AWS::EventSchemas::Schema.RegistryName`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder type(String type)
type - `AWS::EventSchemas::Schema.Type`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder description(String description)
description - `AWS::EventSchemas::Schema.Description`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder schemaName(String schemaName)
schemaName - `AWS::EventSchemas::Schema.SchemaName`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder tags(List<? extends CfnSchema.TagsEntryProperty> tags)
tags - `AWS::EventSchemas::Schema.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.