1. Packages
  2. Akamai
  3. API Docs
  4. getEdgeWorkersResourceTier
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getEdgeWorkersResourceTier

Explore with Pulumi AI

Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

Using getEdgeWorkersResourceTier

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 getEdgeWorkersResourceTier(args: GetEdgeWorkersResourceTierArgs, opts?: InvokeOptions): Promise<GetEdgeWorkersResourceTierResult>
function getEdgeWorkersResourceTierOutput(args: GetEdgeWorkersResourceTierOutputArgs, opts?: InvokeOptions): Output<GetEdgeWorkersResourceTierResult>
Copy
def get_edge_workers_resource_tier(contract_id: Optional[str] = None,
                                   resource_tier_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetEdgeWorkersResourceTierResult
def get_edge_workers_resource_tier_output(contract_id: Optional[pulumi.Input[str]] = None,
                                   resource_tier_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetEdgeWorkersResourceTierResult]
Copy
func GetEdgeWorkersResourceTier(ctx *Context, args *GetEdgeWorkersResourceTierArgs, opts ...InvokeOption) (*GetEdgeWorkersResourceTierResult, error)
func GetEdgeWorkersResourceTierOutput(ctx *Context, args *GetEdgeWorkersResourceTierOutputArgs, opts ...InvokeOption) GetEdgeWorkersResourceTierResultOutput
Copy

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

public static class GetEdgeWorkersResourceTier 
{
    public static Task<GetEdgeWorkersResourceTierResult> InvokeAsync(GetEdgeWorkersResourceTierArgs args, InvokeOptions? opts = null)
    public static Output<GetEdgeWorkersResourceTierResult> Invoke(GetEdgeWorkersResourceTierInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetEdgeWorkersResourceTierResult> getEdgeWorkersResourceTier(GetEdgeWorkersResourceTierArgs args, InvokeOptions options)
public static Output<GetEdgeWorkersResourceTierResult> getEdgeWorkersResourceTier(GetEdgeWorkersResourceTierArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getEdgeWorkersResourceTier:getEdgeWorkersResourceTier
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContractId This property is required. string
ResourceTierName This property is required. string
ContractId This property is required. string
ResourceTierName This property is required. string
contractId This property is required. String
resourceTierName This property is required. String
contractId This property is required. string
resourceTierName This property is required. string
contract_id This property is required. str
resource_tier_name This property is required. str
contractId This property is required. String
resourceTierName This property is required. String

getEdgeWorkersResourceTier Result

The following output properties are available:

ContractId string
Id string
The provider-assigned unique ID for this managed resource.
ResourceTierId int
ResourceTierName string
ContractId string
Id string
The provider-assigned unique ID for this managed resource.
ResourceTierId int
ResourceTierName string
contractId String
id String
The provider-assigned unique ID for this managed resource.
resourceTierId Integer
resourceTierName String
contractId string
id string
The provider-assigned unique ID for this managed resource.
resourceTierId number
resourceTierName string
contract_id str
id str
The provider-assigned unique ID for this managed resource.
resource_tier_id int
resource_tier_name str
contractId String
id String
The provider-assigned unique ID for this managed resource.
resourceTierId Number
resourceTierName 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.0.0 published on Saturday, Mar 1, 2025 by Pulumi