akamai.getCloudletsAudienceSegmentationMatchRule

Every policy version specifies the match rules that govern how the Cloudlet is used. Matches specify conditions that need to be met in the incoming request.

Use the akamai.getCloudletsAudienceSegmentationMatchRule data source to build a match rule JSON object for the Audience Segmentation Cloudlet.

Basic usage

This example returns the JSON-encoded rules for the Audience Segmentation Cloudlet:

package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.akamai.AkamaiFunctions;
import com.pulumi.akamai.inputs.GetCloudletsAudienceSegmentationMatchRuleArgs;
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 example = AkamaiFunctions.getCloudletsAudienceSegmentationMatchRule(GetCloudletsAudienceSegmentationMatchRuleArgs.builder()
            .matchRules(GetCloudletsAudienceSegmentationMatchRuleMatchRuleArgs.builder()
                .forwardSettings(GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettingsArgs.builder()
                    .originId("123")
                    .pathAndQs("/test")
                    .useIncomingQueryString(true)
                    .build())
                .matches(GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchArgs.builder()
                    .matchOperator("contains")
                    .matchType("header")
                    .objectMatchValue(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .build())
                .name("rule")
                .build())
            .build());

    }
}
variables:
  example:
    fn::invoke:
      Function: akamai:getCloudletsAudienceSegmentationMatchRule
      Arguments:
        matchRules:
          - forwardSettings:
              originId: '123'
              pathAndQs: /test
              useIncomingQueryString: true
            matches:
              - matchOperator: contains
                matchType: header
                objectMatchValue:
                  - name: cookie
                    options:
                      value:
                        - abcd
                    type: object
            name: rule

Attributes reference

This data source returns these attributes:

  • type - The type of Cloudlet the rule is for.
  • json - A match_rules JSON structure generated from the API schema that defines the rules for this policy.

Using getCloudletsAudienceSegmentationMatchRule

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 getCloudletsAudienceSegmentationMatchRule(args: GetCloudletsAudienceSegmentationMatchRuleArgs, opts?: InvokeOptions): Promise<GetCloudletsAudienceSegmentationMatchRuleResult>
function getCloudletsAudienceSegmentationMatchRuleOutput(args: GetCloudletsAudienceSegmentationMatchRuleOutputArgs, opts?: InvokeOptions): Output<GetCloudletsAudienceSegmentationMatchRuleResult>
def get_cloudlets_audience_segmentation_match_rule(match_rules: Optional[Sequence[GetCloudletsAudienceSegmentationMatchRuleMatchRule]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetCloudletsAudienceSegmentationMatchRuleResult
def get_cloudlets_audience_segmentation_match_rule_output(match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudletsAudienceSegmentationMatchRuleMatchRuleArgs]]]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetCloudletsAudienceSegmentationMatchRuleResult]
func GetCloudletsAudienceSegmentationMatchRule(ctx *Context, args *GetCloudletsAudienceSegmentationMatchRuleArgs, opts ...InvokeOption) (*GetCloudletsAudienceSegmentationMatchRuleResult, error)
func GetCloudletsAudienceSegmentationMatchRuleOutput(ctx *Context, args *GetCloudletsAudienceSegmentationMatchRuleOutputArgs, opts ...InvokeOption) GetCloudletsAudienceSegmentationMatchRuleResultOutput

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

public static class GetCloudletsAudienceSegmentationMatchRule 
{
    public static Task<GetCloudletsAudienceSegmentationMatchRuleResult> InvokeAsync(GetCloudletsAudienceSegmentationMatchRuleArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudletsAudienceSegmentationMatchRuleResult> Invoke(GetCloudletsAudienceSegmentationMatchRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudletsAudienceSegmentationMatchRuleResult> getCloudletsAudienceSegmentationMatchRule(GetCloudletsAudienceSegmentationMatchRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: akamai:index/getCloudletsAudienceSegmentationMatchRule:getCloudletsAudienceSegmentationMatchRule
  arguments:
    # arguments dictionary

The following arguments are supported:

MatchRules List<GetCloudletsAudienceSegmentationMatchRuleMatchRule>

(Optional) A list of Cloudlet-specific match rules for a policy.

MatchRules []GetCloudletsAudienceSegmentationMatchRuleMatchRule

(Optional) A list of Cloudlet-specific match rules for a policy.

matchRules List<GetCloudletsAudienceSegmentationMatchRuleMatchRule>

(Optional) A list of Cloudlet-specific match rules for a policy.

matchRules GetCloudletsAudienceSegmentationMatchRuleMatchRule[]

(Optional) A list of Cloudlet-specific match rules for a policy.

match_rules Sequence[GetCloudletsAudienceSegmentationMatchRuleMatchRule]

(Optional) A list of Cloudlet-specific match rules for a policy.

matchRules List<Property Map>

(Optional) A list of Cloudlet-specific match rules for a policy.

getCloudletsAudienceSegmentationMatchRule Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Json string
MatchRules List<GetCloudletsAudienceSegmentationMatchRuleMatchRule>
Id string

The provider-assigned unique ID for this managed resource.

Json string
MatchRules []GetCloudletsAudienceSegmentationMatchRuleMatchRule
id String

The provider-assigned unique ID for this managed resource.

json String
matchRules List<GetCloudletsAudienceSegmentationMatchRuleMatchRule>
id string

The provider-assigned unique ID for this managed resource.

json string
matchRules GetCloudletsAudienceSegmentationMatchRuleMatchRule[]
id str

The provider-assigned unique ID for this managed resource.

json str
match_rules Sequence[GetCloudletsAudienceSegmentationMatchRuleMatchRule]
id String

The provider-assigned unique ID for this managed resource.

json String
matchRules List<Property Map>

Supporting Types

GetCloudletsAudienceSegmentationMatchRuleMatchRule

ForwardSettings GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

Type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

Disabled bool

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

End int

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

MatchUrl string

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

Matches List<GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch>

(Optional) A list of conditions to apply to a Cloudlet, including:

Name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

Start int

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

ForwardSettings GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

Type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

Disabled bool

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

End int

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

MatchUrl string

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

Matches []GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch

(Optional) A list of conditions to apply to a Cloudlet, including:

Name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

Start int

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

forwardSettings GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

type String

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

disabled Boolean

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

end Integer

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

matchUrl String

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

matches List<GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch>

(Optional) A list of conditions to apply to a Cloudlet, including:

name String

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

start Integer

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

forwardSettings GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

disabled boolean

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

end number

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

matchUrl string

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

matches GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch[]

(Optional) A list of conditions to apply to a Cloudlet, including:

name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

start number

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

forward_settings GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

type str

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

disabled bool

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

end int

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

match_url str

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

matches Sequence[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch]

(Optional) A list of conditions to apply to a Cloudlet, including:

name str

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

start int

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

forwardSettings Property Map

(Required) The data used to construct a new request URL if all match conditions are met. If all conditions are met, the edge server returns an HTTP response from the rewritten URL.

type String

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

disabled Boolean

(Optional) Whether to disable a rule so it is not evaluated against incoming requests.

end Number

(Optional) The end time for this match. Specify the value in UTC in seconds since the epoch.

matchUrl String

(Optional) If you're using a URL match, this specifies the URL that the Cloudlet uses to match the incoming request.

matches List<Property Map>

(Optional) A list of conditions to apply to a Cloudlet, including:

name String

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

start Number

(Optional) The start time for this match. Specify the value in UTC in seconds since the epoch.

GetCloudletsAudienceSegmentationMatchRuleMatchRuleForwardSettings

OriginId string

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

PathAndQs string

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

UseIncomingQueryString bool

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

OriginId string

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

PathAndQs string

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

UseIncomingQueryString bool

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

originId String

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

pathAndQs String

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

useIncomingQueryString Boolean

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

originId string

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

pathAndQs string

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

useIncomingQueryString boolean

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

origin_id str

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

path_and_qs str

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

use_incoming_query_string bool

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

originId String

(Optional) The ID of the new origin requests are forwarded to. This type of origin is known as a Conditional Origin. See Property requirements for Cloudlets that forward requests to learn more.

pathAndQs String

(Optional) When match conditions are met, this value defines the path, resource, or query string added to the rewritten URL.

useIncomingQueryString Boolean

(Optional) Whether the Cloudlet should include the query string from the request in the rewritten or forwarded URL.

GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatch

CaseSensitive bool

(Optional) Whether the match is case sensitive.

CheckIps string

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

MatchOperator string

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

MatchType string

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

MatchValue string

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

Negate bool

(Optional) Whether to negate the match.

ObjectMatchValues List<GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue>

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

CaseSensitive bool

(Optional) Whether the match is case sensitive.

CheckIps string

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

MatchOperator string

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

MatchType string

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

MatchValue string

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

Negate bool

(Optional) Whether to negate the match.

ObjectMatchValues []GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

caseSensitive Boolean

(Optional) Whether the match is case sensitive.

checkIps String

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

matchOperator String

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

matchType String

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

matchValue String

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

negate Boolean

(Optional) Whether to negate the match.

objectMatchValues List<GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue>

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

caseSensitive boolean

(Optional) Whether the match is case sensitive.

checkIps string

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

matchOperator string

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

matchType string

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

matchValue string

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

negate boolean

(Optional) Whether to negate the match.

objectMatchValues GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue[]

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

case_sensitive bool

(Optional) Whether the match is case sensitive.

check_ips str

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

match_operator str

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

match_type str

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

match_value str

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

negate bool

(Optional) Whether to negate the match.

object_match_values Sequence[GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue]

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

caseSensitive Boolean

(Optional) Whether the match is case sensitive.

checkIps String

(Optional) For clientip, continent, countrycode, proxy, and regioncode match types, this defines the part of the request that determines the IP address to use. Values include the connecting IP address (CONNECTING_IP) and the X_Forwarded_For header (XFF_HEADERS). To select both, enter the two values separated by a space delimiter. When both values are included, the connecting IP address is evaluated first.

matchOperator String

(Optional) Compares a string expression with a pattern, either contains, exists, or equals.

matchType String

(Optional) The type of match used, either header, hostname, path, extension, query, regex, cookie, deviceCharacteristics, clientip, continent, countrycode, regioncode, protocol, method, or proxy`.

matchValue String

(Optional) This depends on the match_type. If the match_type is hostname, then match_value is the fully qualified domain name, like www.akamai.com.

negate Boolean

(Optional) Whether to negate the match.

objectMatchValues List<Property Map>

(Optional) If match_value is empty, this argument is required. An object used when a rule includes more complex match criteria, like multiple value attributes. Includes these sub-arguments:

GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValue

Type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

Name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

NameCaseSensitive bool

(Optional) Whether the name argument should be evaluated based on case sensitivity.

NameHasWildcard bool

(Optional) Whether the name argument includes wildcards.

Options GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

(Optional) If you set the type argument to object, use this array to list the values to match on.

Values List<string>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

Type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

Name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

NameCaseSensitive bool

(Optional) Whether the name argument should be evaluated based on case sensitivity.

NameHasWildcard bool

(Optional) Whether the name argument includes wildcards.

Options GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

(Optional) If you set the type argument to object, use this array to list the values to match on.

Values []string

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

type String

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

name String

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

nameCaseSensitive Boolean

(Optional) Whether the name argument should be evaluated based on case sensitivity.

nameHasWildcard Boolean

(Optional) Whether the name argument includes wildcards.

options GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

(Optional) If you set the type argument to object, use this array to list the values to match on.

values List<String>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

type string

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

name string

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

nameCaseSensitive boolean

(Optional) Whether the name argument should be evaluated based on case sensitivity.

nameHasWildcard boolean

(Optional) Whether the name argument includes wildcards.

options GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

(Optional) If you set the type argument to object, use this array to list the values to match on.

values string[]

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

type str

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

name str

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

name_case_sensitive bool

(Optional) Whether the name argument should be evaluated based on case sensitivity.

name_has_wildcard bool

(Optional) Whether the name argument includes wildcards.

options GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

(Optional) If you set the type argument to object, use this array to list the values to match on.

values Sequence[str]

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

type String

(Required) The type of the array, either object or simple. Use the simple option when adding only an array of string-based values.

name String

(Optional) If you're using a match_type that supports name attributes, specify the part the incoming request to match on, either cookie, header, parameter, or query.

nameCaseSensitive Boolean

(Optional) Whether the name argument should be evaluated based on case sensitivity.

nameHasWildcard Boolean

(Optional) Whether the name argument includes wildcards.

options Property Map

(Optional) If you set the type argument to object, use this array to list the values to match on.

values List<String>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

GetCloudletsAudienceSegmentationMatchRuleMatchRuleMatchObjectMatchValueOptions

ValueCaseSensitive bool

(Optional) Whether the value argument should be evaluated based on case sensitivity.

ValueEscaped bool

(Optional) Whether the value argument should be compared in an escaped form.

ValueHasWildcard bool

(Optional) Whether the value argument includes wildcards.

Values List<string>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

ValueCaseSensitive bool

(Optional) Whether the value argument should be evaluated based on case sensitivity.

ValueEscaped bool

(Optional) Whether the value argument should be compared in an escaped form.

ValueHasWildcard bool

(Optional) Whether the value argument includes wildcards.

Values []string

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

valueCaseSensitive Boolean

(Optional) Whether the value argument should be evaluated based on case sensitivity.

valueEscaped Boolean

(Optional) Whether the value argument should be compared in an escaped form.

valueHasWildcard Boolean

(Optional) Whether the value argument includes wildcards.

values List<String>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

valueCaseSensitive boolean

(Optional) Whether the value argument should be evaluated based on case sensitivity.

valueEscaped boolean

(Optional) Whether the value argument should be compared in an escaped form.

valueHasWildcard boolean

(Optional) Whether the value argument includes wildcards.

values string[]

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

value_case_sensitive bool

(Optional) Whether the value argument should be evaluated based on case sensitivity.

value_escaped bool

(Optional) Whether the value argument should be compared in an escaped form.

value_has_wildcard bool

(Optional) Whether the value argument includes wildcards.

values Sequence[str]

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

valueCaseSensitive Boolean

(Optional) Whether the value argument should be evaluated based on case sensitivity.

valueEscaped Boolean

(Optional) Whether the value argument should be compared in an escaped form.

valueHasWildcard Boolean

(Optional) Whether the value argument includes wildcards.

values List<String>

(Optional) If you set the type argument to simple, specify the values in the incoming request to match on.

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes

This Pulumi package is based on the akamai Terraform Provider.