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

akamai.getEdgeWorker

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getEdgeWorker

    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 getEdgeWorker(args: GetEdgeWorkerArgs, opts?: InvokeOptions): Promise<GetEdgeWorkerResult>
    function getEdgeWorkerOutput(args: GetEdgeWorkerOutputArgs, opts?: InvokeOptions): Output<GetEdgeWorkerResult>
    def get_edge_worker(edgeworker_id: Optional[int] = None,
                        local_bundle: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetEdgeWorkerResult
    def get_edge_worker_output(edgeworker_id: Optional[pulumi.Input[int]] = None,
                        local_bundle: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetEdgeWorkerResult]
    func LookupEdgeWorker(ctx *Context, args *LookupEdgeWorkerArgs, opts ...InvokeOption) (*LookupEdgeWorkerResult, error)
    func LookupEdgeWorkerOutput(ctx *Context, args *LookupEdgeWorkerOutputArgs, opts ...InvokeOption) LookupEdgeWorkerResultOutput

    > Note: This function is named LookupEdgeWorker in the Go SDK.

    public static class GetEdgeWorker 
    {
        public static Task<GetEdgeWorkerResult> InvokeAsync(GetEdgeWorkerArgs args, InvokeOptions? opts = null)
        public static Output<GetEdgeWorkerResult> Invoke(GetEdgeWorkerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEdgeWorkerResult> getEdgeWorker(GetEdgeWorkerArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getEdgeWorker:getEdgeWorker
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getEdgeWorker Result

    The following output properties are available:

    EdgeworkerId int
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LocalBundleHash string
    Name string
    ResourceTierId int
    Version string
    Warnings List<string>
    LocalBundle string
    EdgeworkerId int
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LocalBundleHash string
    Name string
    ResourceTierId int
    Version string
    Warnings []string
    LocalBundle string
    edgeworkerId Integer
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    localBundleHash String
    name String
    resourceTierId Integer
    version String
    warnings List<String>
    localBundle String
    edgeworkerId number
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    localBundleHash string
    name string
    resourceTierId number
    version string
    warnings string[]
    localBundle string
    edgeworker_id int
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    local_bundle_hash str
    name str
    resource_tier_id int
    version str
    warnings Sequence[str]
    local_bundle str
    edgeworkerId Number
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    localBundleHash String
    name String
    resourceTierId Number
    version String
    warnings List<String>
    localBundle 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