@Stability(value=Stable) @Internal public static final class CfnTopicRule.FirehoseActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRule.FirehoseActionProperty
CfnTopicRule.FirehoseActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTopicRule.FirehoseActionProperty.Builder, CfnTopicRule.FirehoseActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTopicRule.FirehoseActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTopicRule.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBatchMode()
Whether to deliver the Kinesis Data Firehose stream as a batch by using [`PutRecordBatch`](https://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecordBatch.html) .
|
String |
getDeliveryStreamName()
The delivery stream name.
|
String |
getRoleArn()
The IAM role that grants access to the Amazon Kinesis Firehose stream.
|
String |
getSeparator()
A character separator that will be used to separate records written to the Firehose stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTopicRule.FirehoseActionProperty.Builder builder)
CfnTopicRule.ActionProperty.Builder.public final String getDeliveryStreamName()
CfnTopicRule.FirehoseActionPropertygetDeliveryStreamName in interface CfnTopicRule.FirehoseActionPropertypublic final String getRoleArn()
CfnTopicRule.FirehoseActionPropertygetRoleArn in interface CfnTopicRule.FirehoseActionPropertypublic final Object getBatchMode()
CfnTopicRule.FirehoseActionProperty
When batchMode is true and the rule's SQL statement evaluates to an Array, each Array element forms one record in the PutRecordBatch request. The resulting array can't have more than 500 records.
getBatchMode in interface CfnTopicRule.FirehoseActionPropertypublic final String getSeparator()
CfnTopicRule.FirehoseActionPropertyValid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
getSeparator in interface CfnTopicRule.FirehoseActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.