Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Plural Data Source schema for Byteplus::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: bytepluscc:privatelink/getGatewayEndpoints:getGatewayEndpoints
arguments:
# arguments dictionarydata "bytepluscc_privatelink_getgatewayendpoints" "name" {
# arguments
}getGatewayEndpoints Result
The following output properties are available:
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus