You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::S3DestinationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::S3DestinationDescription
- Defined in:
- (unknown)
Overview
Describes a destination in Amazon S3.
Returned by:
- DestinationDescription#s3_destination_description
- ElasticsearchDestinationDescription#s3_destination_description
- ExtendedS3DestinationDescription#s3_backup_description
- HttpEndpointDestinationDescription#s3_destination_description
- RedshiftDestinationDescription#s3_destination_description
- RedshiftDestinationDescription#s3_backup_description
- Aws::Firehose::Types::SplunkDestinationDescription#s3_destination_description
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
The ARN of the S3 bucket.
-
#buffering_hints ⇒ Types::BufferingHints
The buffering option.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
The Amazon CloudWatch logging options for your delivery stream.
-
#compression_format ⇒ String
The compression format.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration.
-
#error_output_prefix ⇒ String
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
-
#prefix ⇒ String
The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS credentials.
Instance Attribute Details
#bucket_arn ⇒ String
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
#buffering_hints ⇒ Types::BufferingHints
The buffering option. If no value is specified, BufferingHints
object
default values are used.
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
The Amazon CloudWatch logging options for your delivery stream.
#compression_format ⇒ String
The compression format. If no value is specified, the default is
UNCOMPRESSED
.
Possible values:
- UNCOMPRESSED
- GZIP
- ZIP
- Snappy
- HADOOP_SNAPPY
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration. If no value is specified, the default is no encryption.
#error_output_prefix ⇒ String
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.
#prefix ⇒ String
The \"YYYY/MM/DD/HH\" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.