Class CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.DynamoDBv2ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.DynamoDBv2ActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.DynamoDBv2ActionProperty
An implementation for
CfnTopicRule.DynamoDBv2ActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.DynamoDBv2ActionProperty
CfnTopicRule.DynamoDBv2ActionProperty.Builder, CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.DynamoDBv2ActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.DynamoDBv2ActionProperty.Builder.
-
-
Method Details
-
getPutItem
Description copied from interface:CfnTopicRule.DynamoDBv2ActionPropertySpecifies the DynamoDB table to which the message data will be written. For example:.{ "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName": "my-table" } } }Each attribute in the message payload will be written to a separate column in the DynamoDB database.
Returns union: either
IResolvableorCfnTopicRule.PutItemInputProperty- Specified by:
getPutItemin interfaceCfnTopicRule.DynamoDBv2ActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.DynamoDBv2ActionPropertyThe ARN of the IAM role that grants access to the DynamoDB table.- Specified by:
getRoleArnin interfaceCfnTopicRule.DynamoDBv2ActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-