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)
public static Output<GetPropertyIncludeRulesResult> getPropertyIncludeRules(GetPropertyIncludeRulesArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyIncludeRules:getPropertyIncludeRules
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Group
Id string - Include
Id string - Version int
- Contract
Id string - Group
Id string - Include
Id string - Version int
- contract
Id String - group
Id String - include
Id String - version Integer
- contract
Id string - group
Id string - include
Id string - version number
- contract_
id str - group_
id str - include_
id str - version int
- contract
Id String - group
Id String - include
Id String - version Number
getPropertyIncludeRules Result
The following output properties are available:
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Include
Id string - Name string
- Rule
Errors string - Rule
Format string - Rule
Warnings string - Rules string
- Type string
- Version int
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Include
Id string - Name string
- Rule
Errors string - Rule
Format string - Rule
Warnings string - Rules string
- Type string
- Version int
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- include
Id String - name String
- rule
Errors String - rule
Format String - rule
Warnings String - rules String
- type String
- version Integer
- contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- include
Id string - name string
- rule
Errors string - rule
Format string - rule
Warnings 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
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- include
Id String - name String
- rule
Errors String - rule
Format String - rule
Warnings 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
akamaiTerraform Provider.
