Module Values.JobAttachmentSettingsSource

The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.

Sourcetype nonrec t = {
  1. s3BucketName : S3BucketName.t;
    (*

    The Amazon S3 bucket name.

    *)
  2. rootPrefix : S3Prefix.t;
    (*

    The root prefix.

    *)
}
Sourceval context_ : string
Sourceval make : s3BucketName:S3BucketName.t -> rootPrefix:S3Prefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3BucketName.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