1. Packages
  2. Akamai
  3. API Docs
  4. getCloudletsForwardRewriteMatchRule
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

akamai.getCloudletsForwardRewriteMatchRule

Explore with Pulumi AI

akamai logo
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

    Using getCloudletsForwardRewriteMatchRule

    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 getCloudletsForwardRewriteMatchRule(args: GetCloudletsForwardRewriteMatchRuleArgs, opts?: InvokeOptions): Promise<GetCloudletsForwardRewriteMatchRuleResult>
    function getCloudletsForwardRewriteMatchRuleOutput(args: GetCloudletsForwardRewriteMatchRuleOutputArgs, opts?: InvokeOptions): Output<GetCloudletsForwardRewriteMatchRuleResult>
    def get_cloudlets_forward_rewrite_match_rule(match_rules: Optional[Sequence[GetCloudletsForwardRewriteMatchRuleMatchRule]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetCloudletsForwardRewriteMatchRuleResult
    def get_cloudlets_forward_rewrite_match_rule_output(match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudletsForwardRewriteMatchRuleMatchRuleArgs]]]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetCloudletsForwardRewriteMatchRuleResult]
    func GetCloudletsForwardRewriteMatchRule(ctx *Context, args *GetCloudletsForwardRewriteMatchRuleArgs, opts ...InvokeOption) (*GetCloudletsForwardRewriteMatchRuleResult, error)
    func GetCloudletsForwardRewriteMatchRuleOutput(ctx *Context, args *GetCloudletsForwardRewriteMatchRuleOutputArgs, opts ...InvokeOption) GetCloudletsForwardRewriteMatchRuleResultOutput

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

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

    The following arguments are supported:

    getCloudletsForwardRewriteMatchRule Result

    The following output properties are available:

    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules List<GetCloudletsForwardRewriteMatchRuleMatchRule>
    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules []GetCloudletsForwardRewriteMatchRuleMatchRule
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<GetCloudletsForwardRewriteMatchRuleMatchRule>
    id string

    The provider-assigned unique ID for this managed resource.

    json string
    matchRules GetCloudletsForwardRewriteMatchRuleMatchRule[]
    id str

    The provider-assigned unique ID for this managed resource.

    json str
    match_rules Sequence[GetCloudletsForwardRewriteMatchRuleMatchRule]
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<Property Map>

    Supporting Types

    GetCloudletsForwardRewriteMatchRuleMatchRule

    GetCloudletsForwardRewriteMatchRuleMatchRuleForwardSettings

    GetCloudletsForwardRewriteMatchRuleMatchRuleMatch

    GetCloudletsForwardRewriteMatchRuleMatchRuleMatchObjectMatchValue

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

    GetCloudletsForwardRewriteMatchRuleMatchRuleMatchObjectMatchValueOptions

    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 v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi