Interface DynamoDBv2PutItemActionProps
- All Superinterfaces:
CommonActionProps
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DynamoDBv2PutItemActionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-06T14:43:29.572Z")
@Stability(Experimental)
public interface DynamoDBv2PutItemActionProps
extends software.amazon.jsii.JsiiSerializable, CommonActionProps
(experimental) Configuration properties of an action for the dynamodb table.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forDynamoDBv2PutItemActionProps
static final class
An implementation forDynamoDBv2PutItemActionProps
-
Method Summary
Methods inherited from interface software.amazon.awscdk.services.iot.actions.alpha.CommonActionProps
getRole
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
-