1. Packages
  2. Akamai
  3. API Docs
  4. getCloudwrapperLocation
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getCloudwrapperLocation

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 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)
    public static Output<GetCloudwrapperLocationResult> getCloudwrapperLocation(GetCloudwrapperLocationArgs args, InvokeOptions options)
    
    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
    The provider-assigned unique ID for this managed resource.
    LocationId string
    LocationName string
    TrafficType string
    TrafficTypeId int
    Id string
    The provider-assigned unique ID for this managed resource.
    LocationId string
    LocationName string
    TrafficType string
    TrafficTypeId int
    id String
    The provider-assigned unique ID for this managed resource.
    locationId String
    locationName String
    trafficType String
    trafficTypeId Integer
    id string
    The provider-assigned unique ID for this managed resource.
    locationId string
    locationName string
    trafficType string
    trafficTypeId number
    id str
    The provider-assigned unique ID for this managed resource.
    location_id str
    location_name str
    traffic_type str
    traffic_type_id int
    id String
    The provider-assigned unique ID for this managed resource.
    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 v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi