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

akamai.getEdgeWorker

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 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>
Copy
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]
Copy
func LookupEdgeWorker(ctx *Context, args *LookupEdgeWorkerArgs, opts ...InvokeOption) (*LookupEdgeWorkerResult, error)
func LookupEdgeWorkerOutput(ctx *Context, args *LookupEdgeWorkerOutputArgs, opts ...InvokeOption) LookupEdgeWorkerResultOutput
Copy

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

The following arguments are supported:

EdgeworkerId This property is required. int
LocalBundle string
EdgeworkerId This property is required. int
LocalBundle string
edgeworkerId This property is required. Integer
localBundle String
edgeworkerId This property is required. number
localBundle string
edgeworker_id This property is required. int
local_bundle str
edgeworkerId This property is required. Number
localBundle String

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 v8.1.0 published on Friday, Apr 11, 2025 by Pulumi