@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.276Z") @Stability(value=Experimental) public interface DynamoGetItemProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoGetItemProps.Builder
A builder for
DynamoGetItemProps |
static class |
DynamoGetItemProps.Jsii$Proxy
An implementation for
DynamoGetItemProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoGetItemProps.Builder |
builder() |
default Boolean |
getConsistentRead()
(experimental) Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;
|
default Map<String,String> |
getExpressionAttributeNames()
(experimental) One or more substitution tokens for attribute names in an expression.
|
Map<String,DynamoAttributeValue> |
getKey()
(experimental) Primary key of the item to retrieve.
|
default List<DynamoProjectionExpression> |
getProjectionExpression()
(experimental) An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
default DynamoConsumedCapacity |
getReturnConsumedCapacity()
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
ITable |
getTable()
(experimental) The name of the table containing the requested item.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull Map<String,DynamoAttributeValue> getKey()
For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-Key@Stability(value=Experimental) @NotNull ITable getTable()
@Stability(value=Experimental) @Nullable default Boolean getConsistentRead()
otherwise, the operation uses eventually consistent reads.
Default: false
@Stability(value=Experimental) @Nullable default Map<String,String> getExpressionAttributeNames()
Default: - No expression attributes
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ExpressionAttributeNames@Stability(value=Experimental) @Nullable default List<DynamoProjectionExpression> getProjectionExpression()
These attributes can include scalars, sets, or elements of a JSON document.
Default: - No projection expression
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ProjectionExpression@Stability(value=Experimental) @Nullable default DynamoConsumedCapacity getReturnConsumedCapacity()
Default: DynamoConsumedCapacity.NONE
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ReturnConsumedCapacity@Stability(value=Experimental) static DynamoGetItemProps.Builder builder()
builder in interface TaskStateBasePropsDynamoGetItemProps.Builder of DynamoGetItemPropsCopyright © 2021. All rights reserved.