Module Values.IamResourcesSource

The IAM resource that enables Amazon Web Services IoT FleetWise edge agent software to send data to Amazon Timestream. For more information, see IAM roles in the Identity and Access Management User Guide.

Sourcetype nonrec t = {
  1. roleArn : IAMRoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream. For example, arn:aws:iam::123456789012:role/SERVICE-ROLE-ARN.

    *)
}
Sourceval context_ : string
Sourceval make : roleArn: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