| Package | Description |
|---|---|
| software.amazon.awscdk.services.eventschemas |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnSchema.TagsEntryProperty.Jsii$Proxy
An implementation for
CfnSchema.TagsEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnSchema.TagsEntryProperty |
CfnSchema.TagsEntryProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnSchema.TagsEntryProperty> |
CfnSchemaProps.getTags()
`AWS::EventSchemas::Schema.Tags`.
|
List<CfnSchema.TagsEntryProperty> |
CfnSchemaProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchemaProps.Builder |
CfnSchemaProps.Builder.tags(List<? extends CfnSchema.TagsEntryProperty> tags)
Sets the value of
CfnSchemaProps.getTags() |
CfnSchema.Builder |
CfnSchema.Builder.tags(List<? extends CfnSchema.TagsEntryProperty> tags)
`AWS::EventSchemas::Schema.Tags`.
|
| Constructor and Description |
|---|
Jsii$Proxy(String content,
String registryName,
String type,
String description,
String schemaName,
List<? extends CfnSchema.TagsEntryProperty> tags)
Constructor that initializes the object based on literal property values passed by the
CfnSchemaProps.Builder. |
Copyright © 2021. All rights reserved.