Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getEdgeWorkerActivation
Explore with Pulumi AI
Using getEdgeWorkerActivation
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 getEdgeWorkerActivation(args: GetEdgeWorkerActivationArgs, opts?: InvokeOptions): Promise<GetEdgeWorkerActivationResult>
function getEdgeWorkerActivationOutput(args: GetEdgeWorkerActivationOutputArgs, opts?: InvokeOptions): Output<GetEdgeWorkerActivationResult>def get_edge_worker_activation(edgeworker_id: Optional[int] = None,
                               network: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEdgeWorkerActivationResult
def get_edge_worker_activation_output(edgeworker_id: Optional[pulumi.Input[int]] = None,
                               network: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEdgeWorkerActivationResult]func GetEdgeWorkerActivation(ctx *Context, args *GetEdgeWorkerActivationArgs, opts ...InvokeOption) (*GetEdgeWorkerActivationResult, error)
func GetEdgeWorkerActivationOutput(ctx *Context, args *GetEdgeWorkerActivationOutputArgs, opts ...InvokeOption) GetEdgeWorkerActivationResultOutput> Note: This function is named GetEdgeWorkerActivation in the Go SDK.
public static class GetEdgeWorkerActivation 
{
    public static Task<GetEdgeWorkerActivationResult> InvokeAsync(GetEdgeWorkerActivationArgs args, InvokeOptions? opts = null)
    public static Output<GetEdgeWorkerActivationResult> Invoke(GetEdgeWorkerActivationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEdgeWorkerActivationResult> getEdgeWorkerActivation(GetEdgeWorkerActivationArgs args, InvokeOptions options)
public static Output<GetEdgeWorkerActivationResult> getEdgeWorkerActivation(GetEdgeWorkerActivationArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getEdgeWorkerActivation:getEdgeWorkerActivation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EdgeworkerId int
- Network string
- EdgeworkerId int
- Network string
- edgeworkerId Integer
- network String
- edgeworkerId number
- network string
- edgeworker_id int
- network str
- edgeworkerId Number
- network String
getEdgeWorkerActivation Result
The following output properties are available:
- ActivationId int
- EdgeworkerId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Network string
- Version string
- ActivationId int
- EdgeworkerId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Network string
- Version string
- activationId Integer
- edgeworkerId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- network String
- version String
- activationId number
- edgeworkerId number
- id string
- The provider-assigned unique ID for this managed resource.
- network string
- version string
- activation_id int
- edgeworker_id int
- id str
- The provider-assigned unique ID for this managed resource.
- network str
- version str
- activationId Number
- edgeworkerId Number
- id String
- The provider-assigned unique ID for this managed resource.
- network String
- version String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.