Endpoint

class Endpoint : KotlinCustomResource

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>

Properties

Link copied to clipboard
val endpointName: Output<String>

The name of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The Ip Configs. See ip_configs below. NOTE: In order to ensure high availability, add at least 2 and up to 6.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroupId: Output<String>

The ID of the Security Group.

Link copied to clipboard
val status: Output<String>

The status of the resource. Valid values: CHANGE_FAILED, CHANGE_INIT, EXCEPTION, FAILED, INIT, SUCCESS.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The VPC ID.

Link copied to clipboard
val vpcRegionId: Output<String>

The Region of the VPC.