1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyIncludeRules
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getPropertyIncludeRules

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getPropertyIncludeRules

    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 getPropertyIncludeRules(args: GetPropertyIncludeRulesArgs, opts?: InvokeOptions): Promise<GetPropertyIncludeRulesResult>
    function getPropertyIncludeRulesOutput(args: GetPropertyIncludeRulesOutputArgs, opts?: InvokeOptions): Output<GetPropertyIncludeRulesResult>
    def get_property_include_rules(contract_id: Optional[str] = None,
                                   group_id: Optional[str] = None,
                                   include_id: Optional[str] = None,
                                   version: Optional[int] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetPropertyIncludeRulesResult
    def get_property_include_rules_output(contract_id: Optional[pulumi.Input[str]] = None,
                                   group_id: Optional[pulumi.Input[str]] = None,
                                   include_id: Optional[pulumi.Input[str]] = None,
                                   version: Optional[pulumi.Input[int]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetPropertyIncludeRulesResult]
    func GetPropertyIncludeRules(ctx *Context, args *GetPropertyIncludeRulesArgs, opts ...InvokeOption) (*GetPropertyIncludeRulesResult, error)
    func GetPropertyIncludeRulesOutput(ctx *Context, args *GetPropertyIncludeRulesOutputArgs, opts ...InvokeOption) GetPropertyIncludeRulesResultOutput

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

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

    The following arguments are supported:

    ContractId string
    GroupId string
    IncludeId string
    Version int
    ContractId string
    GroupId string
    IncludeId string
    Version int
    contractId String
    groupId String
    includeId String
    version Integer
    contractId string
    groupId string
    includeId string
    version number
    contractId String
    groupId String
    includeId String
    version Number

    getPropertyIncludeRules Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludeId string
    Name string
    RuleErrors string
    RuleFormat string
    RuleWarnings string
    Rules string
    Type string
    Version int
    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludeId string
    Name string
    RuleErrors string
    RuleFormat string
    RuleWarnings string
    Rules string
    Type string
    Version int
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includeId String
    name String
    ruleErrors String
    ruleFormat String
    ruleWarnings String
    rules String
    type String
    version Integer
    contractId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    includeId string
    name string
    ruleErrors string
    ruleFormat string
    ruleWarnings string
    rules string
    type string
    version number
    contract_id str
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    include_id str
    name str
    rule_errors str
    rule_format str
    rule_warnings str
    rules str
    type str
    version int
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includeId String
    name String
    ruleErrors String
    ruleFormat String
    ruleWarnings String
    rules String
    type String
    version Number

    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 v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi