1. Packages
  2. Volcengine
  3. API Docs
  4. alb
  5. CustomizedCfgs
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.alb.CustomizedCfgs

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 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.CustomizedCfgs({});
Copy
import pulumi
import pulumi_volcengine as volcengine

foo = volcengine.alb.customized_cfgs()
Copy
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
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;

return await Deployment.RunAsync(() => 
{
    var foo = Volcengine.Alb.CustomizedCfgs.Invoke();

});
Copy
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();

    }
}
Copy
variables:
  foo:
    fn::invoke:
      Function: volcengine:alb:CustomizedCfgs
      Arguments: {}
Copy

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>
Copy
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]
Copy
func CustomizedCfgs(ctx *Context, args *CustomizedCfgsArgs, opts ...InvokeOption) (*CustomizedCfgsResult, error)
func CustomizedCfgsOutput(ctx *Context, args *CustomizedCfgsOutputArgs, opts ...InvokeOption) CustomizedCfgsResultOutput
Copy
public static class CustomizedCfgs 
{
    public static Task<CustomizedCfgsResult> InvokeAsync(CustomizedCfgsArgs args, InvokeOptions? opts = null)
    public static Output<CustomizedCfgsResult> Invoke(CustomizedCfgsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<CustomizedCfgsResult> customizedCfgs(CustomizedCfgsArgs args, InvokeOptions options)
public static Output<CustomizedCfgsResult> customizedCfgs(CustomizedCfgsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:alb:CustomizedCfgs
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
The create time of CustomizedCfg.
CustomizedCfgContent This property is required. string
The content of CustomizedCfg.
CustomizedCfgId This property is required. string
The ID of CustomizedCfg.
CustomizedCfgName This property is required. string
The name of the CustomizedCfg.
Description This property is required. string
The description of CustomizedCfg.
Id This property is required. string
The ID of CustomizedCfg.
Listeners This property is required. List<CustomizedCfgsCfgListener>
The listeners of CustomizedCfg.
ProjectName This property is required. string
The project name of the CustomizedCfg.
Status This property is required. string
The status of CustomizedCfg.
UpdateTime This property is required. string
The update time of CustomizedCfg.
CreateTime This property is required. string
The create time of CustomizedCfg.
CustomizedCfgContent This property is required. string
The content of CustomizedCfg.
CustomizedCfgId This property is required. string
The ID of CustomizedCfg.
CustomizedCfgName This property is required. string
The name of the CustomizedCfg.
Description This property is required. string
The description of CustomizedCfg.
Id This property is required. string
The ID of CustomizedCfg.
Listeners This property is required. []CustomizedCfgsCfgListener
The listeners of CustomizedCfg.
ProjectName This property is required. string
The project name of the CustomizedCfg.
Status This property is required. string
The status of CustomizedCfg.
UpdateTime This property is required. string
The update time of CustomizedCfg.
createTime This property is required. String
The create time of CustomizedCfg.
customizedCfgContent This property is required. String
The content of CustomizedCfg.
customizedCfgId This property is required. String
The ID of CustomizedCfg.
customizedCfgName This property is required. String
The name of the CustomizedCfg.
description This property is required. String
The description of CustomizedCfg.
id This property is required. String
The ID of CustomizedCfg.
listeners This property is required. List<CustomizedCfgsCfgListener>
The listeners of CustomizedCfg.
projectName This property is required. String
The project name of the CustomizedCfg.
status This property is required. String
The status of CustomizedCfg.
updateTime This property is required. String
The update time of CustomizedCfg.
createTime This property is required. string
The create time of CustomizedCfg.
customizedCfgContent This property is required. string
The content of CustomizedCfg.
customizedCfgId This property is required. string
The ID of CustomizedCfg.
customizedCfgName This property is required. string
The name of the CustomizedCfg.
description This property is required. string
The description of CustomizedCfg.
id This property is required. string
The ID of CustomizedCfg.
listeners This property is required. CustomizedCfgsCfgListener[]
The listeners of CustomizedCfg.
projectName This property is required. string
The project name of the CustomizedCfg.
status This property is required. string
The status of CustomizedCfg.
updateTime This property is required. string
The update time of CustomizedCfg.
create_time This property is required. str
The create time of CustomizedCfg.
customized_cfg_content This property is required. str
The content of CustomizedCfg.
customized_cfg_id This property is required. str
The ID of CustomizedCfg.
customized_cfg_name This property is required. str
The name of the CustomizedCfg.
description This property is required. str
The description of CustomizedCfg.
id This property is required. str
The ID of CustomizedCfg.
listeners This property is required. Sequence[CustomizedCfgsCfgListener]
The listeners of CustomizedCfg.
project_name This property is required. str
The project name of the CustomizedCfg.
status This property is required. str
The status of CustomizedCfg.
update_time This property is required. str
The update time of CustomizedCfg.
createTime This property is required. String
The create time of CustomizedCfg.
customizedCfgContent This property is required. String
The content of CustomizedCfg.
customizedCfgId This property is required. String
The ID of CustomizedCfg.
customizedCfgName This property is required. String
The name of the CustomizedCfg.
description This property is required. String
The description of CustomizedCfg.
id This property is required. String
The ID of CustomizedCfg.
listeners This property is required. List<Property Map>
The listeners of CustomizedCfg.
projectName This property is required. String
The project name of the CustomizedCfg.
status This property is required. String
The status of CustomizedCfg.
updateTime This property is required. String
The update time of CustomizedCfg.

CustomizedCfgsCfgListener

ListenerId This property is required. string
The id of the listener.
ListenerName This property is required. string
The Name of Listener.
Port This property is required. int
The port info of listener.
Protocol This property is required. string
The protocol info of listener.
ListenerId This property is required. string
The id of the listener.
ListenerName This property is required. string
The Name of Listener.
Port This property is required. int
The port info of listener.
Protocol This property is required. string
The protocol info of listener.
listenerId This property is required. String
The id of the listener.
listenerName This property is required. String
The Name of Listener.
port This property is required. Integer
The port info of listener.
protocol This property is required. String
The protocol info of listener.
listenerId This property is required. string
The id of the listener.
listenerName This property is required. string
The Name of Listener.
port This property is required. number
The port info of listener.
protocol This property is required. string
The protocol info of listener.
listener_id This property is required. str
The id of the listener.
listener_name This property is required. str
The Name of Listener.
port This property is required. int
The port info of listener.
protocol This property is required. str
The protocol info of listener.
listenerId This property is required. String
The id of the listener.
listenerName This property is required. String
The Name of Listener.
port This property is required. Number
The port info of listener.
protocol This property is required. 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 v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine