Class CommonDestinationS3Props.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.destinations.CommonDestinationS3Props.Jsii$Proxy
All Implemented Interfaces:
CommonDestinationS3Props, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CommonDestinationS3Props

@Stability(Experimental) @Internal public static final class CommonDestinationS3Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonDestinationS3Props
An implementation for CommonDestinationS3Props
  • 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.destinations.CommonDestinationS3Props

    CommonDestinationS3Props.Builder, CommonDestinationS3Props.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CommonDestinationS3Props.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 Duration
    (experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.
    final Size
    (experimental) The size of the buffer that Kinesis Data Firehose uses for incoming data before delivering it to the S3 bucket.
    (experimental) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.
    final String
    (experimental) A prefix that Kinesis Data Firehose evaluates and adds to records before writing them to S3.
    final IKey
    (experimental) The AWS KMS key used to encrypt the data that it delivers to your Amazon S3 bucket.
    final String
    (experimental) A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
    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(CommonDestinationS3Props.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CommonDestinationS3Props.Builder.
  • Method Details