Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Plural Data Source schema for Volcengine::PrivateLink::GatewayEndpoint
Using getGatewayEndpoints
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 getGatewayEndpoints(opts?: InvokeOptions): Promise<GetGatewayEndpointsResult>
function getGatewayEndpointsOutput(opts?: InvokeOptions): Output<GetGatewayEndpointsResult>def get_gateway_endpoints(opts: Optional[InvokeOptions] = None) -> GetGatewayEndpointsResult
def get_gateway_endpoints_output(opts: Optional[InvokeOptions] = None) -> Output[GetGatewayEndpointsResult]func GetGatewayEndpoints(ctx *Context, opts ...InvokeOption) (*GetGatewayEndpointsResult, error)
func GetGatewayEndpointsOutput(ctx *Context, opts ...InvokeOption) GetGatewayEndpointsResultOutput> Note: This function is named GetGatewayEndpoints in the Go SDK.
public static class GetGatewayEndpoints
{
public static Task<GetGatewayEndpointsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetGatewayEndpointsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetGatewayEndpointsResult> getGatewayEndpoints(InvokeOptions options)
public static Output<GetGatewayEndpointsResult> getGatewayEndpoints(InvokeOptions options)
fn::invoke:
function: volcenginecc:privatelink/getGatewayEndpoints:getGatewayEndpoints
arguments:
# arguments dictionarydata "volcenginecc_privatelink_getgatewayendpoints" "name" {
# arguments
}getGatewayEndpoints Result
The following output properties are available:
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.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine