Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getCloudwrapperLocation
Explore with Pulumi AI
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>
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]
func GetCloudwrapperLocation(ctx *Context, args *GetCloudwrapperLocationArgs, opts ...InvokeOption) (*GetCloudwrapperLocationResult, error)
func GetCloudwrapperLocationOutput(ctx *Context, args *GetCloudwrapperLocationOutputArgs, opts ...InvokeOption) GetCloudwrapperLocationResultOutput
> 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)
}
public static CompletableFuture<GetCloudwrapperLocationResult> getCloudwrapperLocation(GetCloudwrapperLocationArgs args, InvokeOptions options)
public static Output<GetCloudwrapperLocationResult> getCloudwrapperLocation(GetCloudwrapperLocationArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getCloudwrapperLocation:getCloudwrapperLocation
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Name string - Traffic
Type string
- Location
Name string - Traffic
Type string
- location
Name String - traffic
Type String
- location
Name string - traffic
Type string
- location_
name str - traffic_
type str
- location
Name String - traffic
Type String
getCloudwrapperLocation Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Id string - Location
Name string - Traffic
Type string - Traffic
Type intId
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Id string - Location
Name string - Traffic
Type string - Traffic
Type intId
- id String
- The provider-assigned unique ID for this managed resource.
- location
Id String - location
Name String - traffic
Type String - traffic
Type IntegerId
- id string
- The provider-assigned unique ID for this managed resource.
- location
Id string - location
Name string - traffic
Type string - traffic
Type numberId
- id str
- The provider-assigned unique ID for this managed resource.
- location_
id str - location_
name str - traffic_
type str - traffic_
type_ intid
- id String
- The provider-assigned unique ID for this managed resource.
- location
Id String - location
Name String - traffic
Type String - traffic
Type NumberId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.