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

akamai.getEdgeWorkerActivation

Explore with Pulumi AI

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

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>
Copy
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]
Copy
func GetEdgeWorkerActivation(ctx *Context, args *GetEdgeWorkerActivationArgs, opts ...InvokeOption) (*GetEdgeWorkerActivationResult, error)
func GetEdgeWorkerActivationOutput(ctx *Context, args *GetEdgeWorkerActivationOutputArgs, opts ...InvokeOption) GetEdgeWorkerActivationResultOutput
Copy

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

The following arguments are supported:

EdgeworkerId This property is required. int
Network This property is required. string
EdgeworkerId This property is required. int
Network This property is required. string
edgeworkerId This property is required. Integer
network This property is required. String
edgeworkerId This property is required. number
network This property is required. string
edgeworker_id This property is required. int
network This property is required. str
edgeworkerId This property is required. Number
network This property is required. 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 akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi