1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cdn
  6. getShareConfig
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::CDN::ShareConfig

    Using getShareConfig

    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 getShareConfig(args: GetShareConfigArgs, opts?: InvokeOptions): Promise<GetShareConfigResult>
    function getShareConfigOutput(args: GetShareConfigOutputArgs, opts?: InvokeOptions): Output<GetShareConfigResult>
    def get_share_config(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetShareConfigResult
    def get_share_config_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetShareConfigResult]
    func LookupShareConfig(ctx *Context, args *LookupShareConfigArgs, opts ...InvokeOption) (*LookupShareConfigResult, error)
    func LookupShareConfigOutput(ctx *Context, args *LookupShareConfigOutputArgs, opts ...InvokeOption) LookupShareConfigResultOutput

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

    public static class GetShareConfig 
    {
        public static Task<GetShareConfigResult> InvokeAsync(GetShareConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetShareConfigResult> Invoke(GetShareConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetShareConfigResult> getShareConfig(GetShareConfigArgs args, InvokeOptions options)
    public static Output<GetShareConfigResult> getShareConfig(GetShareConfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:cdn/getShareConfig:getShareConfig
      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.

    getShareConfig Result

    The following output properties are available:

    AllowIpAccessRule Volcengine.GetShareConfigAllowIpAccessRule
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    AllowRefererAccessRule Volcengine.GetShareConfigAllowRefererAccessRule
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    CommonMatchList Volcengine.GetShareConfigCommonMatchList
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    ConfigName string
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    ConfigType string
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    DenyIpAccessRule Volcengine.GetShareConfigDenyIpAccessRule
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    DenyRefererAccessRule Volcengine.GetShareConfigDenyRefererAccessRule
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    DomainCount int
    Indicates the number of accelerated domains associated with this global configuration.
    Id string
    Uniquely identifies the resource.
    Project string
    Specifies the project name to which the global configuration belongs.
    RuleContent string
    Specifies the HTML code for the custom error page.
    UpdatedTime int
    Indicates the last modification time of this global configuration, in Unix timestamp.
    AllowIpAccessRule GetShareConfigAllowIpAccessRule
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    AllowRefererAccessRule GetShareConfigAllowRefererAccessRule
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    CommonMatchList GetShareConfigCommonMatchList
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    ConfigName string
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    ConfigType string
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    DenyIpAccessRule GetShareConfigDenyIpAccessRule
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    DenyRefererAccessRule GetShareConfigDenyRefererAccessRule
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    DomainCount int
    Indicates the number of accelerated domains associated with this global configuration.
    Id string
    Uniquely identifies the resource.
    Project string
    Specifies the project name to which the global configuration belongs.
    RuleContent string
    Specifies the HTML code for the custom error page.
    UpdatedTime int
    Indicates the last modification time of this global configuration, in Unix timestamp.
    allowIpAccessRule GetShareConfigAllowIpAccessRule
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    allowRefererAccessRule GetShareConfigAllowRefererAccessRule
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    commonMatchList GetShareConfigCommonMatchList
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    configName String
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    configType String
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    denyIpAccessRule GetShareConfigDenyIpAccessRule
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    denyRefererAccessRule GetShareConfigDenyRefererAccessRule
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    domainCount Integer
    Indicates the number of accelerated domains associated with this global configuration.
    id String
    Uniquely identifies the resource.
    project String
    Specifies the project name to which the global configuration belongs.
    ruleContent String
    Specifies the HTML code for the custom error page.
    updatedTime Integer
    Indicates the last modification time of this global configuration, in Unix timestamp.
    allowIpAccessRule GetShareConfigAllowIpAccessRule
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    allowRefererAccessRule GetShareConfigAllowRefererAccessRule
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    commonMatchList GetShareConfigCommonMatchList
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    configName string
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    configType string
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    denyIpAccessRule GetShareConfigDenyIpAccessRule
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    denyRefererAccessRule GetShareConfigDenyRefererAccessRule
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    domainCount number
    Indicates the number of accelerated domains associated with this global configuration.
    id string
    Uniquely identifies the resource.
    project string
    Specifies the project name to which the global configuration belongs.
    ruleContent string
    Specifies the HTML code for the custom error page.
    updatedTime number
    Indicates the last modification time of this global configuration, in Unix timestamp.
    allow_ip_access_rule GetShareConfigAllowIpAccessRule
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    allow_referer_access_rule GetShareConfigAllowRefererAccessRule
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    common_match_list GetShareConfigCommonMatchList
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    config_name str
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    config_type str
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    deny_ip_access_rule GetShareConfigDenyIpAccessRule
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    deny_referer_access_rule GetShareConfigDenyRefererAccessRule
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    domain_count int
    Indicates the number of accelerated domains associated with this global configuration.
    id str
    Uniquely identifies the resource.
    project str
    Specifies the project name to which the global configuration belongs.
    rule_content str
    Specifies the HTML code for the custom error page.
    updated_time int
    Indicates the last modification time of this global configuration, in Unix timestamp.
    allowIpAccessRule Property Map
    Specifies the configuration for an IP allowlist, where ConfigType is allowipaccess*rule.
    allowRefererAccessRule Property Map
    Indicates a configuration for a Referer allowlist. The corresponding ConfigType is allowrefereraccess*rule.
    commonMatchList Property Map
    Specifies the configuration for a common list, where ConfigType is commonmatchlist.
    configName String
    Specifies the name of the global configuration. Naming requirements: Names can include Chinese characters, letters, numbers, and underscores (_), and must be 3–45 characters long. One Chinese character counts as 3 characters. The name cannot be the same as any existing global configuration name under the primary account.
    configType String
    This parameter specifies the type of global configuration. Available values are: denyipaccessrule: indicates an IP denylist. allowipaccessrule: indicates an IP allowlist. denyrefereraccessrule: indicates a Referer denylist. allowrefereraccessrule: indicates a Referer allowlist. commonmatchlist: indicates a common list.
    denyIpAccessRule Property Map
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess*rule.
    denyRefererAccessRule Property Map
    Indicates a configuration for a Referer denylist. The corresponding ConfigType is denyrefereraccess*rule.
    domainCount Number
    Indicates the number of accelerated domains associated with this global configuration.
    id String
    Uniquely identifies the resource.
    project String
    Specifies the project name to which the global configuration belongs.
    ruleContent String
    Specifies the HTML code for the custom error page.
    updatedTime Number
    Indicates the last modification time of this global configuration, in Unix timestamp.

    Supporting Types

    GetShareConfigAllowIpAccessRule

    Rules List<string>
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.
    Rules []string
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.
    rules List<String>
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.
    rules string[]
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.
    rules Sequence[str]
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.
    rules List<String>
    Specifies a list of entries. Each entry in the list is an IP address or CIDR block. IP addresses and blocks can be in IPv4 or IPv6 format. List limits: For AddSharedConfig, the number of entries in the list cannot exceed 30,000.

    GetShareConfigAllowRefererAccessRule

    AllowEmpty bool
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    CommonType Volcengine.GetShareConfigAllowRefererAccessRuleCommonType
    Specifies the contents of the common list.
    AllowEmpty bool
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    CommonType GetShareConfigAllowRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty Boolean
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    commonType GetShareConfigAllowRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty boolean
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    commonType GetShareConfigAllowRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allow_empty bool
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    common_type GetShareConfigAllowRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty Boolean
    Indicates whether requests with an empty Referer header or without a Referer header are not allowed. This parameter has the following values: true: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. false: Allowed. The default value is false.
    commonType Property Map
    Specifies the contents of the common list.

    GetShareConfigAllowRefererAccessRuleCommonType

    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules List<string>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules []string
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules string[]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignore_case bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules Sequence[str]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.

    GetShareConfigCommonMatchList

    CommonType Volcengine.GetShareConfigCommonMatchListCommonType
    Specifies the contents of the common list.
    CommonType GetShareConfigCommonMatchListCommonType
    Specifies the contents of the common list.
    commonType GetShareConfigCommonMatchListCommonType
    Specifies the contents of the common list.
    commonType GetShareConfigCommonMatchListCommonType
    Specifies the contents of the common list.
    common_type GetShareConfigCommonMatchListCommonType
    Specifies the contents of the common list.
    commonType Property Map
    Specifies the contents of the common list.

    GetShareConfigCommonMatchListCommonType

    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules List<string>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules []string
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules string[]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignore_case bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules Sequence[str]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.

    GetShareConfigDenyIpAccessRule

    Rules List<string>
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.
    Rules []string
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.
    rules List<String>
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.
    rules string[]
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.
    rules Sequence[str]
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.
    rules List<String>
    Specifies the configuration for an IP denylist, where ConfigType is denyipaccess_rule.

    GetShareConfigDenyRefererAccessRule

    AllowEmpty bool
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    CommonType Volcengine.GetShareConfigDenyRefererAccessRuleCommonType
    Specifies the contents of the common list.
    AllowEmpty bool
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    CommonType GetShareConfigDenyRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty Boolean
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    commonType GetShareConfigDenyRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty boolean
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    commonType GetShareConfigDenyRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allow_empty bool
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    common_type GetShareConfigDenyRefererAccessRuleCommonType
    Specifies the contents of the common list.
    allowEmpty Boolean
    Indicates whether requests with an empty Referer header or without a Referer header are allowed. This parameter has the following values: true: Allowed. false: Not allowed. If the Referer header is empty or missing, the content delivery network rejects the request. The default value is true.
    commonType Property Map
    Specifies the contents of the common list.

    GetShareConfigDenyRefererAccessRuleCommonType

    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules List<string>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    IgnoreCase bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    Rules []string
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules string[]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignore_case bool
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules Sequence[str]
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.
    ignoreCase Boolean
    Indicates whether entries in Rules are case-sensitive. This parameter has the following values: true: Not case-sensitive. false: Case-sensitive. The default value is true.
    rules List<String>
    Indicates an entry list, where each entry is a string. List quotas are as follows: The list can contain up to 4,000 entries. The total length of all entries cannot exceed 200,000 characters. When the CDN creates this global configuration, duplicate entries in the list are removed. Duplicate entries do not count toward the quota.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.