1. Packages
  2. Akamai
  3. API Docs
  4. getEdgeWorkerActivation
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getEdgeWorkerActivation

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getEdgeWorkerActivation:getEdgeWorkerActivation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    edgeworkerId Integer
    network String
    edgeworkerId number
    network string
    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 akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi