1. Packages
  2. Packages
  3. Akamai
  4. API Docs
  5. AppsecUrlProtectionPolicy
Viewing docs for Akamai v11.1.0
published on Thursday, Apr 2, 2026 by Pulumi
akamai logo
Viewing docs for Akamai v11.1.0
published on Thursday, Apr 2, 2026 by Pulumi

    Create AppsecUrlProtectionPolicy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AppsecUrlProtectionPolicy(name: string, args: AppsecUrlProtectionPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def AppsecUrlProtectionPolicy(resource_name: str,
                                  args: AppsecUrlProtectionPolicyArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def AppsecUrlProtectionPolicy(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  config_id: Optional[int] = None,
                                  max_rate_threshold: Optional[int] = None,
                                  api_definitions: Optional[Sequence[AppsecUrlProtectionPolicyApiDefinitionArgs]] = None,
                                  bypass_conditions: Optional[Sequence[AppsecUrlProtectionPolicyBypassConditionArgs]] = None,
                                  description: Optional[str] = None,
                                  hostname_paths: Optional[Sequence[AppsecUrlProtectionPolicyHostnamePathArgs]] = None,
                                  intelligent_load_shedding: Optional[AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs] = None,
                                  name: Optional[str] = None)
    func NewAppsecUrlProtectionPolicy(ctx *Context, name string, args AppsecUrlProtectionPolicyArgs, opts ...ResourceOption) (*AppsecUrlProtectionPolicy, error)
    public AppsecUrlProtectionPolicy(string name, AppsecUrlProtectionPolicyArgs args, CustomResourceOptions? opts = null)
    public AppsecUrlProtectionPolicy(String name, AppsecUrlProtectionPolicyArgs args)
    public AppsecUrlProtectionPolicy(String name, AppsecUrlProtectionPolicyArgs args, CustomResourceOptions options)
    
    type: akamai:AppsecUrlProtectionPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AppsecUrlProtectionPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AppsecUrlProtectionPolicyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AppsecUrlProtectionPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AppsecUrlProtectionPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AppsecUrlProtectionPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AppsecUrlProtectionPolicy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AppsecUrlProtectionPolicy resource accepts the following input properties:

    ConfigId int
    Unique identifier of the security configuration
    MaxRateThreshold int
    Maximum rate threshold for the URL protection policy
    ApiDefinitions List<AppsecUrlProtectionPolicyApiDefinition>
    List of API definitions associated with the URL protection policy
    BypassConditions List<AppsecUrlProtectionPolicyBypassCondition>
    List of bypass conditions for the URL protection policy
    Description string
    Description of the URL protection policy
    HostnamePaths List<AppsecUrlProtectionPolicyHostnamePath>
    List of hostname and path configurations
    IntelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    Name string
    Name of the URL protection policy
    ConfigId int
    Unique identifier of the security configuration
    MaxRateThreshold int
    Maximum rate threshold for the URL protection policy
    ApiDefinitions []AppsecUrlProtectionPolicyApiDefinitionArgs
    List of API definitions associated with the URL protection policy
    BypassConditions []AppsecUrlProtectionPolicyBypassConditionArgs
    List of bypass conditions for the URL protection policy
    Description string
    Description of the URL protection policy
    HostnamePaths []AppsecUrlProtectionPolicyHostnamePathArgs
    List of hostname and path configurations
    IntelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs
    Intelligent load shedding configuration
    Name string
    Name of the URL protection policy
    configId Integer
    Unique identifier of the security configuration
    maxRateThreshold Integer
    Maximum rate threshold for the URL protection policy
    apiDefinitions List<AppsecUrlProtectionPolicyApiDefinition>
    List of API definitions associated with the URL protection policy
    bypassConditions List<AppsecUrlProtectionPolicyBypassCondition>
    List of bypass conditions for the URL protection policy
    description String
    Description of the URL protection policy
    hostnamePaths List<AppsecUrlProtectionPolicyHostnamePath>
    List of hostname and path configurations
    intelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    name String
    Name of the URL protection policy
    configId number
    Unique identifier of the security configuration
    maxRateThreshold number
    Maximum rate threshold for the URL protection policy
    apiDefinitions AppsecUrlProtectionPolicyApiDefinition[]
    List of API definitions associated with the URL protection policy
    bypassConditions AppsecUrlProtectionPolicyBypassCondition[]
    List of bypass conditions for the URL protection policy
    description string
    Description of the URL protection policy
    hostnamePaths AppsecUrlProtectionPolicyHostnamePath[]
    List of hostname and path configurations
    intelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    name string
    Name of the URL protection policy
    config_id int
    Unique identifier of the security configuration
    max_rate_threshold int
    Maximum rate threshold for the URL protection policy
    api_definitions Sequence[AppsecUrlProtectionPolicyApiDefinitionArgs]
    List of API definitions associated with the URL protection policy
    bypass_conditions Sequence[AppsecUrlProtectionPolicyBypassConditionArgs]
    List of bypass conditions for the URL protection policy
    description str
    Description of the URL protection policy
    hostname_paths Sequence[AppsecUrlProtectionPolicyHostnamePathArgs]
    List of hostname and path configurations
    intelligent_load_shedding AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs
    Intelligent load shedding configuration
    name str
    Name of the URL protection policy
    configId Number
    Unique identifier of the security configuration
    maxRateThreshold Number
    Maximum rate threshold for the URL protection policy
    apiDefinitions List<Property Map>
    List of API definitions associated with the URL protection policy
    bypassConditions List<Property Map>
    List of bypass conditions for the URL protection policy
    description String
    Description of the URL protection policy
    hostnamePaths List<Property Map>
    List of hostname and path configurations
    intelligentLoadShedding Property Map
    Intelligent load shedding configuration
    name String
    Name of the URL protection policy

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AppsecUrlProtectionPolicy resource produces the following output properties:

    CreateDate string
    Date when the URL protection policy was created
    CreatedBy string
    User who created the URL protection policy
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateDate string
    Date when the URL protection policy was last updated
    UpdatedBy string
    User who last updated the URL protection policy
    UrlProtectionPolicyId int
    Unique identifier of the URL protection policy
    CreateDate string
    Date when the URL protection policy was created
    CreatedBy string
    User who created the URL protection policy
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateDate string
    Date when the URL protection policy was last updated
    UpdatedBy string
    User who last updated the URL protection policy
    UrlProtectionPolicyId int
    Unique identifier of the URL protection policy
    createDate String
    Date when the URL protection policy was created
    createdBy String
    User who created the URL protection policy
    id String
    The provider-assigned unique ID for this managed resource.
    updateDate String
    Date when the URL protection policy was last updated
    updatedBy String
    User who last updated the URL protection policy
    urlProtectionPolicyId Integer
    Unique identifier of the URL protection policy
    createDate string
    Date when the URL protection policy was created
    createdBy string
    User who created the URL protection policy
    id string
    The provider-assigned unique ID for this managed resource.
    updateDate string
    Date when the URL protection policy was last updated
    updatedBy string
    User who last updated the URL protection policy
    urlProtectionPolicyId number
    Unique identifier of the URL protection policy
    create_date str
    Date when the URL protection policy was created
    created_by str
    User who created the URL protection policy
    id str
    The provider-assigned unique ID for this managed resource.
    update_date str
    Date when the URL protection policy was last updated
    updated_by str
    User who last updated the URL protection policy
    url_protection_policy_id int
    Unique identifier of the URL protection policy
    createDate String
    Date when the URL protection policy was created
    createdBy String
    User who created the URL protection policy
    id String
    The provider-assigned unique ID for this managed resource.
    updateDate String
    Date when the URL protection policy was last updated
    updatedBy String
    User who last updated the URL protection policy
    urlProtectionPolicyId Number
    Unique identifier of the URL protection policy

    Look up Existing AppsecUrlProtectionPolicy Resource

    Get an existing AppsecUrlProtectionPolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AppsecUrlProtectionPolicyState, opts?: CustomResourceOptions): AppsecUrlProtectionPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_definitions: Optional[Sequence[AppsecUrlProtectionPolicyApiDefinitionArgs]] = None,
            bypass_conditions: Optional[Sequence[AppsecUrlProtectionPolicyBypassConditionArgs]] = None,
            config_id: Optional[int] = None,
            create_date: Optional[str] = None,
            created_by: Optional[str] = None,
            description: Optional[str] = None,
            hostname_paths: Optional[Sequence[AppsecUrlProtectionPolicyHostnamePathArgs]] = None,
            intelligent_load_shedding: Optional[AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs] = None,
            max_rate_threshold: Optional[int] = None,
            name: Optional[str] = None,
            update_date: Optional[str] = None,
            updated_by: Optional[str] = None,
            url_protection_policy_id: Optional[int] = None) -> AppsecUrlProtectionPolicy
    func GetAppsecUrlProtectionPolicy(ctx *Context, name string, id IDInput, state *AppsecUrlProtectionPolicyState, opts ...ResourceOption) (*AppsecUrlProtectionPolicy, error)
    public static AppsecUrlProtectionPolicy Get(string name, Input<string> id, AppsecUrlProtectionPolicyState? state, CustomResourceOptions? opts = null)
    public static AppsecUrlProtectionPolicy get(String name, Output<String> id, AppsecUrlProtectionPolicyState state, CustomResourceOptions options)
    resources:  _:    type: akamai:AppsecUrlProtectionPolicy    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ApiDefinitions List<AppsecUrlProtectionPolicyApiDefinition>
    List of API definitions associated with the URL protection policy
    BypassConditions List<AppsecUrlProtectionPolicyBypassCondition>
    List of bypass conditions for the URL protection policy
    ConfigId int
    Unique identifier of the security configuration
    CreateDate string
    Date when the URL protection policy was created
    CreatedBy string
    User who created the URL protection policy
    Description string
    Description of the URL protection policy
    HostnamePaths List<AppsecUrlProtectionPolicyHostnamePath>
    List of hostname and path configurations
    IntelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    MaxRateThreshold int
    Maximum rate threshold for the URL protection policy
    Name string
    Name of the URL protection policy
    UpdateDate string
    Date when the URL protection policy was last updated
    UpdatedBy string
    User who last updated the URL protection policy
    UrlProtectionPolicyId int
    Unique identifier of the URL protection policy
    ApiDefinitions []AppsecUrlProtectionPolicyApiDefinitionArgs
    List of API definitions associated with the URL protection policy
    BypassConditions []AppsecUrlProtectionPolicyBypassConditionArgs
    List of bypass conditions for the URL protection policy
    ConfigId int
    Unique identifier of the security configuration
    CreateDate string
    Date when the URL protection policy was created
    CreatedBy string
    User who created the URL protection policy
    Description string
    Description of the URL protection policy
    HostnamePaths []AppsecUrlProtectionPolicyHostnamePathArgs
    List of hostname and path configurations
    IntelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs
    Intelligent load shedding configuration
    MaxRateThreshold int
    Maximum rate threshold for the URL protection policy
    Name string
    Name of the URL protection policy
    UpdateDate string
    Date when the URL protection policy was last updated
    UpdatedBy string
    User who last updated the URL protection policy
    UrlProtectionPolicyId int
    Unique identifier of the URL protection policy
    apiDefinitions List<AppsecUrlProtectionPolicyApiDefinition>
    List of API definitions associated with the URL protection policy
    bypassConditions List<AppsecUrlProtectionPolicyBypassCondition>
    List of bypass conditions for the URL protection policy
    configId Integer
    Unique identifier of the security configuration
    createDate String
    Date when the URL protection policy was created
    createdBy String
    User who created the URL protection policy
    description String
    Description of the URL protection policy
    hostnamePaths List<AppsecUrlProtectionPolicyHostnamePath>
    List of hostname and path configurations
    intelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    maxRateThreshold Integer
    Maximum rate threshold for the URL protection policy
    name String
    Name of the URL protection policy
    updateDate String
    Date when the URL protection policy was last updated
    updatedBy String
    User who last updated the URL protection policy
    urlProtectionPolicyId Integer
    Unique identifier of the URL protection policy
    apiDefinitions AppsecUrlProtectionPolicyApiDefinition[]
    List of API definitions associated with the URL protection policy
    bypassConditions AppsecUrlProtectionPolicyBypassCondition[]
    List of bypass conditions for the URL protection policy
    configId number
    Unique identifier of the security configuration
    createDate string
    Date when the URL protection policy was created
    createdBy string
    User who created the URL protection policy
    description string
    Description of the URL protection policy
    hostnamePaths AppsecUrlProtectionPolicyHostnamePath[]
    List of hostname and path configurations
    intelligentLoadShedding AppsecUrlProtectionPolicyIntelligentLoadShedding
    Intelligent load shedding configuration
    maxRateThreshold number
    Maximum rate threshold for the URL protection policy
    name string
    Name of the URL protection policy
    updateDate string
    Date when the URL protection policy was last updated
    updatedBy string
    User who last updated the URL protection policy
    urlProtectionPolicyId number
    Unique identifier of the URL protection policy
    api_definitions Sequence[AppsecUrlProtectionPolicyApiDefinitionArgs]
    List of API definitions associated with the URL protection policy
    bypass_conditions Sequence[AppsecUrlProtectionPolicyBypassConditionArgs]
    List of bypass conditions for the URL protection policy
    config_id int
    Unique identifier of the security configuration
    create_date str
    Date when the URL protection policy was created
    created_by str
    User who created the URL protection policy
    description str
    Description of the URL protection policy
    hostname_paths Sequence[AppsecUrlProtectionPolicyHostnamePathArgs]
    List of hostname and path configurations
    intelligent_load_shedding AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs
    Intelligent load shedding configuration
    max_rate_threshold int
    Maximum rate threshold for the URL protection policy
    name str
    Name of the URL protection policy
    update_date str
    Date when the URL protection policy was last updated
    updated_by str
    User who last updated the URL protection policy
    url_protection_policy_id int
    Unique identifier of the URL protection policy
    apiDefinitions List<Property Map>
    List of API definitions associated with the URL protection policy
    bypassConditions List<Property Map>
    List of bypass conditions for the URL protection policy
    configId Number
    Unique identifier of the security configuration
    createDate String
    Date when the URL protection policy was created
    createdBy String
    User who created the URL protection policy
    description String
    Description of the URL protection policy
    hostnamePaths List<Property Map>
    List of hostname and path configurations
    intelligentLoadShedding Property Map
    Intelligent load shedding configuration
    maxRateThreshold Number
    Maximum rate threshold for the URL protection policy
    name String
    Name of the URL protection policy
    updateDate String
    Date when the URL protection policy was last updated
    updatedBy String
    User who last updated the URL protection policy
    urlProtectionPolicyId Number
    Unique identifier of the URL protection policy

    Supporting Types

    AppsecUrlProtectionPolicyApiDefinition, AppsecUrlProtectionPolicyApiDefinitionArgs

    ApiDefinitionId int
    Unique identifier of the API definition
    DefinedResources bool
    Whether defined resources are included
    ResourceIds List<int>
    List of resource IDs
    UndefinedResources bool
    Whether undefined resources are included
    ApiDefinitionId int
    Unique identifier of the API definition
    DefinedResources bool
    Whether defined resources are included
    ResourceIds []int
    List of resource IDs
    UndefinedResources bool
    Whether undefined resources are included
    apiDefinitionId Integer
    Unique identifier of the API definition
    definedResources Boolean
    Whether defined resources are included
    resourceIds List<Integer>
    List of resource IDs
    undefinedResources Boolean
    Whether undefined resources are included
    apiDefinitionId number
    Unique identifier of the API definition
    definedResources boolean
    Whether defined resources are included
    resourceIds number[]
    List of resource IDs
    undefinedResources boolean
    Whether undefined resources are included
    api_definition_id int
    Unique identifier of the API definition
    defined_resources bool
    Whether defined resources are included
    resource_ids Sequence[int]
    List of resource IDs
    undefined_resources bool
    Whether undefined resources are included
    apiDefinitionId Number
    Unique identifier of the API definition
    definedResources Boolean
    Whether defined resources are included
    resourceIds List<Number>
    List of resource IDs
    undefinedResources Boolean
    Whether undefined resources are included

    AppsecUrlProtectionPolicyBypassCondition, AppsecUrlProtectionPolicyBypassConditionArgs

    Type string
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    NameWildcard bool
    Whether to use wildcard matching for header names
    Names List<string>
    List of header names for RequestHeaderCondition
    ValueCaseSensitive bool
    Whether the value matching is case sensitive
    ValueWildcard bool
    Whether to use wildcard matching for values
    Values List<string>
    List of values for the condition
    Type string
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    NameWildcard bool
    Whether to use wildcard matching for header names
    Names []string
    List of header names for RequestHeaderCondition
    ValueCaseSensitive bool
    Whether the value matching is case sensitive
    ValueWildcard bool
    Whether to use wildcard matching for values
    Values []string
    List of values for the condition
    type String
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    nameWildcard Boolean
    Whether to use wildcard matching for header names
    names List<String>
    List of header names for RequestHeaderCondition
    valueCaseSensitive Boolean
    Whether the value matching is case sensitive
    valueWildcard Boolean
    Whether to use wildcard matching for values
    values List<String>
    List of values for the condition
    type string
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    nameWildcard boolean
    Whether to use wildcard matching for header names
    names string[]
    List of header names for RequestHeaderCondition
    valueCaseSensitive boolean
    Whether the value matching is case sensitive
    valueWildcard boolean
    Whether to use wildcard matching for values
    values string[]
    List of values for the condition
    type str
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    name_wildcard bool
    Whether to use wildcard matching for header names
    names Sequence[str]
    List of header names for RequestHeaderCondition
    value_case_sensitive bool
    Whether the value matching is case sensitive
    value_wildcard bool
    Whether to use wildcard matching for values
    values Sequence[str]
    List of values for the condition
    type String
    Type of condition (e.g., RequestHeaderCondition, NetworkListCondition)
    nameWildcard Boolean
    Whether to use wildcard matching for header names
    names List<String>
    List of header names for RequestHeaderCondition
    valueCaseSensitive Boolean
    Whether the value matching is case sensitive
    valueWildcard Boolean
    Whether to use wildcard matching for values
    values List<String>
    List of values for the condition

    AppsecUrlProtectionPolicyHostnamePath, AppsecUrlProtectionPolicyHostnamePathArgs

    Hostname string
    Hostname for the URL protection policy
    Paths List<string>
    List of paths associated with the hostname
    Hostname string
    Hostname for the URL protection policy
    Paths []string
    List of paths associated with the hostname
    hostname String
    Hostname for the URL protection policy
    paths List<String>
    List of paths associated with the hostname
    hostname string
    Hostname for the URL protection policy
    paths string[]
    List of paths associated with the hostname
    hostname str
    Hostname for the URL protection policy
    paths Sequence[str]
    List of paths associated with the hostname
    hostname String
    Hostname for the URL protection policy
    paths List<String>
    List of paths associated with the hostname

    AppsecUrlProtectionPolicyIntelligentLoadShedding, AppsecUrlProtectionPolicyIntelligentLoadSheddingArgs

    HitsPerSec int
    Number of hits per second threshold
    Categories List<string>
    List of categories for intelligent load shedding
    CustomCriterias List<AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria>
    Custom criteria for intelligent load shedding
    HitsPerSec int
    Number of hits per second threshold
    Categories []string
    List of categories for intelligent load shedding
    CustomCriterias []AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria
    Custom criteria for intelligent load shedding
    hitsPerSec Integer
    Number of hits per second threshold
    categories List<String>
    List of categories for intelligent load shedding
    customCriterias List<AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria>
    Custom criteria for intelligent load shedding
    hitsPerSec number
    Number of hits per second threshold
    categories string[]
    List of categories for intelligent load shedding
    customCriterias AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria[]
    Custom criteria for intelligent load shedding
    hits_per_sec int
    Number of hits per second threshold
    categories Sequence[str]
    List of categories for intelligent load shedding
    custom_criterias Sequence[AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria]
    Custom criteria for intelligent load shedding
    hitsPerSec Number
    Number of hits per second threshold
    categories List<String>
    List of categories for intelligent load shedding
    customCriterias List<Property Map>
    Custom criteria for intelligent load shedding

    AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteria, AppsecUrlProtectionPolicyIntelligentLoadSheddingCustomCriteriaArgs

    ListIds List<string>
    List of client list IDs
    PositiveMatch bool
    Whether this is a positive match condition
    Type string
    Type of custom criteria (e.g., CLIENT_LIST)
    ListIds []string
    List of client list IDs
    PositiveMatch bool
    Whether this is a positive match condition
    Type string
    Type of custom criteria (e.g., CLIENT_LIST)
    listIds List<String>
    List of client list IDs
    positiveMatch Boolean
    Whether this is a positive match condition
    type String
    Type of custom criteria (e.g., CLIENT_LIST)
    listIds string[]
    List of client list IDs
    positiveMatch boolean
    Whether this is a positive match condition
    type string
    Type of custom criteria (e.g., CLIENT_LIST)
    list_ids Sequence[str]
    List of client list IDs
    positive_match bool
    Whether this is a positive match condition
    type str
    Type of custom criteria (e.g., CLIENT_LIST)
    listIds List<String>
    List of client list IDs
    positiveMatch Boolean
    Whether this is a positive match condition
    type String
    Type of custom criteria (e.g., CLIENT_LIST)

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Viewing docs for Akamai v11.1.0
    published on Thursday, Apr 2, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.