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(Experimental)
@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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.DeliveryStreamProps
DeliveryStreamProps.Builder, DeliveryStreamProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DeliveryStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDeliveryStreamProps.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
(experimental) A name for the delivery stream.final List<IDestination>
(experimental) The destinations that this delivery stream will deliver data to.final StreamEncryption
(experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.final IKey
(experimental) Customer managed key to server-side encrypt data in the stream.final IRole
getRole()
(experimental) The IAM role associated with this delivery stream.final IStream
(experimental) The Kinesis data stream to use as a source for this 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 theDeliveryStreamProps.Builder
.
-
-
Method Details
-
getDestinations
Description copied from interface:DeliveryStreamProps
(experimental) The destinations that this delivery stream will deliver data to.Only a singleton array is supported at this time.
- Specified by:
getDestinations
in interfaceDeliveryStreamProps
-
getDeliveryStreamName
Description copied from interface:DeliveryStreamProps
(experimental) A name for the delivery stream.Default: - a name is generated by CloudFormation.
- Specified by:
getDeliveryStreamName
in interfaceDeliveryStreamProps
-
getEncryption
Description copied from interface:DeliveryStreamProps
(experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.Default: StreamEncryption.UNENCRYPTED - unless `encryptionKey` is provided, in which case this will be implicitly set to `StreamEncryption.CUSTOMER_MANAGED`
- Specified by:
getEncryption
in interfaceDeliveryStreamProps
-
getEncryptionKey
Description copied from interface:DeliveryStreamProps
(experimental) Customer managed key to server-side encrypt data in the stream.Default: - no KMS key will be used; if `encryption` is set to `CUSTOMER_MANAGED`, a KMS key will be created for you
- Specified by:
getEncryptionKey
in interfaceDeliveryStreamProps
-
getRole
Description copied from interface:DeliveryStreamProps
(experimental) The IAM role associated with this delivery stream.Assumed by Kinesis Data Firehose to read from sources and encrypt data server-side.
Default: - a role will be created with default permissions.
- Specified by:
getRole
in interfaceDeliveryStreamProps
-
getSourceStream
Description copied from interface:DeliveryStreamProps
(experimental) The 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:
getSourceStream
in interfaceDeliveryStreamProps
-
$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()
-