@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.329Z") @Stability(value=Stable) public interface CfnPartitionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPartitionProps.Builder
A builder for
CfnPartitionProps |
static class |
CfnPartitionProps.Jsii$Proxy
An implementation for
CfnPartitionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPartitionProps.Builder |
builder() |
String |
getCatalogId()
`AWS::Glue::Partition.CatalogId`.
|
String |
getDatabaseName()
`AWS::Glue::Partition.DatabaseName`.
|
Object |
getPartitionInput()
`AWS::Glue::Partition.PartitionInput`.
|
String |
getTableName()
`AWS::Glue::Partition.TableName`.
|
@Stability(value=Stable) @NotNull String getCatalogId()
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull Object getPartitionInput()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) static CfnPartitionProps.Builder builder()
CfnPartitionProps.Builder of CfnPartitionPropsCopyright © 2021. All rights reserved.