S3ReferenceDataSource

public struct S3ReferenceDataSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the S3 bucket.

    Declaration

    Swift

    public let bucketARN: String?
  • The object key name containing the reference data.

    Declaration

    Swift

    public let fileKey: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketARN: String? = nil, fileKey: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws