Values.AWSAccountSourceThe wrapper of Amazon Web Services account details, such as account ID or email address.
type nonrec t = {id : AccountId.t option;The identifier for the Amazon Web Services account.
*)emailAddress : EmailAddress.t option;The email address that's associated with the Amazon Web Services account.
*)name : AccountName.t option;The name of the Amazon Web Services account.
*)}