Class S3BucketProps.Jsii$Proxy
- All Implemented Interfaces:
CommonDestinationProps
,CommonDestinationS3Props
,S3BucketProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3BucketProps
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
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(S3BucketProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theS3BucketProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final Duration
Deprecated.(deprecated) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.final Size
Deprecated.(deprecated) The size of the buffer that Kinesis Data Firehose uses for incoming data before delivering it to the S3 bucket.final Compression
Deprecated.(deprecated) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.final String
Deprecated.(deprecated) A prefix that Kinesis Data Firehose evaluates and adds to records before writing them to S3.final IKey
Deprecated.(deprecated) The AWS KMS key used to encrypt the data that it delivers to your Amazon S3 bucket.final String
Deprecated.(deprecated) A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.final ILoggingConfig
Deprecated.(deprecated) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final IDataProcessor
Deprecated.(deprecated) The data transformation that should be performed on the data before writing to the destination.final IRole
getRole()
Deprecated.(deprecated) The IAM role associated with this destination.final DestinationS3BackupProps
Deprecated.(deprecated) The configuration for backing up source records to S3.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theS3BucketProps.Builder
.
-
-
Method Details
-
getBufferingInterval
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.Minimum: Duration.seconds(0) Maximum: Duration.seconds(900)
Default: Duration.seconds(300)
- Specified by:
getBufferingInterval
in interfaceCommonDestinationS3Props
-
getBufferingSize
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) The size of the buffer that Kinesis Data Firehose uses for incoming data before delivering it to the S3 bucket.Minimum: Size.mebibytes(1) Maximum: Size.mebibytes(128)
Default: Size.mebibytes(5)
- Specified by:
getBufferingSize
in interfaceCommonDestinationS3Props
-
getCompression
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.The compression formats SNAPPY or ZIP cannot be specified for Amazon Redshift destinations because they are not supported by the Amazon Redshift COPY operation that reads from the S3 bucket.
Default: - UNCOMPRESSED
- Specified by:
getCompression
in interfaceCommonDestinationS3Props
-
getDataOutputPrefix
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) A prefix that Kinesis Data Firehose evaluates and adds to records before writing them to S3.This prefix appears immediately following the bucket name.
Default: "YYYY/MM/DD/HH"
- Specified by:
getDataOutputPrefix
in interfaceCommonDestinationS3Props
- See Also:
-
getEncryptionKey
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) The AWS KMS key used to encrypt the data that it delivers to your Amazon S3 bucket.Default: - Data is not encrypted.
- Specified by:
getEncryptionKey
in interfaceCommonDestinationS3Props
-
getErrorOutputPrefix
Deprecated.Description copied from interface:CommonDestinationS3Props
(deprecated) A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.This prefix appears immediately following the bucket name.
Default: "YYYY/MM/DD/HH"
- Specified by:
getErrorOutputPrefix
in interfaceCommonDestinationS3Props
- See Also:
-
getLoggingConfig
Deprecated.Description copied from interface:CommonDestinationProps
(deprecated) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.Default: - errors will be logged and a log group will be created for you.
- Specified by:
getLoggingConfig
in interfaceCommonDestinationProps
-
getProcessor
Deprecated.Description copied from interface:CommonDestinationProps
(deprecated) 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 interfaceCommonDestinationProps
-
getRole
Deprecated.Description copied from interface:CommonDestinationProps
(deprecated) 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 interfaceCommonDestinationProps
-
getS3Backup
Deprecated.Description copied from interface:CommonDestinationProps
(deprecated) The configuration for backing up source records to S3.Default: - source records will not be backed up to S3.
- Specified by:
getS3Backup
in interfaceCommonDestinationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-