@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.474Z") @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
An implementation for
SecondaryIndexProps |
| Modifier and Type | Method and Description |
|---|---|
static SecondaryIndexProps.Builder |
builder() |
String |
getIndexName()
(experimental) The name of the secondary index.
|
default List<String> |
getNonKeyAttributes()
(experimental) The non-key attributes that are projected into the secondary index.
|
default ProjectionType |
getProjectionType()
(experimental) The set of attributes that are projected into the secondary index.
|
@Stability(value=Experimental) @NotNull String getIndexName()
@Stability(value=Experimental) @Nullable default List<String> getNonKeyAttributes()
Default: - No additional attributes
@Stability(value=Experimental) @Nullable default ProjectionType getProjectionType()
Default: ALL
@Stability(value=Experimental) static SecondaryIndexProps.Builder builder()
SecondaryIndexProps.Builder of SecondaryIndexPropsCopyright © 2021. All rights reserved.