Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of alb customized cfgs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.alb.getCustomizedCfgs({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.alb.get_customized_cfgs()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/alb"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := alb.GetCustomizedCfgs(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Alb.GetCustomizedCfgs.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.alb.AlbFunctions;
import com.pulumi.volcengine.alb.inputs.GetCustomizedCfgsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var foo = AlbFunctions.getCustomizedCfgs();
}
}
variables:
foo:
fn::invoke:
Function: volcengine:alb:getCustomizedCfgs
Arguments: {}
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(args: GetCustomizedCfgsArgs, opts?: InvokeOptions): Promise<GetCustomizedCfgsResult>
function getCustomizedCfgsOutput(args: GetCustomizedCfgsOutputArgs, opts?: InvokeOptions): Output<GetCustomizedCfgsResult>def get_customized_cfgs(customized_cfg_name: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
listener_id: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
project_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomizedCfgsResult
def get_customized_cfgs_output(customized_cfg_name: Optional[pulumi.Input[str]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
listener_id: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomizedCfgsResult]func GetCustomizedCfgs(ctx *Context, args *GetCustomizedCfgsArgs, opts ...InvokeOption) (*GetCustomizedCfgsResult, error)
func GetCustomizedCfgsOutput(ctx *Context, args *GetCustomizedCfgsOutputArgs, opts ...InvokeOption) GetCustomizedCfgsResultOutput> Note: This function is named GetCustomizedCfgs in the Go SDK.
public static class GetCustomizedCfgs
{
public static Task<GetCustomizedCfgsResult> InvokeAsync(GetCustomizedCfgsArgs args, InvokeOptions? opts = null)
public static Output<GetCustomizedCfgsResult> Invoke(GetCustomizedCfgsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomizedCfgsResult> getCustomizedCfgs(GetCustomizedCfgsArgs args, InvokeOptions options)
public static Output<GetCustomizedCfgsResult> getCustomizedCfgs(GetCustomizedCfgsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:alb/getCustomizedCfgs:getCustomizedCfgs
arguments:
# arguments dictionaryThe following arguments are supported:
- Customized
Cfg stringName - The name of the CustomizedCfg.
- Ids List<string>
- A list of CustomizedCfg IDs.
- Listener
Id string - The id of the listener.
- Name
Regex string - A Name Regex of CustomizedCfg.
- Output
File string - File name where to save data source results.
- Project
Name string - The project name of the CustomizedCfg.
- Customized
Cfg stringName - The name of the CustomizedCfg.
- Ids []string
- A list of CustomizedCfg IDs.
- Listener
Id string - The id of the listener.
- Name
Regex string - A Name Regex of CustomizedCfg.
- Output
File string - File name where to save data source results.
- Project
Name string - The project name of the CustomizedCfg.
- customized
Cfg StringName - The name of the CustomizedCfg.
- ids List<String>
- A list of CustomizedCfg IDs.
- listener
Id String - The id of the listener.
- name
Regex String - A Name Regex of CustomizedCfg.
- output
File String - File name where to save data source results.
- project
Name String - The project name of the CustomizedCfg.
- customized
Cfg stringName - The name of the CustomizedCfg.
- ids string[]
- A list of CustomizedCfg IDs.
- listener
Id string - The id of the listener.
- name
Regex string - A Name Regex of CustomizedCfg.
- output
File string - File name where to save data source results.
- project
Name string - The project name of the CustomizedCfg.
- customized_
cfg_ strname - The name of the CustomizedCfg.
- ids Sequence[str]
- A list of CustomizedCfg IDs.
- listener_
id str - The id of the listener.
- name_
regex str - A Name Regex of CustomizedCfg.
- output_
file str - File name where to save data source results.
- project_
name str - The project name of the CustomizedCfg.
- customized
Cfg StringName - The name of the CustomizedCfg.
- ids List<String>
- A list of CustomizedCfg IDs.
- listener
Id String - The id of the listener.
- name
Regex String - A Name Regex of CustomizedCfg.
- output
File String - File name where to save data source results.
- project
Name String - The project name of the CustomizedCfg.
getCustomizedCfgs Result
The following output properties are available:
- Cfgs
List<Get
Customized Cfgs Cfg> - The collection of CustomizedCfg query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of CustomizedCfg query.
- Customized
Cfg stringName - The name of CustomizedCfg.
- Ids List<string>
- Listener
Id string - The ID of Listener.
- Name
Regex string - Output
File string - Project
Name string - The project name of CustomizedCfg.
- Cfgs
[]Get
Customized Cfgs Cfg - The collection of CustomizedCfg query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of CustomizedCfg query.
- Customized
Cfg stringName - The name of CustomizedCfg.
- Ids []string
- Listener
Id string - The ID of Listener.
- Name
Regex string - Output
File string - Project
Name string - The project name of CustomizedCfg.
- cfgs
List<Get
Customized Cfgs Cfg> - The collection of CustomizedCfg query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of CustomizedCfg query.
- customized
Cfg StringName - The name of CustomizedCfg.
- ids List<String>
- listener
Id String - The ID of Listener.
- name
Regex String - output
File String - project
Name String - The project name of CustomizedCfg.
- cfgs
Get
Customized Cfgs Cfg[] - The collection of CustomizedCfg query.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of CustomizedCfg query.
- customized
Cfg stringName - The name of CustomizedCfg.
- ids string[]
- listener
Id string - The ID of Listener.
- name
Regex string - output
File string - project
Name string - The project name of CustomizedCfg.
- cfgs
Sequence[Get
Customized Cfgs Cfg] - The collection of CustomizedCfg query.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of CustomizedCfg query.
- customized_
cfg_ strname - The name of CustomizedCfg.
- ids Sequence[str]
- listener_
id str - The ID of Listener.
- name_
regex str - output_
file str - project_
name str - The project name of CustomizedCfg.
- cfgs List<Property Map>
- The collection of CustomizedCfg query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of CustomizedCfg query.
- customized
Cfg StringName - The name of CustomizedCfg.
- ids List<String>
- listener
Id String - The ID of Listener.
- name
Regex String - output
File String - project
Name String - The project name of CustomizedCfg.
Supporting Types
GetCustomizedCfgsCfg
- Create
Time string - The create time of CustomizedCfg.
- Customized
Cfg stringContent - The content of CustomizedCfg.
- Customized
Cfg stringId - The ID of CustomizedCfg.
- Customized
Cfg stringName - The name of the CustomizedCfg.
- Description string
- The description of CustomizedCfg.
- Id string
- The ID of CustomizedCfg.
- Listeners
List<Get
Customized Cfgs Cfg Listener> - The listeners of CustomizedCfg.
- Project
Name string - The project name of the CustomizedCfg.
- Status string
- The status of CustomizedCfg.
- Update
Time string - The update time of CustomizedCfg.
- Create
Time string - The create time of CustomizedCfg.
- Customized
Cfg stringContent - The content of CustomizedCfg.
- Customized
Cfg stringId - The ID of CustomizedCfg.
- Customized
Cfg stringName - The name of the CustomizedCfg.
- Description string
- The description of CustomizedCfg.
- Id string
- The ID of CustomizedCfg.
- Listeners
[]Get
Customized Cfgs Cfg Listener - The listeners of CustomizedCfg.
- Project
Name string - The project name of the CustomizedCfg.
- Status string
- The status of CustomizedCfg.
- Update
Time string - The update time of CustomizedCfg.
- create
Time String - The create time of CustomizedCfg.
- customized
Cfg StringContent - The content of CustomizedCfg.
- customized
Cfg StringId - The ID of CustomizedCfg.
- customized
Cfg StringName - The name of the CustomizedCfg.
- description String
- The description of CustomizedCfg.
- id String
- The ID of CustomizedCfg.
- listeners
List<Get
Customized Cfgs Cfg Listener> - The listeners of CustomizedCfg.
- project
Name String - The project name of the CustomizedCfg.
- status String
- The status of CustomizedCfg.
- update
Time String - The update time of CustomizedCfg.
- create
Time string - The create time of CustomizedCfg.
- customized
Cfg stringContent - The content of CustomizedCfg.
- customized
Cfg stringId - The ID of CustomizedCfg.
- customized
Cfg stringName - The name of the CustomizedCfg.
- description string
- The description of CustomizedCfg.
- id string
- The ID of CustomizedCfg.
- listeners
Get
Customized Cfgs Cfg Listener[] - The listeners of CustomizedCfg.
- project
Name string - The project name of the CustomizedCfg.
- status string
- The status of CustomizedCfg.
- update
Time string - The update time of CustomizedCfg.
- create_
time str - The create time of CustomizedCfg.
- customized_
cfg_ strcontent - The content of CustomizedCfg.
- customized_
cfg_ strid - The ID of CustomizedCfg.
- customized_
cfg_ strname - The name of the CustomizedCfg.
- description str
- The description of CustomizedCfg.
- id str
- The ID of CustomizedCfg.
- listeners
Sequence[Get
Customized Cfgs Cfg Listener] - The listeners of CustomizedCfg.
- project_
name str - The project name of the CustomizedCfg.
- status str
- The status of CustomizedCfg.
- update_
time str - The update time of CustomizedCfg.
- create
Time String - The create time of CustomizedCfg.
- customized
Cfg StringContent - The content of CustomizedCfg.
- customized
Cfg StringId - The ID of CustomizedCfg.
- customized
Cfg StringName - The name of the CustomizedCfg.
- description String
- The description of CustomizedCfg.
- id String
- The ID of CustomizedCfg.
- listeners List<Property Map>
- The listeners of CustomizedCfg.
- project
Name String - The project name of the CustomizedCfg.
- status String
- The status of CustomizedCfg.
- update
Time String - The update time of CustomizedCfg.
GetCustomizedCfgsCfgListener
- Listener
Id string - The id of the listener.
- Listener
Name string - The Name of Listener.
- Port int
- The port info of listener.
- Protocol string
- The protocol info of listener.
- Listener
Id string - The id of the listener.
- Listener
Name string - The Name of Listener.
- Port int
- The port info of listener.
- Protocol string
- The protocol info of listener.
- listener
Id String - The id of the listener.
- listener
Name String - The Name of Listener.
- port Integer
- The port info of listener.
- protocol String
- The protocol info of listener.
- listener
Id string - The id of the listener.
- listener
Name string - The Name of Listener.
- port number
- The port info of listener.
- protocol string
- The protocol info of listener.
- listener_
id str - The id of the listener.
- listener_
name str - The Name of Listener.
- port int
- The port info of listener.
- protocol str
- The protocol info of listener.
- listener
Id String - The id of the listener.
- listener
Name String - The Name of Listener.
- port Number
- The port info of listener.
- protocol String
- The protocol info of listener.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
