Endpoint Access Vpc Endpoint
data class EndpointAccessVpcEndpoint(val networkInterfaces: List<EndpointAccessVpcEndpointNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)
Constructors
Link copied to clipboard
constructor(networkInterfaces: List<EndpointAccessVpcEndpointNetworkInterface>? = null, vpcEndpointId: String? = null, vpcId: String? = null)