Class CfnAlarmModelPropsMixin.FirehoseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnAlarmModelPropsMixin.FirehoseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmModelPropsMixin.FirehoseProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmModelPropsMixin.FirehoseProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmModelPropsMixin.FirehoseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmModelPropsMixin.FirehoseProperty
An implementation for
CfnAlarmModelPropsMixin.FirehoseProperty-
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.iotevents.CfnAlarmModelPropsMixin.FirehoseProperty
CfnAlarmModelPropsMixin.FirehoseProperty.Builder, CfnAlarmModelPropsMixin.FirehoseProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAlarmModelPropsMixin.FirehoseProperty.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 StringThe name of the Kinesis Data Firehose delivery stream where the data is written.final ObjectYou can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.final StringA character separator that is used to separate records written to the Kinesis Data Firehose delivery 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 theCfnAlarmModelPropsMixin.FirehoseProperty.Builder.
-
-
Method Details
-
getDeliveryStreamName
Description copied from interface:CfnAlarmModelPropsMixin.FirehosePropertyThe name of the Kinesis Data Firehose delivery stream where the data is written.- Specified by:
getDeliveryStreamNamein interfaceCfnAlarmModelPropsMixin.FirehoseProperty- See Also:
-
getPayload
Description copied from interface:CfnAlarmModelPropsMixin.FirehosePropertyYou can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.Returns union: either
IResolvableorCfnAlarmModelPropsMixin.PayloadProperty- Specified by:
getPayloadin interfaceCfnAlarmModelPropsMixin.FirehoseProperty- See Also:
-
getSeparator
Description copied from interface:CfnAlarmModelPropsMixin.FirehosePropertyA 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:
getSeparatorin interfaceCfnAlarmModelPropsMixin.FirehoseProperty- 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()
-