Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getEdgeWorker
Explore with Pulumi AI
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)
public static Output<GetEdgeWorkerResult> getEdgeWorker(GetEdgeWorkerArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getEdgeWorker:getEdgeWorker
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EdgeworkerId int
- LocalBundle string
- EdgeworkerId int
- LocalBundle string
- edgeworkerId Integer
- localBundle String
- edgeworkerId number
- localBundle string
- edgeworker_id int
- local_bundle str
- edgeworkerId 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.
- LocalBundle stringHash 
- Name string
- ResourceTier intId 
- Version string
- Warnings List<string>
- LocalBundle string
- EdgeworkerId int
- GroupId string
- Id string
- The provider-assigned unique ID for this managed resource.
- LocalBundle stringHash 
- Name string
- ResourceTier intId 
- Version string
- Warnings []string
- LocalBundle string
- edgeworkerId Integer
- groupId String
- id String
- The provider-assigned unique ID for this managed resource.
- localBundle StringHash 
- name String
- resourceTier IntegerId 
- version String
- warnings List<String>
- localBundle String
- edgeworkerId number
- groupId string
- id string
- The provider-assigned unique ID for this managed resource.
- localBundle stringHash 
- name string
- resourceTier numberId 
- 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_ strhash 
- name str
- resource_tier_ intid 
- version str
- warnings Sequence[str]
- local_bundle str
- edgeworkerId Number
- groupId String
- id String
- The provider-assigned unique ID for this managed resource.
- localBundle StringHash 
- name String
- resourceTier NumberId 
- 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 akamaiTerraform Provider.