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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the DeliveryStreamProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) A name for the delivery stream.
    (experimental) The destinations that this delivery stream will deliver data to.
    (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
    (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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(DeliveryStreamProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DeliveryStreamProps.Builder.
  • Method Details

    • getDestinations

      public final List<IDestination> 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 interface DeliveryStreamProps
    • getDeliveryStreamName

      public final String getDeliveryStreamName()
      Description copied from interface: DeliveryStreamProps
      (experimental) A name for the delivery stream.

      Default: - a name is generated by CloudFormation.

      Specified by:
      getDeliveryStreamName in interface DeliveryStreamProps
    • getEncryption

      public final StreamEncryption 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 interface DeliveryStreamProps
    • getEncryptionKey

      public final IKey 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 interface DeliveryStreamProps
    • getRole

      public final IRole 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 interface DeliveryStreamProps
    • getSourceStream

      public final IStream 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 interface DeliveryStreamProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object