Get Vpc Endpoint Result
data class GetVpcEndpointResult(val arn: String, val cidrBlocks: List<String>, val dnsEntries: List<GetVpcEndpointDnsEntry>, val dnsOptions: List<GetVpcEndpointDnsOption>, val filters: List<GetVpcEndpointFilter>? = null, val id: String, val ipAddressType: String, val networkInterfaceIds: List<String>, val ownerId: String, val policy: String, val prefixListId: String, val privateDnsEnabled: Boolean, val requesterManaged: Boolean, val routeTableIds: List<String>, val securityGroupIds: List<String>, val serviceName: String, val state: String, val subnetIds: List<String>, val tags: Map<String, String>, val vpcEndpointType: String, val vpcId: String)
A collection of values returned by getVpcEndpoint.
Constructors
Link copied to clipboard
fun GetVpcEndpointResult(arn: String, cidrBlocks: List<String>, dnsEntries: List<GetVpcEndpointDnsEntry>, dnsOptions: List<GetVpcEndpointDnsOption>, filters: List<GetVpcEndpointFilter>? = null, id: String, ipAddressType: String, networkInterfaceIds: List<String>, ownerId: String, policy: String, prefixListId: String, privateDnsEnabled: Boolean, requesterManaged: Boolean, routeTableIds: List<String>, securityGroupIds: List<String>, serviceName: String, state: String, subnetIds: List<String>, tags: Map<String, String>, vpcEndpointType: String, vpcId: String)
Types
Properties
Link copied to clipboard