Values_2.VpcEndpointAssociationSourceDescribes the VPC resources, VPC endpoint services, Lattice services, or service networks associated with the VPC endpoint.
type nonrec t = {id : Values_0.String_.t option;The ID of the VPC endpoint association.
*)vpcEndpointId : Values_1.VpcEndpointId.t option;The ID of the VPC endpoint.
*)serviceNetworkArn : Values_1.ServiceNetworkArn.t option;The Amazon Resource Name (ARN) of the service network.
*)serviceNetworkName : Values_0.String_.t option;The name of the service network.
*)associatedResourceAccessibility : Values_0.String_.t option;The connectivity status of the resources associated to a VPC endpoint. The resource is accessible if the associated resource configuration is AVAILABLE, otherwise the resource is inaccessible.
*)failureReason : Values_0.String_.t option;A message related to why an VPC endpoint association failed.
*)failureCode : Values_0.String_.t option;An error code related to why an VPC endpoint association failed.
*)dnsEntry : Values_0.DnsEntry.t option;The DNS entry of the VPC endpoint association.
*)privateDnsEntry : Values_0.DnsEntry.t option;The private DNS entry of the VPC endpoint association.
*)associatedResourceArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the associated resource.
*)resourceConfigurationGroupArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the resource configuration group.
*)}val make :
?id:??? ->
?vpcEndpointId:??? ->
?serviceNetworkArn:??? ->
?serviceNetworkName:??? ->
?associatedResourceAccessibility:??? ->
?failureReason:??? ->
?failureCode:??? ->
?dnsEntry:??? ->
?privateDnsEntry:??? ->
?associatedResourceArn:??? ->
?resourceConfigurationGroupArn:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list ])
list ]