Get Vpc Endpoint Service Result
data class GetVpcEndpointServiceResult(val acceptanceRequired: Boolean, val arn: String, val availabilityZones: List<String>, val baseEndpointDnsNames: List<String>, val filters: List<GetVpcEndpointServiceFilter>? = null, val id: String, val managesVpcEndpoints: Boolean, val owner: String, val privateDnsName: String, val privateDnsNames: List<String>, val region: String, val service: String? = null, val serviceId: String, val serviceName: String, val serviceRegions: List<String>? = null, val serviceType: String, val supportedIpAddressTypes: List<String>, val tags: Map<String, String>, val vpcEndpointPolicySupported: Boolean)
A collection of values returned by getVpcEndpointService.
Constructors
Link copied to clipboard
constructor(acceptanceRequired: Boolean, arn: String, availabilityZones: List<String>, baseEndpointDnsNames: List<String>, filters: List<GetVpcEndpointServiceFilter>? = null, id: String, managesVpcEndpoints: Boolean, owner: String, privateDnsName: String, privateDnsNames: List<String>, region: String, service: String? = null, serviceId: String, serviceName: String, serviceRegions: List<String>? = null, serviceType: String, supportedIpAddressTypes: List<String>, tags: Map<String, String>, vpcEndpointPolicySupported: Boolean)
Properties
Link copied to clipboard
Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - true
or false
.
Link copied to clipboard
Availability Zones in which the service is available. Not available for endpoint services in other regions.
Link copied to clipboard
The DNS names for the service.
Link copied to clipboard
Link copied to clipboard
Whether or not the service manages its VPC endpoints - true
or false
.
Link copied to clipboard
Private DNS name for the service.
Link copied to clipboard
Private DNS names assigned to the VPC endpoint service.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The supported IP address types.
Link copied to clipboard
Whether or not the service supports endpoint policies - true
or false
.