Module Values.OrganizationAggregationSourceSource

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

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

    ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.

    *)
  2. awsRegions : AggregatorRegionList.t option;
    (*

    The source regions being aggregated.

    *)
  3. allAwsRegions : Boolean.t option;
    (*

    If true, aggregate existing Config regions and future regions.

    *)
}
Sourceval context_ : string
Sourceval make : ?awsRegions:??? -> ?allAwsRegions:??? -> roleArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.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