S3Configuration

public struct S3Configuration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 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
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws