Module Values.S3ImportSourceSource

The settings for the source S3 bucket.

Sourcetype nonrec t = {
  1. s3LocationUri : String_.t;
    (*

    The URI for the source S3 bucket.

    *)
  2. s3BucketRegion : String_.t;
    (*

    The Region associated with the source S3 bucket.

    *)
  3. s3BucketAccessRoleArn : String_.t;
    (*

    The IAM ARN role used to access the source S3 bucket.

    *)
}
Sourceval context_ : string
Sourceval make : s3LocationUri:String_.t -> s3BucketRegion:String_.t -> s3BucketAccessRoleArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t