Volcengine v0.0.24 published on Tuesday, Jun 25, 2024 by Volcengine
volcengine.alb.CustomizedCfgs
Explore with Pulumi AI
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:
- 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.
CustomizedCfgs Result
The following output properties are available:
- Cfgs
List<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
[]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<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
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[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
CustomizedCfgsCfg
- 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<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
[]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<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
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[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.
CustomizedCfgsCfgListener
- 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
volcengine
Terraform Provider.