Values.ResourceEndpointAssociationSummarySourceSummary information about a VPC endpoint association.
type nonrec t = {id : ResourceEndpointAssociationId.t option;The ID of the VPC endpoint association.
*)arn : ResourceEndpointAssociationArn.t option;The Amazon Resource Name (ARN) of the VPC endpoint association.
*)resourceConfigurationId : ResourceConfigurationId.t option;The ID of the resource configuration.
*)resourceConfigurationArn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration.
*)resourceConfigurationName : ResourceConfigurationName.t option;The name of the resource configuration.
*)vpcEndpointId : VpcEndpointId.t option;The ID of the VPC endpoint.
*)vpcEndpointOwner : VpcEndpointOwner.t option;The owner of the VPC endpoint.
*)createdBy : AccountId.t option;The account that created the association.
*)createdAt : Timestamp.t option;The date and time that the VPC endpoint association was created, in ISO-8601 format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceEndpointAssociationId.t
| `Timestamp of Timestamp.t ])
list ]