1. Packages
  2. Akamai
  3. API Docs
  4. getCloudwrapperLocation
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getCloudwrapperLocation

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 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>
    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:

    getCloudwrapperLocation Result

    The following output properties are available:

    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    LocationId string
    LocationName string
    TrafficType string
    TrafficTypeId int
    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    LocationId string
    LocationName string
    TrafficType string
    TrafficTypeId int
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    locationId String
    locationName String
    trafficType String
    trafficTypeId Integer
    id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    locationId string
    locationName string
    trafficType string
    trafficTypeId number
    id str

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    location_id str
    location_name str
    traffic_type str
    traffic_type_id int
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperLocation

    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 logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi