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

akamai.getCloudletsPhasedReleaseMatchRule

Explore with Pulumi AI

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

    Using getCloudletsPhasedReleaseMatchRule

    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 getCloudletsPhasedReleaseMatchRule(args: GetCloudletsPhasedReleaseMatchRuleArgs, opts?: InvokeOptions): Promise<GetCloudletsPhasedReleaseMatchRuleResult>
    function getCloudletsPhasedReleaseMatchRuleOutput(args: GetCloudletsPhasedReleaseMatchRuleOutputArgs, opts?: InvokeOptions): Output<GetCloudletsPhasedReleaseMatchRuleResult>
    def get_cloudlets_phased_release_match_rule(match_rules: Optional[Sequence[GetCloudletsPhasedReleaseMatchRuleMatchRule]] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetCloudletsPhasedReleaseMatchRuleResult
    def get_cloudlets_phased_release_match_rule_output(match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudletsPhasedReleaseMatchRuleMatchRuleArgs]]]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetCloudletsPhasedReleaseMatchRuleResult]
    func GetCloudletsPhasedReleaseMatchRule(ctx *Context, args *GetCloudletsPhasedReleaseMatchRuleArgs, opts ...InvokeOption) (*GetCloudletsPhasedReleaseMatchRuleResult, error)
    func GetCloudletsPhasedReleaseMatchRuleOutput(ctx *Context, args *GetCloudletsPhasedReleaseMatchRuleOutputArgs, opts ...InvokeOption) GetCloudletsPhasedReleaseMatchRuleResultOutput

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

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

    The following arguments are supported:

    getCloudletsPhasedReleaseMatchRule Result

    The following output properties are available:

    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules List<GetCloudletsPhasedReleaseMatchRuleMatchRule>
    Id string

    The provider-assigned unique ID for this managed resource.

    Json string
    MatchRules []GetCloudletsPhasedReleaseMatchRuleMatchRule
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<GetCloudletsPhasedReleaseMatchRuleMatchRule>
    id string

    The provider-assigned unique ID for this managed resource.

    json string
    matchRules GetCloudletsPhasedReleaseMatchRuleMatchRule[]
    id str

    The provider-assigned unique ID for this managed resource.

    json str
    match_rules Sequence[GetCloudletsPhasedReleaseMatchRuleMatchRule]
    id String

    The provider-assigned unique ID for this managed resource.

    json String
    matchRules List<Property Map>

    Supporting Types

    GetCloudletsPhasedReleaseMatchRuleMatchRule

    GetCloudletsPhasedReleaseMatchRuleMatchRuleForwardSettings

    OriginId string
    Percent int
    OriginId string
    Percent int
    originId String
    percent Integer
    originId string
    percent number
    originId String
    percent Number

    GetCloudletsPhasedReleaseMatchRuleMatchRuleMatch

    GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValue

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

    GetCloudletsPhasedReleaseMatchRuleMatchRuleMatchObjectMatchValueOptions

    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