Class AnalyticsS3BucketDestination
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
BucketName
The Amazon resource name (ARN) of the bucket to which data is exported.
public string BucketName { get; set; }
Property Value
Format
The file format used when exporting data to Amazon S3.
public string Format { get; set; }
Property Value
Prefix
The prefix to use when exporting data. The exported data begins with this prefix.
public string Prefix { get; set; }