S3Destination

public struct S3Destination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an S3 bucket within which harvested content will be exported

    Declaration

    Swift

    public let bucketName: String
  • The key in the specified S3 bucket where the harvested top-level manifest will be placed.

    Declaration

    Swift

    public let manifestKey: String
  • The IAM role used to write to the specified S3 bucket

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(bucketName: String, manifestKey: String, roleArn: String)