Module Values.S3ConfigSource

Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket. For more information, see Providing DataSync access to S3 buckets.

Sourcetype nonrec t = {
  1. bucketAccessRoleArn : IamRoleArn.t;
    (*

    Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.

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