Values.EnvironmentResolvedAccountSourceSpecifies the account/Region that is to be used during project creation for a particular blueprint.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the resolved account.
*)regionName : AwsRegion.t;The name of the resolved Region.
*)sourceAccountPoolId : AccountPoolId.t option;The ID of the account pool.
*)}val make :
?sourceAccountPoolId:??? ->
awsAccountId:AwsAccountId.t ->
regionName:AwsRegion.t ->
unit ->
t