@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.569Z") @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.glue.*;
CfnRegistryProps cfnRegistryProps = CfnRegistryProps.builder()
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.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.
|
String |
getName()
The name of the registry.
|
default List<CfnTag> |
getTags()
AWS tags that contain a key value pair and may be searched by console, command line, or API.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRegistryProps.Builder builder()
CfnRegistryProps.Builder of CfnRegistryPropsCopyright © 2022. All rights reserved.