S3Configuration

public struct S3Configuration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ARN of the S3 bucket that contains the data.

    Declaration

    Swift

    public let bucketARN: String
  • The name of the object that contains the data.

    Declaration

    Swift

    public let fileKey: String
  • IAM ARN of the role used to access the data.

    Declaration

    Swift

    public let roleARN: String
  • Undocumented

    Declaration

    Swift

    public init(bucketARN: String, fileKey: String, roleARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws