Get Vpc Endpoint Result
data class GetVpcEndpointResult(val creationTimestamp: String? = null, val dnsEntries: List<String>? = null, val id: String? = null, val networkInterfaceIds: List<String>? = null, val policyDocument: String? = null, val privateDnsEnabled: Boolean? = null, val routeTableIds: List<String>? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)
Constructors
Link copied to clipboard
fun GetVpcEndpointResult(creationTimestamp: String? = null, dnsEntries: List<String>? = null, id: String? = null, networkInterfaceIds: List<String>? = null, policyDocument: String? = null, privateDnsEnabled: Boolean? = null, routeTableIds: List<String>? = null, securityGroupIds: List<String>? = null, subnetIds: List<String>? = null)