Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getPropertyRuleFormats
Explore with Pulumi AI
Using getPropertyRuleFormats
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 getPropertyRuleFormats(opts?: InvokeOptions): Promise<GetPropertyRuleFormatsResult>
function getPropertyRuleFormatsOutput(opts?: InvokeOptions): Output<GetPropertyRuleFormatsResult>def get_property_rule_formats(opts: Optional[InvokeOptions] = None) -> GetPropertyRuleFormatsResult
def get_property_rule_formats_output(opts: Optional[InvokeOptions] = None) -> Output[GetPropertyRuleFormatsResult]func GetPropertyRuleFormats(ctx *Context, opts ...InvokeOption) (*GetPropertyRuleFormatsResult, error)
func GetPropertyRuleFormatsOutput(ctx *Context, opts ...InvokeOption) GetPropertyRuleFormatsResultOutput> Note: This function is named GetPropertyRuleFormats in the Go SDK.
public static class GetPropertyRuleFormats 
{
    public static Task<GetPropertyRuleFormatsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetPropertyRuleFormatsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyRuleFormatsResult> getPropertyRuleFormats(InvokeOptions options)
public static Output<GetPropertyRuleFormatsResult> getPropertyRuleFormats(InvokeOptions options)
fn::invoke:
  function: akamai:index/getPropertyRuleFormats:getPropertyRuleFormats
  arguments:
    # arguments dictionarygetPropertyRuleFormats Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- RuleFormats List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- RuleFormats []string
- id String
- The provider-assigned unique ID for this managed resource.
- ruleFormats List<String>
- id string
- The provider-assigned unique ID for this managed resource.
- ruleFormats string[]
- id str
- The provider-assigned unique ID for this managed resource.
- rule_formats Sequence[str]
- id String
- The provider-assigned unique ID for this managed resource.
- ruleFormats List<String>
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.