Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
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
- locations List<Property Map>
Supporting Types
GetCloudwrapperLocationsLocation
- Location
Id int - Unique identifier of the location.
- Location
Name string - Name of the location.
- Multi
Cdn stringLocation Id - Unique identifier of the multi CDN location.
- Traffic
Types List<GetCloudwrapper Locations Location Traffic Type> - List of traffic types for the location.
- Location
Id int - Unique identifier of the location.
- Location
Name string - Name of the location.
- Multi
Cdn stringLocation Id - Unique identifier of the multi CDN location.
- Traffic
Types []GetCloudwrapper Locations Location Traffic Type - List of traffic types for the location.
- location
Id Integer - Unique identifier of the location.
- location
Name String - Name of the location.
- multi
Cdn StringLocation Id - Unique identifier of the multi CDN location.
- traffic
Types List<GetCloudwrapper Locations Location Traffic Type> - List of traffic types for the location.
- location
Id number - Unique identifier of the location.
- location
Name string - Name of the location.
- multi
Cdn stringLocation Id - Unique identifier of the multi CDN location.
- traffic
Types GetCloudwrapper Locations Location Traffic Type[] - List of traffic types for the location.
- location_
id int - Unique identifier of the location.
- location_
name str - Name of the location.
- multi_
cdn_ strlocation_ id - Unique identifier of the multi CDN location.
- traffic_
types Sequence[GetCloudwrapper Locations Location Traffic Type] - List of traffic types for the location.
- location
Id Number - Unique identifier of the location.
- location
Name String - Name of the location.
- multi
Cdn StringLocation Id - Unique identifier of the multi CDN location.
- traffic
Types List<Property Map> - List of traffic types for the location.
GetCloudwrapperLocationsLocationTrafficType
- Location
Id string - Represents the failover map.
- Traffic
Type string - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- Traffic
Type intId - Unique identifier for the location and traffic type combination.
- Location
Id string - Represents the failover map.
- Traffic
Type string - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- Traffic
Type intId - Unique identifier for the location and traffic type combination.
- location
Id String - Represents the failover map.
- traffic
Type String - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- traffic
Type IntegerId - Unique identifier for the location and traffic type combination.
- location
Id string - Represents the failover map.
- traffic
Type string - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- traffic
Type numberId - Unique identifier for the location and traffic type combination.
- location_
id str - Represents the failover map.
- traffic_
type str - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- traffic_
type_ intid - Unique identifier for the location and traffic type combination.
- location
Id String - Represents the failover map.
- traffic
Type String - Represents the traffic type. LIVE applies to low-latency media traffic, such as live streaming. LIVE_VOD applies to redundant media traffic, like video on demand content. WEB_STANDARD_TLS or WEB_ENHANCED_TLS applies to web content using Standard TLS security or Enhanced TLS security, respectively.
- traffic
Type NumberId - Unique identifier for the location and traffic type combination.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.