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