akamai.getEdgeWorkerActivation
Explore with Pulumi AI
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:
- Edgeworker
Id int - Network string
- Edgeworker
Id int - Network string
- edgeworker
Id Integer - network String
- edgeworker
Id number - network string
- edgeworker_
id int - network str
- edgeworker
Id Number - network String
getEdgeWorkerActivation Result
The following output properties are available:
- Activation
Id int - Edgeworker
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Network string
- Version string
- Activation
Id int - Edgeworker
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Network string
- Version string
- activation
Id Integer - edgeworker
Id Integer - id String
The provider-assigned unique ID for this managed resource.
- network String
- version String
- activation
Id number - edgeworker
Id 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
- activation
Id Number - edgeworker
Id 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.