@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.916Z") @Stability(value=Experimental) public interface GlobalSecondaryIndexProps extends software.amazon.jsii.JsiiSerializable, SecondaryIndexProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
GlobalSecondaryIndexProps.Builder
A builder for
GlobalSecondaryIndexProps |
static class |
GlobalSecondaryIndexProps.Jsii$Proxy
An implementation for
GlobalSecondaryIndexProps |
| Modifier and Type | Method and Description |
|---|---|
static GlobalSecondaryIndexProps.Builder |
builder() |
Attribute |
getPartitionKey()
(experimental) The attribute of a partition key for the global secondary index.
|
default Number |
getReadCapacity()
(experimental) The read capacity for the global secondary index.
|
default Attribute |
getSortKey()
(experimental) The attribute of a sort key for the global secondary index.
|
default Number |
getWriteCapacity()
(experimental) The write capacity for the global secondary index.
|
getIndexName, getNonKeyAttributes, getProjectionType@Stability(value=Experimental) @NotNull Attribute getPartitionKey()
@Stability(value=Experimental) @Nullable default Number getReadCapacity()
Can only be provided if table billingMode is Provisioned or undefined.
Default: 5
@Stability(value=Experimental) @Nullable default Attribute getSortKey()
Default: - No sort key
@Stability(value=Experimental) @Nullable default Number getWriteCapacity()
Can only be provided if table billingMode is Provisioned or undefined.
Default: 5
@Stability(value=Experimental) static GlobalSecondaryIndexProps.Builder builder()
builder in interface SecondaryIndexPropsGlobalSecondaryIndexProps.Builder of GlobalSecondaryIndexPropsCopyright © 2021. All rights reserved.