class Aws::S3::Types::AnalyticsS3BucketDestination

Contains information about where to publish the analytics results.

@note When making an API call, you may pass AnalyticsS3BucketDestination

data as a hash:

    {
      format: "CSV", # required, accepts CSV
      bucket_account_id: "AccountId",
      bucket: "BucketName", # required
      prefix: "Prefix",
    }

@!attribute [rw] format

Specifies the file format used when exporting data to Amazon S3.
@return [String]

@!attribute [rw] bucket_account_id

The account ID that owns the destination S3 bucket. If no account ID
is provided, the owner is not validated before exporting data.

<note markdown="1"> Although this value is optional, we strongly recommend that you set
it to help prevent problems if the destination bucket ownership
changes.

 </note>
@return [String]

@!attribute [rw] bucket

The Amazon Resource Name (ARN) of the bucket to which data is
exported.
@return [String]

@!attribute [rw] prefix

The prefix to use when exporting data. The prefix is prepended to
all results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/AnalyticsS3BucketDestination AWS API Documentation

Constants

SENSITIVE