Values.AwsLocationSourceThe location of a project.
type nonrec t = {accessRole : AwsLocationAccessRoleString.t option;The access role of a connection.
*)awsAccountId : AwsAccountId.t option;The account ID of a connection.
*)awsRegion : AwsRegion.t option;The Region of a connection.
*)iamConnectionId : ConnectionId.t option;The IAM connection ID of a connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AwsLocationAccessRoleString.t ]) list ]