@Stability(value=Stable) public static final class CfnDeliveryStream.S3DestinationConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.S3DestinationConfigurationProperty>
CfnDeliveryStream.S3DestinationConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder bucketArn(String bucketArn)
CfnDeliveryStream.S3DestinationConfigurationProperty.getBucketArn()bucketArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to. This parameter is required.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder roleArn(String roleArn)
CfnDeliveryStream.S3DestinationConfigurationProperty.getRoleArn()roleArn - The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). This parameter is required.
For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder bufferingHints(CfnDeliveryStream.BufferingHintsProperty bufferingHints)
CfnDeliveryStream.S3DestinationConfigurationProperty.getBufferingHints()bufferingHints - Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder bufferingHints(IResolvable bufferingHints)
CfnDeliveryStream.S3DestinationConfigurationProperty.getBufferingHints()bufferingHints - Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder cloudWatchLoggingOptions(CfnDeliveryStream.CloudWatchLoggingOptionsProperty cloudWatchLoggingOptions)
CfnDeliveryStream.S3DestinationConfigurationProperty.getCloudWatchLoggingOptions()cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
CfnDeliveryStream.S3DestinationConfigurationProperty.getCloudWatchLoggingOptions()cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder compressionFormat(String compressionFormat)
compressionFormat - The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.
For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder encryptionConfiguration(CfnDeliveryStream.EncryptionConfigurationProperty encryptionConfiguration)
encryptionConfiguration - Configures Amazon Simple Storage Service (Amazon S3) server-side encryption.
Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder encryptionConfiguration(IResolvable encryptionConfiguration)
encryptionConfiguration - Configures Amazon Simple Storage Service (Amazon S3) server-side encryption.
Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder errorOutputPrefix(String errorOutputPrefix)
errorOutputPrefix - 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. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty.Builder prefix(String prefix)
CfnDeliveryStream.S3DestinationConfigurationProperty.getPrefix()prefix - A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket.
The prefix helps you identify the files that Kinesis Data Firehose delivered.this@Stability(value=Stable) public CfnDeliveryStream.S3DestinationConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.S3DestinationConfigurationProperty>CfnDeliveryStream.S3DestinationConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.