Class CfnTopicRulePropsMixin.FirehoseActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.FirehoseActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.FirehoseActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.FirehoseActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.FirehoseActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.FirehoseActionProperty
An implementation for
CfnTopicRulePropsMixin.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.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.FirehoseActionProperty
CfnTopicRulePropsMixin.FirehoseActionProperty.Builder, CfnTopicRulePropsMixin.FirehoseActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.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 ObjectThe delivery stream name.final ObjectThe 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 theCfnTopicRulePropsMixin.FirehoseActionProperty.Builder.
-
-
Method Details
-
getBatchMode
Description copied from interface:CfnTopicRulePropsMixin.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 interfaceCfnTopicRulePropsMixin.FirehoseActionProperty- See Also:
-
getDeliveryStreamName
Description copied from interface:CfnTopicRulePropsMixin.FirehoseActionPropertyThe delivery stream name.Returns union: either
StringorIDeliveryStreamRef- Specified by:
getDeliveryStreamNamein interfaceCfnTopicRulePropsMixin.FirehoseActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.FirehoseActionPropertyThe IAM role that grants access to the Amazon Kinesis Firehose stream.- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.FirehoseActionProperty- See Also:
-
getSeparator
Description copied from interface:CfnTopicRulePropsMixin.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 interfaceCfnTopicRulePropsMixin.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()
-