@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.109Z") @Stability(value=Stable) public interface CfnDataCatalogProps 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.athena.*;
CfnDataCatalogProps cfnDataCatalogProps = CfnDataCatalogProps.builder()
.name("name")
.type("type")
// the properties below are optional
.description("description")
.parameters(Map.of(
"parametersKey", "parameters"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataCatalogProps.Builder
A builder for
CfnDataCatalogProps |
static class |
CfnDataCatalogProps.Jsii$Proxy
An implementation for
CfnDataCatalogProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataCatalogProps.Builder |
builder() |
default String |
getDescription()
`AWS::Athena::DataCatalog.Description`.
|
String |
getName()
`AWS::Athena::DataCatalog.Name`.
|
default Object |
getParameters()
`AWS::Athena::DataCatalog.Parameters`.
|
default List<CfnTag> |
getTags()
`AWS::Athena::DataCatalog.Tags`.
|
String |
getType()
`AWS::Athena::DataCatalog.Type`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDataCatalogProps.Builder builder()
CfnDataCatalogProps.Builder of CfnDataCatalogPropsCopyright © 2021. All rights reserved.