Module Values_2.VpcEndpointAssociationSource

Describes the VPC resources, VPC endpoint services, Lattice services, or service networks associated with the VPC endpoint.

Sourcetype nonrec t = {
  1. id : Values_0.String_.t option;
    (*

    The ID of the VPC endpoint association.

    *)
  2. vpcEndpointId : Values_1.VpcEndpointId.t option;
    (*

    The ID of the VPC endpoint.

    *)
  3. serviceNetworkArn : Values_1.ServiceNetworkArn.t option;
    (*

    The Amazon Resource Name (ARN) of the service network.

    *)
  4. serviceNetworkName : Values_0.String_.t option;
    (*

    The name of the service network.

    *)
  5. 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.

    *)
  6. failureReason : Values_0.String_.t option;
    (*

    A message related to why an VPC endpoint association failed.

    *)
  7. failureCode : Values_0.String_.t option;
    (*

    An error code related to why an VPC endpoint association failed.

    *)
  8. dnsEntry : Values_0.DnsEntry.t option;
    (*

    The DNS entry of the VPC endpoint association.

    *)
  9. privateDnsEntry : Values_0.DnsEntry.t option;
    (*

    The private DNS entry of the VPC endpoint association.

    *)
  10. associatedResourceArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the associated resource.

    *)
  11. resourceConfigurationGroupArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the resource configuration group.

    *)
  12. tags : Values_0.TagList.t option;
    (*

    The tags to apply to the VPC endpoint association.

    *)
}
Sourceval make : ?id:??? -> ?vpcEndpointId:??? -> ?serviceNetworkArn:??? -> ?serviceNetworkName:??? -> ?associatedResourceAccessibility:??? -> ?failureReason:??? -> ?failureCode:??? -> ?dnsEntry:??? -> ?privateDnsEntry:??? -> ?associatedResourceArn:??? -> ?resourceConfigurationGroupArn:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t