bytepluscc v0.0.15 published on Monday, Mar 2, 2026 by Byteplus
bytepluscc v0.0.15 published on Monday, Mar 2, 2026 by Byteplus
Plural Data Source schema for Byteplus::ALB::CustomizedCfg
Using getCustomizedCfgs
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 getCustomizedCfgs(opts?: InvokeOptions): Promise<GetCustomizedCfgsResult>
function getCustomizedCfgsOutput(opts?: InvokeOptions): Output<GetCustomizedCfgsResult>def get_customized_cfgs(opts: Optional[InvokeOptions] = None) -> GetCustomizedCfgsResult
def get_customized_cfgs_output(opts: Optional[InvokeOptions] = None) -> Output[GetCustomizedCfgsResult]func GetCustomizedCfgs(ctx *Context, opts ...InvokeOption) (*GetCustomizedCfgsResult, error)
func GetCustomizedCfgsOutput(ctx *Context, opts ...InvokeOption) GetCustomizedCfgsResultOutput> Note: This function is named GetCustomizedCfgs in the Go SDK.
public static class GetCustomizedCfgs
{
public static Task<GetCustomizedCfgsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetCustomizedCfgsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomizedCfgsResult> getCustomizedCfgs(InvokeOptions options)
public static Output<GetCustomizedCfgsResult> getCustomizedCfgs(InvokeOptions options)
fn::invoke:
function: bytepluscc:alb/getCustomizedCfgs:getCustomizedCfgs
arguments:
# arguments dictionarygetCustomizedCfgs 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.15 published on Monday, Mar 2, 2026 by Byteplus
