@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.599Z") @Stability(value=Experimental) public interface TableProps extends software.amazon.jsii.JsiiSerializable, DatabaseOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
TableProps.Builder
A builder for
TableProps |
static class |
TableProps.Jsii$Proxy
An implementation for
TableProps |
| Modifier and Type | Method and Description |
|---|---|
static TableProps.Builder |
builder() |
default RemovalPolicy |
getRemovalPolicy()
(experimental) The policy to apply when this resource is removed from the application.
|
List<Column> |
getTableColumns()
(experimental) The columns of the table.
|
default String |
getTableName()
(experimental) The name of the table.
|
getAdminUser, getCluster, getDatabaseName@Stability(value=Experimental) @NotNull List<Column> getTableColumns()
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: cdk.RemovalPolicy.Retain
@Stability(value=Experimental) @Nullable default String getTableName()
Default: - a name is generated
@Stability(value=Experimental) static TableProps.Builder builder()
builder in interface DatabaseOptionsTableProps.Builder of TablePropsCopyright © 2021. All rights reserved.