1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. alb
  5. getCustomizedCfg
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus

    Data Source schema for Byteplus::ALB::CustomizedCfg

    Using getCustomizedCfg

    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 getCustomizedCfg(args: GetCustomizedCfgArgs, opts?: InvokeOptions): Promise<GetCustomizedCfgResult>
    function getCustomizedCfgOutput(args: GetCustomizedCfgOutputArgs, opts?: InvokeOptions): Output<GetCustomizedCfgResult>
    def get_customized_cfg(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetCustomizedCfgResult
    def get_customized_cfg_output(id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetCustomizedCfgResult]
    func LookupCustomizedCfg(ctx *Context, args *LookupCustomizedCfgArgs, opts ...InvokeOption) (*LookupCustomizedCfgResult, error)
    func LookupCustomizedCfgOutput(ctx *Context, args *LookupCustomizedCfgOutputArgs, opts ...InvokeOption) LookupCustomizedCfgResultOutput

    > Note: This function is named LookupCustomizedCfg in the Go SDK.

    public static class GetCustomizedCfg 
    {
        public static Task<GetCustomizedCfgResult> InvokeAsync(GetCustomizedCfgArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomizedCfgResult> Invoke(GetCustomizedCfgInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomizedCfgResult> getCustomizedCfg(GetCustomizedCfgArgs args, InvokeOptions options)
    public static Output<GetCustomizedCfgResult> getCustomizedCfg(GetCustomizedCfgArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:alb/getCustomizedCfg:getCustomizedCfg
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getCustomizedCfg Result

    The following output properties are available:

    CreatedTime string
    个性化配置的创建时间。
    CustomizedCfgContent string
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    CustomizedCfgId string
    个性化配置的 ID 。
    CustomizedCfgName string
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    Description string
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    Id string
    Uniquely identifies the resource.
    Listeners List<Byteplus.GetCustomizedCfgListener>
    个性化配置关联的监听器列表。
    ProjectName string
    个性化配置所属项目名称。
    Status string
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    Tags List<Byteplus.GetCustomizedCfgTag>
    标签列表。
    UpdatedTime string
    个性化配置的最近操作时间。
    CreatedTime string
    个性化配置的创建时间。
    CustomizedCfgContent string
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    CustomizedCfgId string
    个性化配置的 ID 。
    CustomizedCfgName string
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    Description string
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    Id string
    Uniquely identifies the resource.
    Listeners []GetCustomizedCfgListener
    个性化配置关联的监听器列表。
    ProjectName string
    个性化配置所属项目名称。
    Status string
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    Tags []GetCustomizedCfgTag
    标签列表。
    UpdatedTime string
    个性化配置的最近操作时间。
    createdTime String
    个性化配置的创建时间。
    customizedCfgContent String
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    customizedCfgId String
    个性化配置的 ID 。
    customizedCfgName String
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    description String
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    id String
    Uniquely identifies the resource.
    listeners List<GetCustomizedCfgListener>
    个性化配置关联的监听器列表。
    projectName String
    个性化配置所属项目名称。
    status String
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    tags List<GetCustomizedCfgTag>
    标签列表。
    updatedTime String
    个性化配置的最近操作时间。
    createdTime string
    个性化配置的创建时间。
    customizedCfgContent string
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    customizedCfgId string
    个性化配置的 ID 。
    customizedCfgName string
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    description string
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    id string
    Uniquely identifies the resource.
    listeners GetCustomizedCfgListener[]
    个性化配置关联的监听器列表。
    projectName string
    个性化配置所属项目名称。
    status string
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    tags GetCustomizedCfgTag[]
    标签列表。
    updatedTime string
    个性化配置的最近操作时间。
    created_time str
    个性化配置的创建时间。
    customized_cfg_content str
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    customized_cfg_id str
    个性化配置的 ID 。
    customized_cfg_name str
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    description str
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    id str
    Uniquely identifies the resource.
    listeners Sequence[GetCustomizedCfgListener]
    个性化配置关联的监听器列表。
    project_name str
    个性化配置所属项目名称。
    status str
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    tags Sequence[GetCustomizedCfgTag]
    标签列表。
    updated_time str
    个性化配置的最近操作时间。
    createdTime String
    个性化配置的创建时间。
    customizedCfgContent String
    个性化配置项内容。具体规则如下:长度不超过4096字符。空格和分号需要转义。不同的配置项之间通过";\r\n"分隔,配置项不能重复。当前支持的配置项有sslprotocols、sslciphers、clientmaxbodysize、keepalivetimeout、proxyrequestbuffering、proxyconnecttimeout、addheader、clientheadertimeout、proxyreadtimeout、proxysendtimeout、clientbodytimeout、sendtimeout和sslverifydepth。详细信息参见官网文档。
    customizedCfgId String
    个性化配置的 ID 。
    customizedCfgName String
    个性化配置的名字。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。
    description String
    个性化配置的描述。具体规则如下:不能以http://或https://开头。必须以字母或中文开头,可包含数字、英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)长度限制为1 ~ 255个字符。不填默认为空字符串。
    id String
    Uniquely identifies the resource.
    listeners List<Property Map>
    个性化配置关联的监听器列表。
    projectName String
    个性化配置所属项目名称。
    status String
    个性化配置状态。包括Active、Configuring、Creating或者Deleting。
    tags List<Property Map>
    标签列表。
    updatedTime String
    个性化配置的最近操作时间。

    Supporting Types

    GetCustomizedCfgListener

    ListenerId string
    监听器的 ID。
    ListenerName string
    监听器的名称。
    Port int
    监听器的端口。
    Protocol string
    监听器的协议。
    ListenerId string
    监听器的 ID。
    ListenerName string
    监听器的名称。
    Port int
    监听器的端口。
    Protocol string
    监听器的协议。
    listenerId String
    监听器的 ID。
    listenerName String
    监听器的名称。
    port Integer
    监听器的端口。
    protocol String
    监听器的协议。
    listenerId string
    监听器的 ID。
    listenerName string
    监听器的名称。
    port number
    监听器的端口。
    protocol string
    监听器的协议。
    listener_id str
    监听器的 ID。
    listener_name str
    监听器的名称。
    port int
    监听器的端口。
    protocol str
    监听器的协议。
    listenerId String
    监听器的 ID。
    listenerName String
    监听器的名称。
    port Number
    监听器的端口。
    protocol String
    监听器的协议。

    GetCustomizedCfgTag

    Key string
    用户标签的标签键。
    Value string
    用户标签的标签值。
    Key string
    用户标签的标签键。
    Value string
    用户标签的标签值。
    key String
    用户标签的标签键。
    value String
    用户标签的标签值。
    key string
    用户标签的标签键。
    value string
    用户标签的标签值。
    key str
    用户标签的标签键。
    value str
    用户标签的标签值。
    key String
    用户标签的标签键。
    value String
    用户标签的标签值。

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.16
    published on Monday, Mar 9, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.