bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
Plural Data Source schema for Byteplus::APIG::CustomDomain
Using getCustomDomains
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 getCustomDomains(opts?: InvokeOptions): Promise<GetCustomDomainsResult>
function getCustomDomainsOutput(opts?: InvokeOptions): Output<GetCustomDomainsResult>def get_custom_domains(opts: Optional[InvokeOptions] = None) -> GetCustomDomainsResult
def get_custom_domains_output(opts: Optional[InvokeOptions] = None) -> Output[GetCustomDomainsResult]func GetCustomDomains(ctx *Context, opts ...InvokeOption) (*GetCustomDomainsResult, error)
func GetCustomDomainsOutput(ctx *Context, opts ...InvokeOption) GetCustomDomainsResultOutput> Note: This function is named GetCustomDomains in the Go SDK.
public static class GetCustomDomains
{
public static Task<GetCustomDomainsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetCustomDomainsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomDomainsResult> getCustomDomains(InvokeOptions options)
public static Output<GetCustomDomainsResult> getCustomDomains(InvokeOptions options)
fn::invoke:
function: bytepluscc:apig/getCustomDomains:getCustomDomains
arguments:
# arguments dictionarygetCustomDomains 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.
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
