akamai.getCloudwrapperLocations
Explore with Pulumi AI
Using getCloudwrapperLocations
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 getCloudwrapperLocations(args: GetCloudwrapperLocationsArgs, opts?: InvokeOptions): Promise<GetCloudwrapperLocationsResult>
function getCloudwrapperLocationsOutput(args: GetCloudwrapperLocationsOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperLocationsResult>
def get_cloudwrapper_locations(locations: Optional[Sequence[GetCloudwrapperLocationsLocation]] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudwrapperLocationsResult
def get_cloudwrapper_locations_output(locations: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudwrapperLocationsLocationArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperLocationsResult]
func GetCloudwrapperLocations(ctx *Context, args *GetCloudwrapperLocationsArgs, opts ...InvokeOption) (*GetCloudwrapperLocationsResult, error)
func GetCloudwrapperLocationsOutput(ctx *Context, args *GetCloudwrapperLocationsOutputArgs, opts ...InvokeOption) GetCloudwrapperLocationsResultOutput
> Note: This function is named GetCloudwrapperLocations
in the Go SDK.
public static class GetCloudwrapperLocations
{
public static Task<GetCloudwrapperLocationsResult> InvokeAsync(GetCloudwrapperLocationsArgs args, InvokeOptions? opts = null)
public static Output<GetCloudwrapperLocationsResult> Invoke(GetCloudwrapperLocationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudwrapperLocationsResult> getCloudwrapperLocations(GetCloudwrapperLocationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getCloudwrapperLocations:getCloudwrapperLocations
arguments:
# arguments dictionary
The following arguments are supported:
getCloudwrapperLocations Result
The following output properties are available:
- Id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- Locations
List<Get
Cloudwrapper Locations Location>
- Id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- Locations
[]Get
Cloudwrapper Locations Location
- id String
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- locations
List<Get
Cloudwrapper Locations Location>
- id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- locations
Get
Cloudwrapper Locations Location[]
- id str
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- locations
Sequence[Get
Cloudwrapper Locations Location]
- id String
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_locations
- locations List<Property Map>
Supporting Types
GetCloudwrapperLocationsLocation
- location
Id Number - location
Name String - multi
Cdn StringLocation Id - traffic
Types List<Property Map>
GetCloudwrapperLocationsLocationTrafficType
- Location
Id string - Traffic
Type string - Traffic
Type intId
- Location
Id string - Traffic
Type string - Traffic
Type intId
- location
Id String - traffic
Type String - traffic
Type IntegerId
- location
Id string - traffic
Type string - traffic
Type numberId
- location_
id str - traffic_
type str - traffic_
type_ intid
- location
Id 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.