Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine
volcengine.cdn.SharedConfigs
Explore with Pulumi AI
Use this data source to query detailed information of cdn shared configs
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Cdn.SharedConfigs.Invoke(new()
{
ConfigName = "tf-test",
ConfigType = "allow_ip_access_rule",
ProjectName = "default",
});
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cdn"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cdn.SharedConfigs(ctx, &cdn.SharedConfigsArgs{
ConfigName: pulumi.StringRef("tf-test"),
ConfigType: pulumi.StringRef("allow_ip_access_rule"),
ProjectName: pulumi.StringRef("default"),
}, 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.cdn.CdnFunctions;
import com.pulumi.volcengine.cdn.inputs.SharedConfigsArgs;
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 = CdnFunctions.SharedConfigs(SharedConfigsArgs.builder()
.configName("tf-test")
.configType("allow_ip_access_rule")
.projectName("default")
.build());
}
}
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cdn.shared_configs(config_name="tf-test",
config_type="allow_ip_access_rule",
project_name="default")
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cdn.SharedConfigs({
configName: "tf-test",
configType: "allow_ip_access_rule",
projectName: "default",
});
variables:
foo:
fn::invoke:
Function: volcengine:cdn:SharedConfigs
Arguments:
configName: tf-test
configType: allow_ip_access_rule
projectName: default
Using SharedConfigs
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 sharedConfigs(args: SharedConfigsArgs, opts?: InvokeOptions): Promise<SharedConfigsResult>
function sharedConfigsOutput(args: SharedConfigsOutputArgs, opts?: InvokeOptions): Output<SharedConfigsResult>
def shared_configs(config_name: Optional[str] = None,
config_type: Optional[str] = None,
config_type_lists: Optional[Sequence[str]] = None,
output_file: Optional[str] = None,
project_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> SharedConfigsResult
def shared_configs_output(config_name: Optional[pulumi.Input[str]] = None,
config_type: Optional[pulumi.Input[str]] = None,
config_type_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[SharedConfigsResult]
func SharedConfigs(ctx *Context, args *SharedConfigsArgs, opts ...InvokeOption) (*SharedConfigsResult, error)
func SharedConfigsOutput(ctx *Context, args *SharedConfigsOutputArgs, opts ...InvokeOption) SharedConfigsResultOutput
public static class SharedConfigs
{
public static Task<SharedConfigsResult> InvokeAsync(SharedConfigsArgs args, InvokeOptions? opts = null)
public static Output<SharedConfigsResult> Invoke(SharedConfigsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<SharedConfigsResult> sharedConfigs(SharedConfigsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: volcengine:cdn:SharedConfigs
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Name string - The name of the shared config.
- Config
Type string - The type of the shared config.
- Config
Type List<string>Lists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- Output
File string - File name where to save data source results.
- Project
Name string - The name of the project.
- Config
Name string - The name of the shared config.
- Config
Type string - The type of the shared config.
- Config
Type []stringLists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- Output
File string - File name where to save data source results.
- Project
Name string - The name of the project.
- config
Name String - The name of the shared config.
- config
Type String - The type of the shared config.
- config
Type List<String>Lists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- output
File String - File name where to save data source results.
- project
Name String - The name of the project.
- config
Name string - The name of the shared config.
- config
Type string - The type of the shared config.
- config
Type string[]Lists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- output
File string - File name where to save data source results.
- project
Name string - The name of the project.
- config_
name str - The name of the shared config.
- config_
type str - The type of the shared config.
- config_
type_ Sequence[str]lists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- output_
file str - File name where to save data source results.
- project_
name str - The name of the project.
- config
Name String - The name of the shared config.
- config
Type String - The type of the shared config.
- config
Type List<String>Lists - The config type list. The parameter value can be a combination of available values for ConfigType. ConfigType and ConfigTypeList cannot be specified at the same time.
- output
File String - File name where to save data source results.
- project
Name String - The name of the project.
SharedConfigs Result
The following output properties are available:
- Config
Datas List<SharedConfigs Config Data> - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Config
Name string - The name of the config.
- Config
Type string - The type of the config.
- Config
Type List<string>Lists - Output
File string - Project
Name string - The name of the project.
- Config
Datas []SharedConfigs Config Data - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Config
Name string - The name of the config.
- Config
Type string - The type of the config.
- Config
Type []stringLists - Output
File string - Project
Name string - The name of the project.
- config
Datas List<SharedConfigs Config Data> - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- config
Name String - The name of the config.
- config
Type String - The type of the config.
- config
Type List<String>Lists - output
File String - project
Name String - The name of the project.
- config
Datas SharedConfigs Config Data[] - The collection of query.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- config
Name string - The name of the config.
- config
Type string - The type of the config.
- config
Type string[]Lists - output
File string - project
Name string - The name of the project.
- config_
datas Sequence[SharedConfigs Config Data] - The collection of query.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- config_
name str - The name of the config.
- config_
type str - The type of the config.
- config_
type_ Sequence[str]lists - output_
file str - project_
name str - The name of the project.
- config
Datas List<Property Map> - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- config
Name String - The name of the config.
- config
Type String - The type of the config.
- config
Type List<String>Lists - output
File String - project
Name String - The name of the project.
Supporting Types
SharedConfigsConfigData
- Allow
Ip List<SharedAccess Rules Configs Config Data Allow Ip Access Rule> - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- Allow
Referer List<SharedAccess Rules Configs Config Data Allow Referer Access Rule> - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- Common
Match List<SharedLists Configs Config Data Common Match List> - The configuration for a common list is represented by ConfigType common_match_list.
- Config
Name string - The name of the shared config.
- Config
Type string - The type of the shared config.
- Deny
Ip List<SharedAccess Rules Configs Config Data Deny Ip Access Rule> - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- Deny
Referer List<SharedAccess Rules Configs Config Data Deny Referer Access Rule> - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- Domain
Count int - The number of domains.
- Project
Name string - The name of the project.
- Update
Time int - The update time of the shared config.
- Allow
Ip []SharedAccess Rules Configs Config Data Allow Ip Access Rule - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- Allow
Referer []SharedAccess Rules Configs Config Data Allow Referer Access Rule - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- Common
Match []SharedLists Configs Config Data Common Match List - The configuration for a common list is represented by ConfigType common_match_list.
- Config
Name string - The name of the shared config.
- Config
Type string - The type of the shared config.
- Deny
Ip []SharedAccess Rules Configs Config Data Deny Ip Access Rule - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- Deny
Referer []SharedAccess Rules Configs Config Data Deny Referer Access Rule - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- Domain
Count int - The number of domains.
- Project
Name string - The name of the project.
- Update
Time int - The update time of the shared config.
- allow
Ip List<SharedAccess Rules Configs Config Data Allow Ip Access Rule> - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- allow
Referer List<SharedAccess Rules Configs Config Data Allow Referer Access Rule> - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- common
Match List<SharedLists Configs Config Data Common Match List> - The configuration for a common list is represented by ConfigType common_match_list.
- config
Name String - The name of the shared config.
- config
Type String - The type of the shared config.
- deny
Ip List<SharedAccess Rules Configs Config Data Deny Ip Access Rule> - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- deny
Referer List<SharedAccess Rules Configs Config Data Deny Referer Access Rule> - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- domain
Count Integer - The number of domains.
- project
Name String - The name of the project.
- update
Time Integer - The update time of the shared config.
- allow
Ip SharedAccess Rules Configs Config Data Allow Ip Access Rule[] - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- allow
Referer SharedAccess Rules Configs Config Data Allow Referer Access Rule[] - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- common
Match SharedLists Configs Config Data Common Match List[] - The configuration for a common list is represented by ConfigType common_match_list.
- config
Name string - The name of the shared config.
- config
Type string - The type of the shared config.
- deny
Ip SharedAccess Rules Configs Config Data Deny Ip Access Rule[] - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- deny
Referer SharedAccess Rules Configs Config Data Deny Referer Access Rule[] - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- domain
Count number - The number of domains.
- project
Name string - The name of the project.
- update
Time number - The update time of the shared config.
- allow_
ip_ Sequence[Sharedaccess_ rules Configs Config Data Allow Ip Access Rule] - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- allow_
referer_ Sequence[Sharedaccess_ rules Configs Config Data Allow Referer Access Rule] - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- common_
match_ Sequence[Sharedlists Configs Config Data Common Match List] - The configuration for a common list is represented by ConfigType common_match_list.
- config_
name str - The name of the shared config.
- config_
type str - The type of the shared config.
- deny_
ip_ Sequence[Sharedaccess_ rules Configs Config Data Deny Ip Access Rule] - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- deny_
referer_ Sequence[Sharedaccess_ rules Configs Config Data Deny Referer Access Rule] - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- domain_
count int - The number of domains.
- project_
name str - The name of the project.
- update_
time int - The update time of the shared config.
- allow
Ip List<Property Map>Access Rules - The configuration for IP whitelist corresponds to ConfigType allow_ip_access_rule.
- allow
Referer List<Property Map>Access Rules - The configuration for the Referer whitelist corresponds to ConfigType allow_referer_access_rule.
- common
Match List<Property Map>Lists - The configuration for a common list is represented by ConfigType common_match_list.
- config
Name String - The name of the shared config.
- config
Type String - The type of the shared config.
- deny
Ip List<Property Map>Access Rules - The configuration for IP blacklist is denoted by ConfigType deny_ip_access_rule.
- deny
Referer List<Property Map>Access Rules - The configuration for the Referer blacklist corresponds to ConfigType deny_referer_access_rule.
- domain
Count Number - The number of domains.
- project
Name String - The name of the project.
- update
Time Number - The update time of the shared config.
SharedConfigsConfigDataAllowIpAccessRule
- Rules List<string>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- Rules []string
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules string[]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules Sequence[str]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
SharedConfigsConfigDataAllowRefererAccessRule
- Allow
Empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- Common
Types List<SharedConfigs Config Data Allow Referer Access Rule Common Type> - The content indicating the Referer blacklist.
- Allow
Empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- Common
Types []SharedConfigs Config Data Allow Referer Access Rule Common Type - The content indicating the Referer blacklist.
- allow
Empty Boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types List<SharedConfigs Config Data Allow Referer Access Rule Common Type> - The content indicating the Referer blacklist.
- allow
Empty boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types SharedConfigs Config Data Allow Referer Access Rule Common Type[] - The content indicating the Referer blacklist.
- allow_
empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common_
types Sequence[SharedConfigs Config Data Allow Referer Access Rule Common Type] - The content indicating the Referer blacklist.
- allow
Empty Boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types List<Property Map> - The content indicating the Referer blacklist.
SharedConfigsConfigDataAllowRefererAccessRuleCommonType
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules List<string>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules []string
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case boolean - This list is case-sensitive when matching requests. Default is true.
- rules string[]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore_
case bool - This list is case-sensitive when matching requests. Default is true.
- rules Sequence[str]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
SharedConfigsConfigDataCommonMatchList
- Common
Types List<SharedConfigs Config Data Common Match List Common Type> - The content indicating the Referer blacklist.
- Common
Types []SharedConfigs Config Data Common Match List Common Type - The content indicating the Referer blacklist.
- common
Types List<SharedConfigs Config Data Common Match List Common Type> - The content indicating the Referer blacklist.
- common
Types SharedConfigs Config Data Common Match List Common Type[] - The content indicating the Referer blacklist.
- common_
types Sequence[SharedConfigs Config Data Common Match List Common Type] - The content indicating the Referer blacklist.
- common
Types List<Property Map> - The content indicating the Referer blacklist.
SharedConfigsConfigDataCommonMatchListCommonType
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules List<string>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules []string
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case boolean - This list is case-sensitive when matching requests. Default is true.
- rules string[]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore_
case bool - This list is case-sensitive when matching requests. Default is true.
- rules Sequence[str]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
SharedConfigsConfigDataDenyIpAccessRule
- Rules List<string>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- Rules []string
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules string[]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules Sequence[str]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
SharedConfigsConfigDataDenyRefererAccessRule
- Allow
Empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- Common
Types List<SharedConfigs Config Data Deny Referer Access Rule Common Type> - The content indicating the Referer blacklist.
- Allow
Empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- Common
Types []SharedConfigs Config Data Deny Referer Access Rule Common Type - The content indicating the Referer blacklist.
- allow
Empty Boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types List<SharedConfigs Config Data Deny Referer Access Rule Common Type> - The content indicating the Referer blacklist.
- allow
Empty boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types SharedConfigs Config Data Deny Referer Access Rule Common Type[] - The content indicating the Referer blacklist.
- allow_
empty bool - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common_
types Sequence[SharedConfigs Config Data Deny Referer Access Rule Common Type] - The content indicating the Referer blacklist.
- allow
Empty Boolean - Indicates whether an empty Referer header, or a request without a Referer header, is not allowed. Default is false.
- common
Types List<Property Map> - The content indicating the Referer blacklist.
SharedConfigsConfigDataDenyRefererAccessRuleCommonType
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules List<string>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- Ignore
Case bool - This list is case-sensitive when matching requests. Default is true.
- Rules []string
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case boolean - This list is case-sensitive when matching requests. Default is true.
- rules string[]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore_
case bool - This list is case-sensitive when matching requests. Default is true.
- rules Sequence[str]
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
- ignore
Case Boolean - This list is case-sensitive when matching requests. Default is true.
- rules List<String>
- The entries in this list are an array of IP addresses and CIDR network segments. The total number of entries cannot exceed 3,000. The IP addresses and segments can be in IPv4 and IPv6 format. Duplicate entries in the list will be removed and will not count towards the limit.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.