@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:09:58.083Z") @Stability(value=Experimental) public interface SecondaryIndexProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecondaryIndexProps.Builder
A builder for
SecondaryIndexProps |
static class |
SecondaryIndexProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SecondaryIndexProps.Builder |
builder() |
String |
getIndexName()
The name of the secondary index.
|
List<String> |
getNonKeyAttributes()
The non-key attributes that are projected into the secondary index.
|
ProjectionType |
getProjectionType()
The set of attributes that are projected into the secondary index.
|
@Stability(value=Experimental) String getIndexName()
@Stability(value=Experimental) List<String> getNonKeyAttributes()
@Stability(value=Experimental) ProjectionType getProjectionType()
@Stability(value=Experimental) static SecondaryIndexProps.Builder builder()
SecondaryIndexProps.Builder of SecondaryIndexPropsCopyright © 2019. All rights reserved.