| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ProjectionType |
SecondaryIndexProps.getProjectionType()
(experimental) The set of attributes that are projected into the secondary index.
|
ProjectionType |
SecondaryIndexProps.Jsii$Proxy.getProjectionType() |
ProjectionType |
LocalSecondaryIndexProps.Jsii$Proxy.getProjectionType() |
ProjectionType |
GlobalSecondaryIndexProps.Jsii$Proxy.getProjectionType() |
static ProjectionType |
ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionType[] |
ProjectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecondaryIndexProps.Builder |
SecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
| Constructor and Description |
|---|
Jsii$Proxy(Attribute partitionKey,
Number readCapacity,
Attribute sortKey,
Number writeCapacity,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
GlobalSecondaryIndexProps.Builder. |
Jsii$Proxy(Attribute sortKey,
String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
LocalSecondaryIndexProps.Builder. |
Jsii$Proxy(String indexName,
List<String> nonKeyAttributes,
ProjectionType projectionType)
Constructor that initializes the object based on literal property values passed by the
SecondaryIndexProps.Builder. |
Copyright © 2021. All rights reserved.