Values.EnvironmentAccountConnectionSummarySourceSummary data of an Proton environment account connection resource.
type nonrec t = {arn : EnvironmentAccountConnectionArn.t option;The Amazon Resource Name (ARN) of the environment account connection.
*)componentRoleArn : Arn.t option;The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account. The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account. For more information about components, see Proton components in the Proton User Guide.
*)environmentAccountId : AwsAccountId.t option;The ID of the environment account that's connected to the environment account connection.
*)environmentName : ResourceName.t option;The name of the environment that's associated with the environment account connection.
*)id : EnvironmentAccountConnectionId.t option;The ID of the environment account connection.
*)lastModifiedAt : Timestamp.t option;The time when the environment account connection was last modified.
*)managementAccountId : AwsAccountId.t option;The ID of the management account that's connected to the environment account connection.
*)requestedAt : Timestamp.t option;The time when the environment account connection request was made.
*)roleArn : Arn.t option;The IAM service role that's associated with the environment account connection.
*)status : EnvironmentAccountConnectionStatus.t option;The status of the environment account connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentAccountConnectionArn.t
| `Timestamp of Timestamp.t ])
list ]