Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
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 dictionarydata "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.
Get Vpc Endpoint Vpc> - Specify which VPCs can access this Standard Edition image repository instance
- Id string
- Uniquely identifies the resource.
- Registry string
- Image repository instance name
- Vpcs
[]Get
Vpc Endpoint Vpc - 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<Get
Vpc Endpoint Vpc> - Specify which VPCs can access this Standard Edition image repository instance
- id string
- Uniquely identifies the resource.
- registry string
- Image repository instance name
- vpcs
Get
Vpc Endpoint Vpc[] - 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[Get
Vpc Endpoint Vpc] - 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
- Account
Id int - 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。
- Account
Id int - 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。
- 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。
- account
Id Integer - 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。
- 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。
- 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。
- 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。
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine