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

akamai.getCloudwrapperLocation

Explore with Pulumi AI

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

Using getCloudwrapperLocation

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 getCloudwrapperLocation(args: GetCloudwrapperLocationArgs, opts?: InvokeOptions): Promise<GetCloudwrapperLocationResult>
function getCloudwrapperLocationOutput(args: GetCloudwrapperLocationOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperLocationResult>
Copy
def get_cloudwrapper_location(location_name: Optional[str] = None,
                              traffic_type: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCloudwrapperLocationResult
def get_cloudwrapper_location_output(location_name: Optional[pulumi.Input[str]] = None,
                              traffic_type: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperLocationResult]
Copy
func GetCloudwrapperLocation(ctx *Context, args *GetCloudwrapperLocationArgs, opts ...InvokeOption) (*GetCloudwrapperLocationResult, error)
func GetCloudwrapperLocationOutput(ctx *Context, args *GetCloudwrapperLocationOutputArgs, opts ...InvokeOption) GetCloudwrapperLocationResultOutput
Copy

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

public static class GetCloudwrapperLocation 
{
    public static Task<GetCloudwrapperLocationResult> InvokeAsync(GetCloudwrapperLocationArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudwrapperLocationResult> Invoke(GetCloudwrapperLocationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudwrapperLocationResult> getCloudwrapperLocation(GetCloudwrapperLocationArgs args, InvokeOptions options)
public static Output<GetCloudwrapperLocationResult> getCloudwrapperLocation(GetCloudwrapperLocationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getCloudwrapperLocation:getCloudwrapperLocation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

LocationName This property is required. string
TrafficType This property is required. string
LocationName This property is required. string
TrafficType This property is required. string
locationName This property is required. String
trafficType This property is required. String
locationName This property is required. string
trafficType This property is required. string
location_name This property is required. str
traffic_type This property is required. str
locationName This property is required. String
trafficType This property is required. String

getCloudwrapperLocation Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
LocationId string
LocationName string
TrafficType string
TrafficTypeId int
Id string
The provider-assigned unique ID for this managed resource.
LocationId string
LocationName string
TrafficType string
TrafficTypeId int
id String
The provider-assigned unique ID for this managed resource.
locationId String
locationName String
trafficType String
trafficTypeId Integer
id string
The provider-assigned unique ID for this managed resource.
locationId string
locationName string
trafficType string
trafficTypeId number
id str
The provider-assigned unique ID for this managed resource.
location_id str
location_name str
traffic_type str
traffic_type_id int
id String
The provider-assigned unique ID for this managed resource.
locationId String
locationName String
trafficType String
trafficTypeId Number

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