@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.476Z") @Stability(value=Experimental) public interface TableAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TableAttributes.Builder
A builder for
TableAttributes |
static class |
TableAttributes.Jsii$Proxy
An implementation for
TableAttributes |
| Modifier and Type | Method and Description |
|---|---|
static TableAttributes.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) KMS encryption key, if this table uses a customer-managed encryption key.
|
default List<String> |
getGlobalIndexes()
(experimental) The name of the global indexes set for this Table.
|
default List<String> |
getLocalIndexes()
(experimental) The name of the local indexes set for this Table.
|
default String |
getTableArn()
(experimental) The ARN of the dynamodb table.
|
default String |
getTableName()
(experimental) The table name of the dynamodb table.
|
default String |
getTableStreamArn()
(experimental) The ARN of the table's stream.
|
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - no key
@Stability(value=Experimental) @Nullable default List<String> getGlobalIndexes()
Note that you need to set either this property, or {@link localIndexes}, if you want methods like grantReadData() to grant permissions for indexes as well as the table itself.
Default: - no global indexes
@Stability(value=Experimental) @Nullable default List<String> getLocalIndexes()
Note that you need to set either this property, or {@link globalIndexes}, if you want methods like grantReadData() to grant permissions for indexes as well as the table itself.
Default: - no local indexes
@Stability(value=Experimental) @Nullable default String getTableArn()
One of this, or {@link tableName}, is required.
Default: - no table arn
@Stability(value=Experimental) @Nullable default String getTableName()
One of this, or {@link tableArn}, is required.
Default: - no table name
@Stability(value=Experimental) @Nullable default String getTableStreamArn()
Default: - no table stream
@Stability(value=Experimental) static TableAttributes.Builder builder()
TableAttributes.Builder of TableAttributesCopyright © 2021. All rights reserved.