Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getPropertyRules
Explore with Pulumi AI
Using getPropertyRules
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 getPropertyRules(args: GetPropertyRulesArgs, opts?: InvokeOptions): Promise<GetPropertyRulesResult>
function getPropertyRulesOutput(args: GetPropertyRulesOutputArgs, opts?: InvokeOptions): Output<GetPropertyRulesResult>
def get_property_rules(contract_id: Optional[str] = None,
group_id: Optional[str] = None,
property_id: Optional[str] = None,
rule_format: Optional[str] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyRulesResult
def get_property_rules_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
property_id: Optional[pulumi.Input[str]] = None,
rule_format: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyRulesResult]
func GetPropertyRules(ctx *Context, args *GetPropertyRulesArgs, opts ...InvokeOption) (*GetPropertyRulesResult, error)
func GetPropertyRulesOutput(ctx *Context, args *GetPropertyRulesOutputArgs, opts ...InvokeOption) GetPropertyRulesResultOutput
> Note: This function is named GetPropertyRules
in the Go SDK.
public static class GetPropertyRules
{
public static Task<GetPropertyRulesResult> InvokeAsync(GetPropertyRulesArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyRulesResult> Invoke(GetPropertyRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertyRulesResult> getPropertyRules(GetPropertyRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getPropertyRules:getPropertyRules
arguments:
# arguments dictionary
The following arguments are supported:
- Property
Id string - Contract
Id string - Group
Id string - Rule
Format string - Version int
- Property
Id string - Contract
Id string - Group
Id string - Rule
Format string - Version int
- property
Id String - contract
Id String - group
Id String - rule
Format String - version Integer
- property
Id string - contract
Id string - group
Id string - rule
Format string - version number
- property_
id str - contract_
id str - group_
id str - rule_
format str - version int
- property
Id String - contract
Id String - group
Id String - rule
Format String - version Number
getPropertyRules Result
The following output properties are available:
- Contract
Id string - Errors string
- Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Property
Id string - Rules string
- Version int
- Rule
Format string
- Contract
Id string - Errors string
- Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Property
Id string - Rules string
- Version int
- Rule
Format string
- contract
Id String - errors String
- group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- property
Id String - rules String
- version Integer
- rule
Format String
- contract
Id string - errors string
- group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- property
Id string - rules string
- version number
- rule
Format string
- contract_
id str - errors str
- group_
id str - id str
- The provider-assigned unique ID for this managed resource.
- property_
id str - rules str
- version int
- rule_
format str
- contract
Id String - errors String
- group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- property
Id String - rules String
- version Number
- rule
Format String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.