Akamai v7.4.1 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
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
- Location
Id string - Location
Name string - Traffic
Type string - Traffic
Type intId
- Id string
- Location
Id string - Location
Name string - Traffic
Type string - Traffic
Type intId
- id String
- location
Id String - location
Name String - traffic
Type String - traffic
Type IntegerId
- id string
- location
Id string - location
Name string - traffic
Type string - traffic
Type numberId
- id str
- location_
id str - location_
name str - traffic_
type str - traffic_
type_ intid
- id String
- 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.