akamai.getEdgeWorkersPropertyRules

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:

EdgeworkerId int

Unique identifier of an EdgeWorker ID.

EdgeworkerId int

Unique identifier of an EdgeWorker ID.

edgeworkerId Integer

Unique identifier of an EdgeWorker ID.

edgeworkerId number

Unique identifier of an EdgeWorker ID.

edgeworker_id int

Unique identifier of an EdgeWorker ID.

edgeworkerId Number

Unique identifier of an EdgeWorker ID.

getEdgeWorkersPropertyRules Result

The following output properties are available:

EdgeworkerId int
Id string

The provider-assigned unique ID for this managed resource.

Json string
EdgeworkerId int
Id string

The provider-assigned unique ID for this managed resource.

Json string
edgeworkerId Integer
id String

The provider-assigned unique ID for this managed resource.

json String
edgeworkerId 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
edgeworkerId 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.