Struct rusoto_firehose::ExtendedS3DestinationDescription [] [src]

pub struct ExtendedS3DestinationDescription {
    pub bucket_arn: String,
    pub buffering_hints: BufferingHints,
    pub cloud_watch_logging_options: Option<CloudWatchLoggingOptions>,
    pub compression_format: String,
    pub encryption_configuration: EncryptionConfiguration,
    pub prefix: Option<String>,
    pub processing_configuration: Option<ProcessingConfiguration>,
    pub role_arn: String,
    pub s3_backup_description: Option<S3DestinationDescription>,
    pub s3_backup_mode: Option<String>,
}

Describes a destination in Amazon S3.

Fields

The ARN of the S3 bucket.

The buffering option.

The CloudWatch logging options for your delivery stream.

The compression format. If no value is specified, the default is UNCOMPRESSED.

The encryption configuration. If no value is specified, the default is no encryption.

The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket. For more information, see Amazon S3 Object Name Format in the Amazon Kinesis Firehose Developer Guide.

The data processing configuration.

The ARN of the AWS credentials.

The configuration for backup in Amazon S3.

The Amazon S3 backup mode.

Trait Implementations

impl Default for ExtendedS3DestinationDescription
[src]

Returns the "default value" for a type. Read more

impl Debug for ExtendedS3DestinationDescription
[src]

Formats the value using the given formatter.

impl Clone for ExtendedS3DestinationDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more