Akamai v7.2.0 published on Friday, May 31, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getPropertyRuleFormats:getPropertyRuleFormats
arguments:
# arguments dictionary
getPropertyRuleFormats Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rule
Formats List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Rule
Formats []string
- id String
- The provider-assigned unique ID for this managed resource.
- rule
Formats List<String>
- id string
- The provider-assigned unique ID for this managed resource.
- rule
Formats 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.
- rule
Formats List<String>
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.