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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getEdgeWorker:getEdgeWorker
arguments:
# arguments dictionary
The following arguments are supported:
- Edgeworker
Id int - Local
Bundle string
- Edgeworker
Id int - Local
Bundle string
- edgeworker
Id Integer - local
Bundle String
- edgeworker
Id number - local
Bundle string
- edgeworker_
id int - local_
bundle str
- edgeworker
Id Number - local
Bundle String
getEdgeWorker Result
The following output properties are available:
- Edgeworker
Id int - Group
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Local
Bundle stringHash - Name string
- Resource
Tier intId - Version string
- Warnings List<string>
- Local
Bundle string
- Edgeworker
Id int - Group
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Local
Bundle stringHash - Name string
- Resource
Tier intId - Version string
- Warnings []string
- Local
Bundle string
- edgeworker
Id Integer - group
Id String - id String
The provider-assigned unique ID for this managed resource.
- local
Bundle StringHash - name String
- resource
Tier IntegerId - version String
- warnings List<String>
- local
Bundle String
- edgeworker
Id number - group
Id string - id string
The provider-assigned unique ID for this managed resource.
- local
Bundle stringHash - name string
- resource
Tier numberId - version string
- warnings string[]
- local
Bundle 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
- edgeworker
Id Number - group
Id String - id String
The provider-assigned unique ID for this managed resource.
- local
Bundle StringHash - name String
- resource
Tier NumberId - version String
- warnings List<String>
- local
Bundle String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.