AnalyticsS3BucketDestination

public struct AnalyticsS3BucketDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the bucket to which data is exported.

    Declaration

    Swift

    public let bucket: String
  • The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

    Declaration

    Swift

    public let bucketAccountId: String?
  • Specifies the file format used when exporting data to Amazon S3.

    Declaration

    Swift

    public let format: AnalyticsS3ExportFileFormat
  • The prefix to use when exporting data. The prefix is prepended to all results.

    Declaration

    Swift

    public let prefix: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String, bucketAccountId: String? = nil, format: AnalyticsS3ExportFileFormat, prefix: String? = nil)