S3Destination

public struct S3Destination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Amazon S3 bucket used as the destination of an export file.

    Declaration

    Swift

    public let bucket: String?
  • key

    The Amazon S3 bucket key of an export file. The key uniquely identifies the object, or export file, in the S3 bucket.

    Declaration

    Swift

    public let key: String?
  • The Amazon S3 bucket key of a metadata file. The key uniquely identifies the object, or metadata file, in the S3 bucket.

    Declaration

    Swift

    public let metadataKey: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String? = nil, key: String? = nil, metadataKey: String? = nil)