1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. privatelink
  6. VpcEndpointConnection
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Unidirectional, private network connection established between the endpoint and the endpoint service

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    resources:
      privateLinkVpcEndpointConnectionDemo:
        type: volcenginecc:privatelink:VpcEndpointConnection
        name: PrivateLinkVpcEndpointConnectionDemo
        properties:
          endpointId: ep-2rxb5wrxxxxxxxukcknq
          serviceId: epsvc-1mg2xrmsxxxxxxxxconsso
          resourcesAllocates:
            - resource_id: clb-13g8lgxxxxxxx6nu5ajtpp2
              zone_id: cn-beijing-c
            - resource_id: clb-13fx74xxxxxxxnu4g85ggo
              zone_id: cn-beijing-b
    

    Create VpcEndpointConnection Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcEndpointConnection(name: string, args: VpcEndpointConnectionArgs, opts?: CustomResourceOptions);
    @overload
    def VpcEndpointConnection(resource_name: str,
                              args: VpcEndpointConnectionArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcEndpointConnection(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              endpoint_id: Optional[str] = None,
                              service_id: Optional[str] = None,
                              bps: Optional[int] = None,
                              resources_allocates: Optional[Sequence[VpcEndpointConnectionResourcesAllocateArgs]] = None,
                              zone_id: Optional[str] = None)
    func NewVpcEndpointConnection(ctx *Context, name string, args VpcEndpointConnectionArgs, opts ...ResourceOption) (*VpcEndpointConnection, error)
    public VpcEndpointConnection(string name, VpcEndpointConnectionArgs args, CustomResourceOptions? opts = null)
    public VpcEndpointConnection(String name, VpcEndpointConnectionArgs args)
    public VpcEndpointConnection(String name, VpcEndpointConnectionArgs args, CustomResourceOptions options)
    
    type: volcenginecc:privatelink:VpcEndpointConnection
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcEndpointConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcEndpointConnectionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcEndpointConnectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcEndpointConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcEndpointConnectionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VpcEndpointConnection Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The VpcEndpointConnection resource accepts the following input properties:

    EndpointId string
    Endpoint ID
    ServiceId string
    Endpoint service ID
    Bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    ResourcesAllocates List<Volcengine.VpcEndpointConnectionResourcesAllocate>
    ZoneId string
    Endpoint zone ID
    EndpointId string
    Endpoint ID
    ServiceId string
    Endpoint service ID
    Bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    ResourcesAllocates []VpcEndpointConnectionResourcesAllocateArgs
    ZoneId string
    Endpoint zone ID
    endpointId String
    Endpoint ID
    serviceId String
    Endpoint service ID
    bps Integer
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    resourcesAllocates List<VpcEndpointConnectionResourcesAllocate>
    zoneId String
    Endpoint zone ID
    endpointId string
    Endpoint ID
    serviceId string
    Endpoint service ID
    bps number
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    resourcesAllocates VpcEndpointConnectionResourcesAllocate[]
    zoneId string
    Endpoint zone ID
    endpoint_id str
    Endpoint ID
    service_id str
    Endpoint service ID
    bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    resources_allocates Sequence[VpcEndpointConnectionResourcesAllocateArgs]
    zone_id str
    Endpoint zone ID
    endpointId String
    Endpoint ID
    serviceId String
    Endpoint service ID
    bps Number
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    resourcesAllocates List<Property Map>
    zoneId String
    Endpoint zone ID

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcEndpointConnection resource produces the following output properties:

    ConnectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    CreationTime string
    Creation time of the endpoint connection
    EndpointOwnerAccountId string
    Account ID to which the endpoint belongs
    EndpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    Id string
    The provider-assigned unique ID for this managed resource.
    ReplaceResourceId string
    New service resource ID
    ReplacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    UpdateTime string
    Most recent operation time of the endpoint connection
    Zones List<Volcengine.VpcEndpointConnectionZone>
    ConnectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    CreationTime string
    Creation time of the endpoint connection
    EndpointOwnerAccountId string
    Account ID to which the endpoint belongs
    EndpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    Id string
    The provider-assigned unique ID for this managed resource.
    ReplaceResourceId string
    New service resource ID
    ReplacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    UpdateTime string
    Most recent operation time of the endpoint connection
    Zones []VpcEndpointConnectionZone
    connectionStatus String
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime String
    Creation time of the endpoint connection
    endpointOwnerAccountId String
    Account ID to which the endpoint belongs
    endpointVpcId String
    ID of the VPC to which the endpoint network interface belongs
    id String
    The provider-assigned unique ID for this managed resource.
    replaceResourceId String
    New service resource ID
    replacingResource String
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    updateTime String
    Most recent operation time of the endpoint connection
    zones List<VpcEndpointConnectionZone>
    connectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime string
    Creation time of the endpoint connection
    endpointOwnerAccountId string
    Account ID to which the endpoint belongs
    endpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    id string
    The provider-assigned unique ID for this managed resource.
    replaceResourceId string
    New service resource ID
    replacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    updateTime string
    Most recent operation time of the endpoint connection
    zones VpcEndpointConnectionZone[]
    connection_status str
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creation_time str
    Creation time of the endpoint connection
    endpoint_owner_account_id str
    Account ID to which the endpoint belongs
    endpoint_vpc_id str
    ID of the VPC to which the endpoint network interface belongs
    id str
    The provider-assigned unique ID for this managed resource.
    replace_resource_id str
    New service resource ID
    replacing_resource str
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    update_time str
    Most recent operation time of the endpoint connection
    zones Sequence[VpcEndpointConnectionZone]
    connectionStatus String
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime String
    Creation time of the endpoint connection
    endpointOwnerAccountId String
    Account ID to which the endpoint belongs
    endpointVpcId String
    ID of the VPC to which the endpoint network interface belongs
    id String
    The provider-assigned unique ID for this managed resource.
    replaceResourceId String
    New service resource ID
    replacingResource String
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    updateTime String
    Most recent operation time of the endpoint connection
    zones List<Property Map>

    Look up Existing VpcEndpointConnection Resource

    Get an existing VpcEndpointConnection resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: VpcEndpointConnectionState, opts?: CustomResourceOptions): VpcEndpointConnection
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bps: Optional[int] = None,
            connection_status: Optional[str] = None,
            creation_time: Optional[str] = None,
            endpoint_id: Optional[str] = None,
            endpoint_owner_account_id: Optional[str] = None,
            endpoint_vpc_id: Optional[str] = None,
            replace_resource_id: Optional[str] = None,
            replacing_resource: Optional[str] = None,
            resources_allocates: Optional[Sequence[VpcEndpointConnectionResourcesAllocateArgs]] = None,
            service_id: Optional[str] = None,
            update_time: Optional[str] = None,
            zone_id: Optional[str] = None,
            zones: Optional[Sequence[VpcEndpointConnectionZoneArgs]] = None) -> VpcEndpointConnection
    func GetVpcEndpointConnection(ctx *Context, name string, id IDInput, state *VpcEndpointConnectionState, opts ...ResourceOption) (*VpcEndpointConnection, error)
    public static VpcEndpointConnection Get(string name, Input<string> id, VpcEndpointConnectionState? state, CustomResourceOptions? opts = null)
    public static VpcEndpointConnection get(String name, Output<String> id, VpcEndpointConnectionState state, CustomResourceOptions options)
    resources:  _:    type: volcenginecc:privatelink:VpcEndpointConnection    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    ConnectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    CreationTime string
    Creation time of the endpoint connection
    EndpointId string
    Endpoint ID
    EndpointOwnerAccountId string
    Account ID to which the endpoint belongs
    EndpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    ReplaceResourceId string
    New service resource ID
    ReplacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    ResourcesAllocates List<Volcengine.VpcEndpointConnectionResourcesAllocate>
    ServiceId string
    Endpoint service ID
    UpdateTime string
    Most recent operation time of the endpoint connection
    ZoneId string
    Endpoint zone ID
    Zones List<Volcengine.VpcEndpointConnectionZone>
    Bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    ConnectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    CreationTime string
    Creation time of the endpoint connection
    EndpointId string
    Endpoint ID
    EndpointOwnerAccountId string
    Account ID to which the endpoint belongs
    EndpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    ReplaceResourceId string
    New service resource ID
    ReplacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    ResourcesAllocates []VpcEndpointConnectionResourcesAllocateArgs
    ServiceId string
    Endpoint service ID
    UpdateTime string
    Most recent operation time of the endpoint connection
    ZoneId string
    Endpoint zone ID
    Zones []VpcEndpointConnectionZoneArgs
    bps Integer
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    connectionStatus String
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime String
    Creation time of the endpoint connection
    endpointId String
    Endpoint ID
    endpointOwnerAccountId String
    Account ID to which the endpoint belongs
    endpointVpcId String
    ID of the VPC to which the endpoint network interface belongs
    replaceResourceId String
    New service resource ID
    replacingResource String
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    resourcesAllocates List<VpcEndpointConnectionResourcesAllocate>
    serviceId String
    Endpoint service ID
    updateTime String
    Most recent operation time of the endpoint connection
    zoneId String
    Endpoint zone ID
    zones List<VpcEndpointConnectionZone>
    bps number
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    connectionStatus string
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime string
    Creation time of the endpoint connection
    endpointId string
    Endpoint ID
    endpointOwnerAccountId string
    Account ID to which the endpoint belongs
    endpointVpcId string
    ID of the VPC to which the endpoint network interface belongs
    replaceResourceId string
    New service resource ID
    replacingResource string
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    resourcesAllocates VpcEndpointConnectionResourcesAllocate[]
    serviceId string
    Endpoint service ID
    updateTime string
    Most recent operation time of the endpoint connection
    zoneId string
    Endpoint zone ID
    zones VpcEndpointConnectionZone[]
    bps int
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    connection_status str
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creation_time str
    Creation time of the endpoint connection
    endpoint_id str
    Endpoint ID
    endpoint_owner_account_id str
    Account ID to which the endpoint belongs
    endpoint_vpc_id str
    ID of the VPC to which the endpoint network interface belongs
    replace_resource_id str
    New service resource ID
    replacing_resource str
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    resources_allocates Sequence[VpcEndpointConnectionResourcesAllocateArgs]
    service_id str
    Endpoint service ID
    update_time str
    Most recent operation time of the endpoint connection
    zone_id str
    Endpoint zone ID
    zones Sequence[VpcEndpointConnectionZoneArgs]
    bps Number
    Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
    connectionStatus String
    Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
    creationTime String
    Creation time of the endpoint connection
    endpointId String
    Endpoint ID
    endpointOwnerAccountId String
    Account ID to which the endpoint belongs
    endpointVpcId String
    ID of the VPC to which the endpoint network interface belongs
    replaceResourceId String
    New service resource ID
    replacingResource String
    Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
    resourcesAllocates List<Property Map>
    serviceId String
    Endpoint service ID
    updateTime String
    Most recent operation time of the endpoint connection
    zoneId String
    Endpoint zone ID
    zones List<Property Map>

    Supporting Types

    VpcEndpointConnectionResourcesAllocate, VpcEndpointConnectionResourcesAllocateArgs

    ResourceId string
    Specify the service resource for the endpoint connection
    ZoneId string
    Availability zone ID of the service resource to be specified
    ResourceId string
    Specify the service resource for the endpoint connection
    ZoneId string
    Availability zone ID of the service resource to be specified
    resourceId String
    Specify the service resource for the endpoint connection
    zoneId String
    Availability zone ID of the service resource to be specified
    resourceId string
    Specify the service resource for the endpoint connection
    zoneId string
    Availability zone ID of the service resource to be specified
    resource_id str
    Specify the service resource for the endpoint connection
    zone_id str
    Availability zone ID of the service resource to be specified
    resourceId String
    Specify the service resource for the endpoint connection
    zoneId String
    Availability zone ID of the service resource to be specified

    VpcEndpointConnectionZone, VpcEndpointConnectionZoneArgs

    NetworkInterfaceId string
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    NetworkInterfaceIp string
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    NetworkInterfaceIpv6 string
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    ResourceId string
    Service resource ID
    ServiceStatus string
    Status of the service resource
    SubnetId string
    ID of the subnet to which the endpoint network interface belongs
    ZoneDomain string
    The domain name of the terminal node availability zone.
    ZoneId string
    Endpoint zone ID
    ZoneStatus string
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
    NetworkInterfaceId string
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    NetworkInterfaceIp string
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    NetworkInterfaceIpv6 string
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    ResourceId string
    Service resource ID
    ServiceStatus string
    Status of the service resource
    SubnetId string
    ID of the subnet to which the endpoint network interface belongs
    ZoneDomain string
    The domain name of the terminal node availability zone.
    ZoneId string
    Endpoint zone ID
    ZoneStatus string
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
    networkInterfaceId String
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    networkInterfaceIp String
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    networkInterfaceIpv6 String
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    resourceId String
    Service resource ID
    serviceStatus String
    Status of the service resource
    subnetId String
    ID of the subnet to which the endpoint network interface belongs
    zoneDomain String
    The domain name of the terminal node availability zone.
    zoneId String
    Endpoint zone ID
    zoneStatus String
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
    networkInterfaceId string
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    networkInterfaceIp string
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    networkInterfaceIpv6 string
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    resourceId string
    Service resource ID
    serviceStatus string
    Status of the service resource
    subnetId string
    ID of the subnet to which the endpoint network interface belongs
    zoneDomain string
    The domain name of the terminal node availability zone.
    zoneId string
    Endpoint zone ID
    zoneStatus string
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
    network_interface_id str
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    network_interface_ip str
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    network_interface_ipv6 str
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    resource_id str
    Service resource ID
    service_status str
    Status of the service resource
    subnet_id str
    ID of the subnet to which the endpoint network interface belongs
    zone_domain str
    The domain name of the terminal node availability zone.
    zone_id str
    Endpoint zone ID
    zone_status str
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
    networkInterfaceId String
    Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
    networkInterfaceIp String
    The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
    networkInterfaceIpv6 String
    Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
    resourceId String
    Service resource ID
    serviceStatus String
    Status of the service resource
    subnetId String
    ID of the subnet to which the endpoint network interface belongs
    zoneDomain String
    The domain name of the terminal node availability zone.
    zoneId String
    Endpoint zone ID
    zoneStatus String
    Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed

    Import

    $ pulumi import volcenginecc:privatelink/vpcEndpointConnection:VpcEndpointConnection example "service_id|endpoint_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.