Module Values.EnvironmentResolvedAccountSource

Specifies the account/Region that is to be used during project creation for a particular blueprint.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the resolved account.

    *)
  2. regionName : AwsRegion.t;
    (*

    The name of the resolved Region.

    *)
  3. sourceAccountPoolId : AccountPoolId.t option;
    (*

    The ID of the account pool.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceAccountPoolId:??? -> awsAccountId:AwsAccountId.t -> regionName:AwsRegion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.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