Class CfnTopicRule.KinesisActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.KinesisActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.KinesisActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.KinesisActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.KinesisActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.KinesisActionProperty
An implementation for
CfnTopicRule.KinesisActionProperty
-
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.KinesisActionProperty
CfnTopicRule.KinesisActionProperty.Builder, CfnTopicRule.KinesisActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.KinesisActionProperty.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.KinesisActionProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRule.KinesisActionProperty
The ARN of the IAM role that grants access to the Amazon Kinesis stream.- Specified by:
getRoleArn
in interfaceCfnTopicRule.KinesisActionProperty
- See Also:
-
getStreamName
Description copied from interface:CfnTopicRule.KinesisActionProperty
The name of the Amazon Kinesis stream.- Specified by:
getStreamName
in interfaceCfnTopicRule.KinesisActionProperty
- See Also:
-
getPartitionKey
Description copied from interface:CfnTopicRule.KinesisActionProperty
The partition key.- Specified by:
getPartitionKey
in interfaceCfnTopicRule.KinesisActionProperty
- 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()
-