Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getEdgeWorkersPropertyRules
Explore with Pulumi AI
Using getEdgeWorkersPropertyRules
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 getEdgeWorkersPropertyRules(args: GetEdgeWorkersPropertyRulesArgs, opts?: InvokeOptions): Promise<GetEdgeWorkersPropertyRulesResult>
function getEdgeWorkersPropertyRulesOutput(args: GetEdgeWorkersPropertyRulesOutputArgs, opts?: InvokeOptions): Output<GetEdgeWorkersPropertyRulesResult>
def get_edge_workers_property_rules(edgeworker_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetEdgeWorkersPropertyRulesResult
def get_edge_workers_property_rules_output(edgeworker_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEdgeWorkersPropertyRulesResult]
func GetEdgeWorkersPropertyRules(ctx *Context, args *GetEdgeWorkersPropertyRulesArgs, opts ...InvokeOption) (*GetEdgeWorkersPropertyRulesResult, error)
func GetEdgeWorkersPropertyRulesOutput(ctx *Context, args *GetEdgeWorkersPropertyRulesOutputArgs, opts ...InvokeOption) GetEdgeWorkersPropertyRulesResultOutput
> Note: This function is named GetEdgeWorkersPropertyRules
in the Go SDK.
public static class GetEdgeWorkersPropertyRules
{
public static Task<GetEdgeWorkersPropertyRulesResult> InvokeAsync(GetEdgeWorkersPropertyRulesArgs args, InvokeOptions? opts = null)
public static Output<GetEdgeWorkersPropertyRulesResult> Invoke(GetEdgeWorkersPropertyRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEdgeWorkersPropertyRulesResult> getEdgeWorkersPropertyRules(GetEdgeWorkersPropertyRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getEdgeWorkersPropertyRules:getEdgeWorkersPropertyRules
arguments:
# arguments dictionary
The following arguments are supported:
- Edgeworker
Id int
- Edgeworker
Id int
- edgeworker
Id Integer
- edgeworker
Id number
- edgeworker_
id int
- edgeworker
Id Number
getEdgeWorkersPropertyRules Result
The following output properties are available:
- Edgeworker
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Edgeworker
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- edgeworker
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- edgeworker
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- edgeworker_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- edgeworker
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.