Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.alb.CustomizedCfgs
Explore with Pulumi AI
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.CustomizedCfgs({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.alb.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.CustomizedCfgs(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.CustomizedCfgs.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.CustomizedCfgsArgs;
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.CustomizedCfgs();
    }
}
variables:
  foo:
    fn::invoke:
      Function: volcengine:alb:CustomizedCfgs
      Arguments: {}
Using CustomizedCfgs
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 customizedCfgs(args: CustomizedCfgsArgs, opts?: InvokeOptions): Promise<CustomizedCfgsResult>
function customizedCfgsOutput(args: CustomizedCfgsOutputArgs, opts?: InvokeOptions): Output<CustomizedCfgsResult>def 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) -> CustomizedCfgsResult
def 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[CustomizedCfgsResult]func CustomizedCfgs(ctx *Context, args *CustomizedCfgsArgs, opts ...InvokeOption) (*CustomizedCfgsResult, error)
func CustomizedCfgsOutput(ctx *Context, args *CustomizedCfgsOutputArgs, opts ...InvokeOption) CustomizedCfgsResultOutputpublic static class CustomizedCfgs 
{
    public static Task<CustomizedCfgsResult> InvokeAsync(CustomizedCfgsArgs args, InvokeOptions? opts = null)
    public static Output<CustomizedCfgsResult> Invoke(CustomizedCfgsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<CustomizedCfgsResult> customizedCfgs(CustomizedCfgsArgs args, InvokeOptions options)
public static Output<CustomizedCfgsResult> customizedCfgs(CustomizedCfgsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:alb:CustomizedCfgs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CustomizedCfg stringName 
- The name of the CustomizedCfg.
- Ids List<string>
- A list of CustomizedCfg IDs.
- ListenerId string
- The id of the listener.
- NameRegex string
- A Name Regex of CustomizedCfg.
- OutputFile string
- File name where to save data source results.
- ProjectName string
- The project name of the CustomizedCfg.
- CustomizedCfg stringName 
- The name of the CustomizedCfg.
- Ids []string
- A list of CustomizedCfg IDs.
- ListenerId string
- The id of the listener.
- NameRegex string
- A Name Regex of CustomizedCfg.
- OutputFile string
- File name where to save data source results.
- ProjectName string
- The project name of the CustomizedCfg.
- customizedCfg StringName 
- The name of the CustomizedCfg.
- ids List<String>
- A list of CustomizedCfg IDs.
- listenerId String
- The id of the listener.
- nameRegex String
- A Name Regex of CustomizedCfg.
- outputFile String
- File name where to save data source results.
- projectName String
- The project name of the CustomizedCfg.
- customizedCfg stringName 
- The name of the CustomizedCfg.
- ids string[]
- A list of CustomizedCfg IDs.
- listenerId string
- The id of the listener.
- nameRegex string
- A Name Regex of CustomizedCfg.
- outputFile string
- File name where to save data source results.
- projectName 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.
- customizedCfg StringName 
- The name of the CustomizedCfg.
- ids List<String>
- A list of CustomizedCfg IDs.
- listenerId String
- The id of the listener.
- nameRegex String
- A Name Regex of CustomizedCfg.
- outputFile String
- File name where to save data source results.
- projectName String
- The project name of the CustomizedCfg.
CustomizedCfgs Result
The following output properties are available:
- Cfgs
List<CustomizedCfgs Cfg> 
- The collection of CustomizedCfg query.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of CustomizedCfg query.
- CustomizedCfg stringName 
- The name of CustomizedCfg.
- Ids List<string>
- ListenerId string
- The ID of Listener.
- NameRegex string
- OutputFile string
- ProjectName string
- The project name of CustomizedCfg.
- Cfgs
[]CustomizedCfgs Cfg 
- The collection of CustomizedCfg query.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of CustomizedCfg query.
- CustomizedCfg stringName 
- The name of CustomizedCfg.
- Ids []string
- ListenerId string
- The ID of Listener.
- NameRegex string
- OutputFile string
- ProjectName string
- The project name of CustomizedCfg.
- cfgs
List<CustomizedCfgs Cfg> 
- The collection of CustomizedCfg query.
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Integer
- The total count of CustomizedCfg query.
- customizedCfg StringName 
- The name of CustomizedCfg.
- ids List<String>
- listenerId String
- The ID of Listener.
- nameRegex String
- outputFile String
- projectName String
- The project name of CustomizedCfg.
- cfgs
CustomizedCfgs Cfg[] 
- The collection of CustomizedCfg query.
- id string
- The provider-assigned unique ID for this managed resource.
- totalCount number
- The total count of CustomizedCfg query.
- customizedCfg stringName 
- The name of CustomizedCfg.
- ids string[]
- listenerId string
- The ID of Listener.
- nameRegex string
- outputFile string
- projectName string
- The project name of CustomizedCfg.
- cfgs
Sequence[CustomizedCfgs 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.
- totalCount Number
- The total count of CustomizedCfg query.
- customizedCfg StringName 
- The name of CustomizedCfg.
- ids List<String>
- listenerId String
- The ID of Listener.
- nameRegex String
- outputFile String
- projectName String
- The project name of CustomizedCfg.
Supporting Types
CustomizedCfgsCfg  
- CreateTime string
- The create time of CustomizedCfg.
- CustomizedCfg stringContent 
- The content of CustomizedCfg.
- CustomizedCfg stringId 
- The ID of CustomizedCfg.
- CustomizedCfg stringName 
- The name of the CustomizedCfg.
- Description string
- The description of CustomizedCfg.
- Id string
- The ID of CustomizedCfg.
- Listeners
List<CustomizedCfgs Cfg Listener> 
- The listeners of CustomizedCfg.
- ProjectName string
- The project name of the CustomizedCfg.
- Status string
- The status of CustomizedCfg.
- UpdateTime string
- The update time of CustomizedCfg.
- CreateTime string
- The create time of CustomizedCfg.
- CustomizedCfg stringContent 
- The content of CustomizedCfg.
- CustomizedCfg stringId 
- The ID of CustomizedCfg.
- CustomizedCfg stringName 
- The name of the CustomizedCfg.
- Description string
- The description of CustomizedCfg.
- Id string
- The ID of CustomizedCfg.
- Listeners
[]CustomizedCfgs Cfg Listener 
- The listeners of CustomizedCfg.
- ProjectName string
- The project name of the CustomizedCfg.
- Status string
- The status of CustomizedCfg.
- UpdateTime string
- The update time of CustomizedCfg.
- createTime String
- The create time of CustomizedCfg.
- customizedCfg StringContent 
- The content of CustomizedCfg.
- customizedCfg StringId 
- The ID of CustomizedCfg.
- customizedCfg StringName 
- The name of the CustomizedCfg.
- description String
- The description of CustomizedCfg.
- id String
- The ID of CustomizedCfg.
- listeners
List<CustomizedCfgs Cfg Listener> 
- The listeners of CustomizedCfg.
- projectName String
- The project name of the CustomizedCfg.
- status String
- The status of CustomizedCfg.
- updateTime String
- The update time of CustomizedCfg.
- createTime string
- The create time of CustomizedCfg.
- customizedCfg stringContent 
- The content of CustomizedCfg.
- customizedCfg stringId 
- The ID of CustomizedCfg.
- customizedCfg stringName 
- The name of the CustomizedCfg.
- description string
- The description of CustomizedCfg.
- id string
- The ID of CustomizedCfg.
- listeners
CustomizedCfgs Cfg Listener[] 
- The listeners of CustomizedCfg.
- projectName string
- The project name of the CustomizedCfg.
- status string
- The status of CustomizedCfg.
- updateTime 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[CustomizedCfgs 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.
- createTime String
- The create time of CustomizedCfg.
- customizedCfg StringContent 
- The content of CustomizedCfg.
- customizedCfg StringId 
- The ID of CustomizedCfg.
- customizedCfg 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.
- projectName String
- The project name of the CustomizedCfg.
- status String
- The status of CustomizedCfg.
- updateTime String
- The update time of CustomizedCfg.
CustomizedCfgsCfgListener   
- ListenerId string
- The id of the listener.
- ListenerName string
- The Name of Listener.
- Port int
- The port info of listener.
- Protocol string
- The protocol info of listener.
- ListenerId string
- The id of the listener.
- ListenerName string
- The Name of Listener.
- Port int
- The port info of listener.
- Protocol string
- The protocol info of listener.
- listenerId String
- The id of the listener.
- listenerName String
- The Name of Listener.
- port Integer
- The port info of listener.
- protocol String
- The protocol info of listener.
- listenerId string
- The id of the listener.
- listenerName 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.
- listenerId String
- The id of the listener.
- listenerName 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.