Table of Contents

Class AnalyticsS3BucketDestination

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Class for AnalyticsS3BucketDestination

public class AnalyticsS3BucketDestination
Inheritance
AnalyticsS3BucketDestination
Inherited Members

Constructors

AnalyticsS3BucketDestination()

public AnalyticsS3BucketDestination()

Properties

BucketAccountId

The account ID that owns the destination bucket. If no account ID is provided, the owner will not be validated prior to exporting data.

public string BucketAccountId { get; set; }

Property Value

string

BucketName

The Amazon resource name (ARN) of the bucket to which data is exported.

public string BucketName { get; set; }

Property Value

string

Format

The file format used when exporting data to Amazon S3.

public string Format { get; set; }

Property Value

string

Prefix

The prefix to use when exporting data. The exported data begins with this prefix.

public string Prefix { get; set; }

Property Value

string