@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:26.752Z") @Stability(value=Stable) 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()
The read capacity for the global secondary index.
|
default Number |
getWriteCapacity()
The write capacity for the global secondary index.
|
getIndexName, getNonKeyAttributes, getProjectionTypegetPartitionKey, getSortKey@Stability(value=Stable) @Nullable default Number getReadCapacity()
Can only be provided if table billingMode is Provisioned or undefined.
Default: 5
@Stability(value=Stable) @Nullable default Number getWriteCapacity()
Can only be provided if table billingMode is Provisioned or undefined.
Default: 5
@Stability(value=Stable) static GlobalSecondaryIndexProps.Builder builder()
builder in interface SchemaOptionsbuilder in interface SecondaryIndexPropsGlobalSecondaryIndexProps.Builder of GlobalSecondaryIndexPropsCopyright © 2021. All rights reserved.