InputDataConfig

public struct InputDataConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling. Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.

    Declaration

    Swift

    public let s3Bucket: String
  • The path to the input data files in the S3 bucket.

    Declaration

    Swift

    public let s3Key: String?
  • Undocumented

    Declaration

    Swift

    public init(s3Bucket: String, s3Key: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws