@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.347Z") @Stability(value=Stable) public interface CfnRegistryProps extends software.amazon.jsii.JsiiSerializable
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.eventschemas.*;
CfnRegistryProps cfnRegistryProps = CfnRegistryProps.builder()
.description("description")
.registryName("registryName")
.tags(List.of(TagsEntryProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRegistryProps.Builder
A builder for
CfnRegistryProps |
static class |
CfnRegistryProps.Jsii$Proxy
An implementation for
CfnRegistryProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRegistryProps.Builder |
builder() |
default String |
getDescription()
A description of the registry to be created.
|
default String |
getRegistryName()
The name of the schema registry.
|
default List<CfnRegistry.TagsEntryProperty> |
getTags()
Tags to associate with the registry.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getRegistryName()
@Stability(value=Stable) @Nullable default List<CfnRegistry.TagsEntryProperty> getTags()
@Stability(value=Stable) static CfnRegistryProps.Builder builder()
CfnRegistryProps.Builder of CfnRegistryPropsCopyright © 2022. All rights reserved.