Class CfnTopicRule.FirehoseActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.FirehoseActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.FirehoseActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.FirehoseActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.FirehoseActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.FirehoseActionProperty
An implementation for
CfnTopicRule.FirehoseActionProperty-
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.FirehoseActionProperty
CfnTopicRule.FirehoseActionProperty.Builder, CfnTopicRule.FirehoseActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.FirehoseActionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhether to deliver the Kinesis Data Firehose stream as a batch by usingPutRecordBatch.final StringThe delivery stream name.final StringThe IAM role that grants access to the Amazon Kinesis Firehose stream.final StringA character separator that will be used to separate records written to the Firehose stream.final inthashCode()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.FirehoseActionProperty.Builder.
-
-
Method Details
-
getDeliveryStreamName
Description copied from interface:CfnTopicRule.FirehoseActionPropertyThe delivery stream name.- Specified by:
getDeliveryStreamNamein interfaceCfnTopicRule.FirehoseActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.FirehoseActionPropertyThe IAM role that grants access to the Amazon Kinesis Firehose stream.- Specified by:
getRoleArnin interfaceCfnTopicRule.FirehoseActionProperty- See Also:
-
getBatchMode
Description copied from interface:CfnTopicRule.FirehoseActionPropertyWhether to deliver the Kinesis Data Firehose stream as a batch by usingPutRecordBatch. The default value isfalse.When
batchModeistrueand the rule's SQL statement evaluates to an Array, each Array element forms one record in thePutRecordBatchrequest. The resulting array can't have more than 500 records.Returns union: either
BooleanorIResolvable- Specified by:
getBatchModein interfaceCfnTopicRule.FirehoseActionProperty- See Also:
-
getSeparator
Description copied from interface:CfnTopicRule.FirehoseActionPropertyA character separator that will be used to separate records written to the Firehose stream.Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
- Specified by:
getSeparatorin interfaceCfnTopicRule.FirehoseActionProperty- 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()
-