Get Vpc Endpoint Associations Association
data class GetVpcEndpointAssociationsAssociation(val associatedResourceAccessibility: String, val associatedResourceArn: String, val dnsEntries: List<GetVpcEndpointAssociationsAssociationDnsEntry>, val id: String, val privateDnsEntries: List<GetVpcEndpointAssociationsAssociationPrivateDnsEntry>, val resourceConfigurationGroupArn: String, val serviceNetworkArn: String, val serviceNetworkName: String, val tags: Map<String, String>)
Constructors
Link copied to clipboard
constructor(associatedResourceAccessibility: String, associatedResourceArn: String, dnsEntries: List<GetVpcEndpointAssociationsAssociationDnsEntry>, id: String, privateDnsEntries: List<GetVpcEndpointAssociationsAssociationPrivateDnsEntry>, resourceConfigurationGroupArn: String, serviceNetworkArn: String, serviceNetworkName: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Accessibility of the resource.
Link copied to clipboard
ARN of the resource for this association.
Link copied to clipboard
DNS entries for the Association. DNS entry blocks are documented below.
Link copied to clipboard
DNS entries for the Association. Private DNS entry blocks are documented below.
Link copied to clipboard
ARN of the Resource Group if the Resource is a member of a group.
Link copied to clipboard
Service Network ARN. Applicable for endpoints of type ServiceNetwork
.
Link copied to clipboard
Service Network Name. Applicable for endpoints of type ServiceNetwork
.