1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cr
  6. getVpcEndpoint
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine

    Data Source schema for Volcengine::CR::VpcEndpoint

    Using getVpcEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVpcEndpoint(args: GetVpcEndpointArgs, opts?: InvokeOptions): Promise<GetVpcEndpointResult>
    function getVpcEndpointOutput(args: GetVpcEndpointOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointResult>
    def get_vpc_endpoint(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetVpcEndpointResult
    def get_vpc_endpoint_output(id: pulumi.Input[Optional[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointResult]
    func LookupVpcEndpoint(ctx *Context, args *LookupVpcEndpointArgs, opts ...InvokeOption) (*LookupVpcEndpointResult, error)
    func LookupVpcEndpointOutput(ctx *Context, args *LookupVpcEndpointOutputArgs, opts ...InvokeOption) LookupVpcEndpointResultOutput

    > Note: This function is named LookupVpcEndpoint in the Go SDK.

    public static class GetVpcEndpoint 
    {
        public static Task<GetVpcEndpointResult> InvokeAsync(GetVpcEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcEndpointResult> Invoke(GetVpcEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
    public static Output<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:cr/getVpcEndpoint:getVpcEndpoint
      arguments:
        # arguments dictionary
    data "volcenginecc_cr_get_vpc_endpoint" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getVpcEndpoint Result

    The following output properties are available:

    Id string
    Uniquely identifies the resource.
    Registry string
    Image repository instance name
    Vpcs List<Volcengine.GetVpcEndpointVpc>
    Specify which VPCs can access this Standard Edition image repository instance
    Id string
    Uniquely identifies the resource.
    Registry string
    Image repository instance name
    Vpcs []GetVpcEndpointVpc
    Specify which VPCs can access this Standard Edition image repository instance
    id string
    Uniquely identifies the resource.
    registry string
    Image repository instance name
    vpcs list(object)
    Specify which VPCs can access this Standard Edition image repository instance
    id String
    Uniquely identifies the resource.
    registry String
    Image repository instance name
    vpcs List<GetVpcEndpointVpc>
    Specify which VPCs can access this Standard Edition image repository instance
    id string
    Uniquely identifies the resource.
    registry string
    Image repository instance name
    vpcs GetVpcEndpointVpc[]
    Specify which VPCs can access this Standard Edition image repository instance
    id str
    Uniquely identifies the resource.
    registry str
    Image repository instance name
    vpcs Sequence[GetVpcEndpointVpc]
    Specify which VPCs can access this Standard Edition image repository instance
    id String
    Uniquely identifies the resource.
    registry String
    Image repository instance name
    vpcs List<Property Map>
    Specify which VPCs can access this Standard Edition image repository instance

    Supporting Types

    GetVpcEndpointVpc

    AccountId int
    Primary account ID for the VPC
    CreateTime string
    Creation time
    Ip string
    IP address of the image repository within the VPC
    Region string
    VPC region
    Status string
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    SubnetId string
    Subnet ID
    VpcId string
    VPC ID。
    AccountId int
    Primary account ID for the VPC
    CreateTime string
    Creation time
    Ip string
    IP address of the image repository within the VPC
    Region string
    VPC region
    Status string
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    SubnetId string
    Subnet ID
    VpcId string
    VPC ID。
    account_id number
    Primary account ID for the VPC
    create_time string
    Creation time
    ip string
    IP address of the image repository within the VPC
    region string
    VPC region
    status string
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    subnet_id string
    Subnet ID
    vpc_id string
    VPC ID。
    accountId Integer
    Primary account ID for the VPC
    createTime String
    Creation time
    ip String
    IP address of the image repository within the VPC
    region String
    VPC region
    status String
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    subnetId String
    Subnet ID
    vpcId String
    VPC ID。
    accountId number
    Primary account ID for the VPC
    createTime string
    Creation time
    ip string
    IP address of the image repository within the VPC
    region string
    VPC region
    status string
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    subnetId string
    Subnet ID
    vpcId string
    VPC ID。
    account_id int
    Primary account ID for the VPC
    create_time str
    Creation time
    ip str
    IP address of the image repository within the VPC
    region str
    VPC region
    status str
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    subnet_id str
    Subnet ID
    vpc_id str
    VPC ID。
    accountId Number
    Primary account ID for the VPC
    createTime String
    Creation time
    ip String
    IP address of the image repository within the VPC
    region String
    VPC region
    status String
    Access endpoint status: Enabling: in progress. Enabled: enabled. Disabling: in progress. Failed: failed.
    subnetId String
    Subnet ID
    vpcId String
    VPC ID。

    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.50
    published on Monday, Jul 20, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial