Class CfnTopicRule.DynamoDBActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.DynamoDBActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.DynamoDBActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.DynamoDBActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.DynamoDBActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.DynamoDBActionProperty
An implementation for
CfnTopicRule.DynamoDBActionProperty
-
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.DynamoDBActionProperty
CfnTopicRule.DynamoDBActionProperty.Builder, CfnTopicRule.DynamoDBActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.DynamoDBActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The hash key name.final String
The hash key type.final String
The hash key value.final String
The action payload.final String
The range key name.final String
The range key type.final String
The range key value.final String
The ARN of the IAM role that grants access to the DynamoDB table.final String
The name of the DynamoDB table.final int
hashCode()
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.DynamoDBActionProperty.Builder
.
-
-
Method Details
-
getHashKeyField
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The hash key name.- Specified by:
getHashKeyField
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getHashKeyValue
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The hash key value.- Specified by:
getHashKeyValue
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The ARN of the IAM role that grants access to the DynamoDB table.- Specified by:
getRoleArn
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getTableName
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The name of the DynamoDB table.- Specified by:
getTableName
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getHashKeyType
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The hash key type.Valid values are "STRING" or "NUMBER"
- Specified by:
getHashKeyType
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getPayloadField
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The action payload.This name can be customized.
- Specified by:
getPayloadField
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getRangeKeyField
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The range key name.- Specified by:
getRangeKeyField
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getRangeKeyType
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The range key type.Valid values are "STRING" or "NUMBER"
- Specified by:
getRangeKeyType
in interfaceCfnTopicRule.DynamoDBActionProperty
- See Also:
-
getRangeKeyValue
Description copied from interface:CfnTopicRule.DynamoDBActionProperty
The range key value.- Specified by:
getRangeKeyValue
in interfaceCfnTopicRule.DynamoDBActionProperty
- 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()
-