Module Values.CustomerManagedS3StorageSource

Contains information about a customer managed Amazon S3 bucket.

Sourcetype nonrec t = {
  1. s3ResourceArn : ARN.t;
    (*

    The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.

    *)
  2. roleArn : ARN.t;
    (*

    The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.

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