GetVpcEndpointServiceResult

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 service: String? = null, val serviceId: String, val serviceName: String, 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, service: String? = null, serviceId: String, serviceName: String, serviceType: String, supportedIpAddressTypes: List<String>, tags: Map<String, String>, vpcEndpointPolicySupported: Boolean)

Types

Link copied to clipboard
object Companion

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
val arn: String

ARN of the VPC endpoint service.

Link copied to clipboard

Availability Zones in which the service is available.

Link copied to clipboard

The DNS names for the service.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether or not the service manages its VPC endpoints - true or false.

Link copied to clipboard

AWS account ID of the service owner or amazon.

Link copied to clipboard

Private DNS name for the service.

Link copied to clipboard
val service: String? = null
Link copied to clipboard

ID of the endpoint service.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The supported IP address types.

Link copied to clipboard

Map of tags assigned to the resource.

Link copied to clipboard

Whether or not the service supports endpoint policies - true or false.