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