Akamai v7.2.0 published on Friday, May 31, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getEdgeWorkersResourceTier:getEdgeWorkersResourceTier
arguments:
# arguments dictionary
The following arguments are supported:
- Contract
Id string - Resource
Tier stringName
- Contract
Id string - Resource
Tier stringName
- contract
Id String - resource
Tier StringName
- contract
Id string - resource
Tier stringName
- contract_
id str - resource_
tier_ strname
- contract
Id String - resource
Tier StringName
getEdgeWorkersResourceTier Result
The following output properties are available:
- Contract
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Tier intId - Resource
Tier stringName
- Contract
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Tier intId - Resource
Tier stringName
- contract
Id String - id String
- The provider-assigned unique ID for this managed resource.
- resource
Tier IntegerId - resource
Tier StringName
- contract
Id string - id string
- The provider-assigned unique ID for this managed resource.
- resource
Tier numberId - resource
Tier stringName
- contract_
id str - id str
- The provider-assigned unique ID for this managed resource.
- resource_
tier_ intid - resource_
tier_ strname
- contract
Id String - id String
- The provider-assigned unique ID for this managed resource.
- resource
Tier NumberId - resource
Tier StringName
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.