Class DeliveryStreamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.DeliveryStreamProps.Jsii$Proxy
- All Implemented Interfaces:
DeliveryStreamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeliveryStreamProps
@Stability(Stable)
@Internal
public static final class DeliveryStreamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeliveryStreamProps
An implementation for
DeliveryStreamProps-
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.kinesisfirehose.DeliveryStreamProps
DeliveryStreamProps.Builder, DeliveryStreamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DeliveryStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDeliveryStreamProps.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 StringA name for the delivery stream.final IDestinationThe destination that this delivery stream will deliver data to.final StreamEncryptionIndicates the type of customer master key (CMK) to use for server-side encryption, if any.final IRolegetRole()The IAM role associated with this delivery stream.final ISourceThe Kinesis data stream to use as a source for this 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 theDeliveryStreamProps.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:DeliveryStreamPropsThe destination that this delivery stream will deliver data to.- Specified by:
getDestinationin interfaceDeliveryStreamProps
-
getDeliveryStreamName
Description copied from interface:DeliveryStreamPropsA name for the delivery stream.Default: - a name is generated by CloudFormation.
- Specified by:
getDeliveryStreamNamein interfaceDeliveryStreamProps
-
getEncryption
Description copied from interface:DeliveryStreamPropsIndicates the type of customer master key (CMK) to use for server-side encryption, if any.Default: StreamEncryption.unencrypted()
- Specified by:
getEncryptionin interfaceDeliveryStreamProps
-
getRole
Description copied from interface:DeliveryStreamPropsThe IAM role associated with this delivery stream.Assumed by Amazon Data Firehose to read from sources and encrypt data server-side.
Default: - a role will be created with default permissions.
- Specified by:
getRolein interfaceDeliveryStreamProps
-
getSource
Description copied from interface:DeliveryStreamPropsThe Kinesis data stream to use as a source for this delivery stream.Default: - data must be written to the delivery stream via a direct put.
- Specified by:
getSourcein interfaceDeliveryStreamProps
-
$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()
-