1. Packages
  2. Volcengine
  3. API Docs
  4. alb
  5. CustomizedCfgs
Volcengine v0.0.25 published on Tuesday, Jul 2, 2024 by Volcengine

volcengine.alb.CustomizedCfgs

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.25 published on Tuesday, Jul 2, 2024 by Volcengine

    Use this data source to query detailed information of alb customized cfgs

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = Volcengine.Alb.CustomizedCfgs.Invoke();
    
    });
    
    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
    	})
    }
    
    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();
    
        }
    }
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.alb.customized_cfgs()
    
    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.alb.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) CustomizedCfgsResultOutput
    public 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: volcengine:alb:CustomizedCfgs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CustomizedCfgName string
    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.
    CustomizedCfgName string
    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.
    customizedCfgName String
    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.
    customizedCfgName string
    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_name str
    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.
    customizedCfgName String
    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<CustomizedCfgsCfg>
    The collection of CustomizedCfg query.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of CustomizedCfg query.
    CustomizedCfgName string
    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 []CustomizedCfgsCfg
    The collection of CustomizedCfg query.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of CustomizedCfg query.
    CustomizedCfgName string
    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<CustomizedCfgsCfg>
    The collection of CustomizedCfg query.
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Integer
    The total count of CustomizedCfg query.
    customizedCfgName String
    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 CustomizedCfgsCfg[]
    The collection of CustomizedCfg query.
    id string
    The provider-assigned unique ID for this managed resource.
    totalCount number
    The total count of CustomizedCfg query.
    customizedCfgName string
    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[CustomizedCfgsCfg]
    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_name str
    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.
    customizedCfgName String
    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.
    CustomizedCfgContent string
    The content of CustomizedCfg.
    CustomizedCfgId string
    The ID of CustomizedCfg.
    CustomizedCfgName string
    The name of the CustomizedCfg.
    Description string
    The description of CustomizedCfg.
    Id string
    The ID of CustomizedCfg.
    Listeners List<CustomizedCfgsCfgListener>
    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.
    CustomizedCfgContent string
    The content of CustomizedCfg.
    CustomizedCfgId string
    The ID of CustomizedCfg.
    CustomizedCfgName string
    The name of the CustomizedCfg.
    Description string
    The description of CustomizedCfg.
    Id string
    The ID of CustomizedCfg.
    Listeners []CustomizedCfgsCfgListener
    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.
    customizedCfgContent String
    The content of CustomizedCfg.
    customizedCfgId String
    The ID of CustomizedCfg.
    customizedCfgName String
    The name of the CustomizedCfg.
    description String
    The description of CustomizedCfg.
    id String
    The ID of CustomizedCfg.
    listeners List<CustomizedCfgsCfgListener>
    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.
    customizedCfgContent string
    The content of CustomizedCfg.
    customizedCfgId string
    The ID of CustomizedCfg.
    customizedCfgName string
    The name of the CustomizedCfg.
    description string
    The description of CustomizedCfg.
    id string
    The ID of CustomizedCfg.
    listeners CustomizedCfgsCfgListener[]
    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_content str
    The content of CustomizedCfg.
    customized_cfg_id str
    The ID of CustomizedCfg.
    customized_cfg_name str
    The name of the CustomizedCfg.
    description str
    The description of CustomizedCfg.
    id str
    The ID of CustomizedCfg.
    listeners Sequence[CustomizedCfgsCfgListener]
    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.
    customizedCfgContent String
    The content of CustomizedCfg.
    customizedCfgId String
    The ID of CustomizedCfg.
    customizedCfgName String
    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 volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.25 published on Tuesday, Jul 2, 2024 by Volcengine