EndpointArgs

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>

Constructors

Link copied to clipboard
constructor(endpointName: Output<String>? = null, ipConfigs: Output<List<EndpointIpConfigArgs>>? = null, securityGroupId: Output<String>? = null, vpcId: Output<String>? = null, vpcRegionId: Output<String>? = null)

Properties

Link copied to clipboard
val endpointName: Output<String>? = null

The name of the resource.

Link copied to clipboard
val ipConfigs: Output<List<EndpointIpConfigArgs>>? = null

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 securityGroupId: Output<String>? = null

The ID of the Security Group.

Link copied to clipboard
val vpcId: Output<String>? = null

The VPC ID.

Link copied to clipboard
val vpcRegionId: Output<String>? = null

The Region of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): EndpointArgs