Class CommonDestinationProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CommonDestinationProps.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 Boolean
    (experimental) If true, log errors when data transformation or data delivery fails.
    final ILogGroup
    (experimental) The CloudWatch log group where log streams will be created to hold 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(CommonDestinationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CommonDestinationProps.Builder.
  • Method Details

    • getLogging

      public final Boolean getLogging()
      Description copied from interface: CommonDestinationProps
      (experimental) If true, log errors when data transformation or data delivery fails.

      If logGroup is provided, this will be implicitly set to true.

      Default: true - errors are logged.

      Specified by:
      getLogging in interface CommonDestinationProps
    • getLogGroup

      public final ILogGroup getLogGroup()
      Description copied from interface: CommonDestinationProps
      (experimental) The CloudWatch log group where log streams will be created to hold error logs.

      Default: - if `logging` is set to `true`, a log group will be created for you.

      Specified by:
      getLogGroup in interface CommonDestinationProps
    • getProcessor

      public final IDataProcessor getProcessor()
      Description copied from interface: CommonDestinationProps
      (experimental) The data transformation that should be performed on the data before writing to the destination.

      Default: - no data transformation will occur.

      Specified by:
      getProcessor in interface CommonDestinationProps
    • getRole

      public final IRole getRole()
      Description copied from interface: CommonDestinationProps
      (experimental) The IAM role associated with this destination.

      Assumed by Kinesis Data Firehose to invoke processors and write to destinations

      Default: - a role will be created with default permissions.

      Specified by:
      getRole in interface CommonDestinationProps
    • getS3Backup

      public final DestinationS3BackupProps getS3Backup()
      Description copied from interface: CommonDestinationProps
      (experimental) The configuration for backing up source records to S3.

      Default: - source records will not be backed up to S3.

      Specified by:
      getS3Backup in interface CommonDestinationProps
    • $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