Class CfnAlarmModel.FirehoseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnAlarmModel.FirehoseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmModel.FirehoseProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmModel.FirehoseProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmModel.FirehoseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmModel.FirehoseProperty
An implementation for
CfnAlarmModel.FirehoseProperty
-
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.iotevents.CfnAlarmModel.FirehoseProperty
CfnAlarmModel.FirehoseProperty.Builder, CfnAlarmModel.FirehoseProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAlarmModel.FirehoseProperty.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 name of the Kinesis Data Firehose delivery stream where the data is written.final Object
You can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.final String
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.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 theCfnAlarmModel.FirehoseProperty.Builder
.
-
-
Method Details
-
getDeliveryStreamName
Description copied from interface:CfnAlarmModel.FirehoseProperty
The name of the Kinesis Data Firehose delivery stream where the data is written.- Specified by:
getDeliveryStreamName
in interfaceCfnAlarmModel.FirehoseProperty
- See Also:
-
getPayload
Description copied from interface:CfnAlarmModel.FirehoseProperty
You can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.- Specified by:
getPayload
in interfaceCfnAlarmModel.FirehoseProperty
- See Also:
-
getSeparator
Description copied from interface:CfnAlarmModel.FirehoseProperty
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
- Specified by:
getSeparator
in interfaceCfnAlarmModel.FirehoseProperty
- 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()
-