@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.091Z")
public interface CfnRegistryProps
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 java.lang.String |
getDescription()
A description of the registry.
|
java.lang.String |
getName()
The name of the registry.
|
default java.util.List<CfnTag> |
getTags()
AWS tags that contain a key value pair and may be searched by console, command line, or API.
|
java.lang.String getName()
default java.lang.String getDescription()
default java.util.List<CfnTag> getTags()
static CfnRegistryProps.Builder builder()
CfnRegistryProps.Builder
of CfnRegistryProps