Endpoint Args
data class EndpointArgs(val endpointName: Output<String>? = null, val ipConfigs: Output<List<EndpointIpConfigArgs>>? = null, val securityGroupId: Output<String>? = null, val vpcId: Output<String>? = null, val vpcRegionId: Output<String>? = null) : ConvertibleToJava<EndpointArgs>
Provides a Private Zone Endpoint resource. For information about Private Zone Endpoint and how to use it, see What is Endpoint.
NOTE: Available since v1.143.0.
Import
Private Zone Endpoint can be imported using the id, e.g.
$ pulumi import alicloud:pvtz/endpoint:Endpoint example <id>
Content copied to clipboard