Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getEdgeWorkersResourceTier
Explore with Pulumi AI
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>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]func GetEdgeWorkersResourceTier(ctx *Context, args *GetEdgeWorkersResourceTierArgs, opts ...InvokeOption) (*GetEdgeWorkersResourceTierResult, error)
func GetEdgeWorkersResourceTierOutput(ctx *Context, args *GetEdgeWorkersResourceTierOutputArgs, opts ...InvokeOption) GetEdgeWorkersResourceTierResultOutput> 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)
}public static CompletableFuture<GetEdgeWorkersResourceTierResult> getEdgeWorkersResourceTier(GetEdgeWorkersResourceTierArgs args, InvokeOptions options)
public static Output<GetEdgeWorkersResourceTierResult> getEdgeWorkersResourceTier(GetEdgeWorkersResourceTierArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getEdgeWorkersResourceTier:getEdgeWorkersResourceTier
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ContractId string
- ResourceTier stringName 
- ContractId string
- ResourceTier stringName 
- contractId String
- resourceTier StringName 
- contractId string
- resourceTier stringName 
- contract_id str
- resource_tier_ strname 
- contractId String
- resourceTier StringName 
getEdgeWorkersResourceTier Result
The following output properties are available:
- ContractId string
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceTier intId 
- ResourceTier stringName 
- ContractId string
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceTier intId 
- ResourceTier stringName 
- contractId String
- id String
- The provider-assigned unique ID for this managed resource.
- resourceTier IntegerId 
- resourceTier StringName 
- contractId string
- id string
- The provider-assigned unique ID for this managed resource.
- resourceTier numberId 
- resourceTier stringName 
- contract_id str
- id str
- The provider-assigned unique ID for this managed resource.
- resource_tier_ intid 
- resource_tier_ strname 
- contractId String
- id String
- The provider-assigned unique ID for this managed resource.
- resourceTier NumberId 
- resourceTier StringName 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.