Module Values_1.S3PresignSource

This object defines the access restrictions to Amazon S3 resources that are included in custom worker task templates using the Liquid filter, grant_read_access. To learn more about how custom templates are created, see Create custom worker task templates.

Sourcetype nonrec t = {
  1. iamPolicyConstraints : IamPolicyConstraints.t option;
    (*

    Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp.

    *)
}
Sourceval make : ?iamPolicyConstraints:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) 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