1. Packages
  2. Akamai
  3. API Docs
  4. getCloudletsEdgeRedirectorMatchRule
Akamai v4.4.0 published on Tuesday, Apr 18, 2023 by Pulumi

akamai.getCloudletsEdgeRedirectorMatchRule

Explore with Pulumi AI

akamai logo
Akamai v4.4.0 published on Tuesday, Apr 18, 2023 by Pulumi

    Using getCloudletsEdgeRedirectorMatchRule

    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 getCloudletsEdgeRedirectorMatchRule(args: GetCloudletsEdgeRedirectorMatchRuleArgs, opts?: InvokeOptions): Promise<GetCloudletsEdgeRedirectorMatchRuleResult>
    function getCloudletsEdgeRedirectorMatchRuleOutput(args: GetCloudletsEdgeRedirectorMatchRuleOutputArgs, opts?: InvokeOptions): Output<GetCloudletsEdgeRedirectorMatchRuleResult>
    def get_cloudlets_edge_redirector_match_rule(match_rules: Optional[Sequence[GetCloudletsEdgeRedirectorMatchRuleMatchRule]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetCloudletsEdgeRedirectorMatchRuleResult
    def get_cloudlets_edge_redirector_match_rule_output(match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudletsEdgeRedirectorMatchRuleMatchRuleArgs]]]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetCloudletsEdgeRedirectorMatchRuleResult]
    func GetCloudletsEdgeRedirectorMatchRule(ctx *Context, args *GetCloudletsEdgeRedirectorMatchRuleArgs, opts ...InvokeOption) (*GetCloudletsEdgeRedirectorMatchRuleResult, error)
    func GetCloudletsEdgeRedirectorMatchRuleOutput(ctx *Context, args *GetCloudletsEdgeRedirectorMatchRuleOutputArgs, opts ...InvokeOption) GetCloudletsEdgeRedirectorMatchRuleResultOutput

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

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

    The following arguments are supported:

    getCloudletsEdgeRedirectorMatchRule Result

    The following output properties are available:

    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules List<GetCloudletsEdgeRedirectorMatchRuleMatchRule>
    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules []GetCloudletsEdgeRedirectorMatchRuleMatchRule
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<GetCloudletsEdgeRedirectorMatchRuleMatchRule>
    id string

    The provider-assigned unique ID for this managed resource.

    json string
    matchRules GetCloudletsEdgeRedirectorMatchRuleMatchRule[]
    id str

    The provider-assigned unique ID for this managed resource.

    json str
    match_rules Sequence[GetCloudletsEdgeRedirectorMatchRuleMatchRule]
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<Property Map>

    Supporting Types

    GetCloudletsEdgeRedirectorMatchRuleMatchRule

    GetCloudletsEdgeRedirectorMatchRuleMatchRuleMatch

    GetCloudletsEdgeRedirectorMatchRuleMatchRuleMatchObjectMatchValue

    type String
    name String
    nameCaseSensitive Boolean
    nameHasWildcard Boolean
    options Property Map
    values List<String>

    GetCloudletsEdgeRedirectorMatchRuleMatchRuleMatchObjectMatchValueOptions

    valueCaseSensitive Boolean
    valueEscaped Boolean
    valueHasWildcard Boolean
    values List<String>
    valueCaseSensitive Boolean
    valueEscaped Boolean
    valueHasWildcard Boolean
    values List<String>

    Package Details

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

    This Pulumi package is based on the akamai Terraform Provider.

    akamai logo
    Akamai v4.4.0 published on Tuesday, Apr 18, 2023 by Pulumi