Class DestinationS3BackupProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the DestinationS3BackupProps.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 IBucket
    The S3 bucket that will store data and failed records.
    final Duration
    The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.
    final Size
    The size of the buffer that Amazon Data Firehose uses for incoming data before delivering it to the S3 bucket.
    The type of compression that Amazon Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.
    final String
    A prefix that Amazon Data Firehose evaluates and adds to records before writing them to S3.
    final IKey
    The AWS KMS key used to encrypt the data that it delivers to your Amazon S3 bucket.
    final String
    A prefix that Amazon Data Firehose evaluates and adds to failed records before writing them to S3.
    Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.
    Indicates the mode by which incoming records should be backed up to S3, if any.
    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(DestinationS3BackupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DestinationS3BackupProps.Builder.
  • Method Details