@Generated(value="jsii-pacmak/1.78.1 (build 878761e)", date="2023-04-17T22:38:13.258Z") @Stability(value=Experimental) public interface DynamoDBv2PutItemActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.actions.alpha.*;
import software.amazon.awscdk.services.iam.*;
Role role;
DynamoDBv2PutItemActionProps dynamoDBv2PutItemActionProps = DynamoDBv2PutItemActionProps.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoDBv2PutItemActionProps.Builder
A builder for
DynamoDBv2PutItemActionProps |
static class |
DynamoDBv2PutItemActionProps.Jsii$Proxy
An implementation for
DynamoDBv2PutItemActionProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBv2PutItemActionProps.Builder |
builder() |
getRole@Stability(value=Experimental) static DynamoDBv2PutItemActionProps.Builder builder()
builder in interface CommonActionPropsDynamoDBv2PutItemActionProps.Builder of DynamoDBv2PutItemActionPropsCopyright © 2023. All rights reserved.