@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:28.611Z") @Stability(value=Experimental) public interface GlobalSecondaryIndexProps extends software.amazon.jsii.JsiiSerializable, SecondaryIndexProps, SchemaOptions
| 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() |
default Number |
getReadCapacity()
(experimental) The read capacity for the global secondary index.
|
default Number |
getWriteCapacity()
(experimental) The write capacity for the global secondary index.
|
getIndexName, getNonKeyAttributes, getProjectionTypegetPartitionKey, getSortKey@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 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 SchemaOptionsbuilder in interface SecondaryIndexPropsGlobalSecondaryIndexProps.Builder of GlobalSecondaryIndexPropsCopyright © 2021. All rights reserved.