1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyRuleFormats
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getPropertyRuleFormats

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

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>
Copy
def get_property_rule_formats(opts: Optional[InvokeOptions] = None) -> GetPropertyRuleFormatsResult
def get_property_rule_formats_output(opts: Optional[InvokeOptions] = None) -> Output[GetPropertyRuleFormatsResult]
Copy
func GetPropertyRuleFormats(ctx *Context, opts ...InvokeOption) (*GetPropertyRuleFormatsResult, error)
func GetPropertyRuleFormatsOutput(ctx *Context, opts ...InvokeOption) GetPropertyRuleFormatsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPropertyRuleFormatsResult> getPropertyRuleFormats(InvokeOptions options)
public static Output<GetPropertyRuleFormatsResult> getPropertyRuleFormats(InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getPropertyRuleFormats:getPropertyRuleFormats
  arguments:
    # arguments dictionary
Copy

getPropertyRuleFormats 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 akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi