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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.DynamoDBv2ActionProperty
CfnTopicRule.DynamoDBv2ActionProperty.Builder, CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.DynamoDBv2ActionProperty.Builder
.protected
Jsii$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.DynamoDBv2ActionProperty
Specifies 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.
- Specified by:
getPutItem
in interfaceCfnTopicRule.DynamoDBv2ActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.DynamoDBv2ActionProperty
The ARN of the IAM role that grants access to the DynamoDB table.- Specified by:
getRoleArn
in interfaceCfnTopicRule.DynamoDBv2ActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-