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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the S3BucketProps.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.
    (experimental) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.
    (experimental) The data transformation that should be performed on the data before writing to the destination.
    final IRole
    (experimental) The IAM role associated with this destination.
    (experimental) The configuration for backing up source records 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(S3BucketProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the S3BucketProps.Builder.
  • Method Details