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

akamai.getGtmGeomap

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getGtmGeomap

    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 getGtmGeomap(args: GetGtmGeomapArgs, opts?: InvokeOptions): Promise<GetGtmGeomapResult>
    function getGtmGeomapOutput(args: GetGtmGeomapOutputArgs, opts?: InvokeOptions): Output<GetGtmGeomapResult>
    def get_gtm_geomap(domain: Optional[str] = None,
                       map_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetGtmGeomapResult
    def get_gtm_geomap_output(domain: Optional[pulumi.Input[str]] = None,
                       map_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetGtmGeomapResult]
    func LookupGtmGeomap(ctx *Context, args *LookupGtmGeomapArgs, opts ...InvokeOption) (*LookupGtmGeomapResult, error)
    func LookupGtmGeomapOutput(ctx *Context, args *LookupGtmGeomapOutputArgs, opts ...InvokeOption) LookupGtmGeomapResultOutput

    > Note: This function is named LookupGtmGeomap in the Go SDK.

    public static class GetGtmGeomap 
    {
        public static Task<GetGtmGeomapResult> InvokeAsync(GetGtmGeomapArgs args, InvokeOptions? opts = null)
        public static Output<GetGtmGeomapResult> Invoke(GetGtmGeomapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGtmGeomapResult> getGtmGeomap(GetGtmGeomapArgs args, InvokeOptions options)
    public static Output<GetGtmGeomapResult> getGtmGeomap(GetGtmGeomapArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getGtmGeomap:getGtmGeomap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Domain string
    MapName string
    Domain string
    MapName string
    domain String
    mapName String
    domain string
    mapName string
    domain String
    mapName String

    getGtmGeomap Result

    The following output properties are available:

    Assignments []GetGtmGeomapAssignment
    DefaultDatacenter GetGtmGeomapDefaultDatacenter
    Domain string
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []GetGtmGeomapLink
    MapName string
    assignments GetGtmGeomapAssignment[]
    defaultDatacenter GetGtmGeomapDefaultDatacenter
    domain string
    id string
    The provider-assigned unique ID for this managed resource.
    links GetGtmGeomapLink[]
    mapName string
    assignments List<Property Map>
    defaultDatacenter Property Map
    domain String
    id String
    The provider-assigned unique ID for this managed resource.
    links List<Property Map>
    mapName String

    Supporting Types

    GetGtmGeomapAssignment

    Countries List<string>
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    DatacenterId int
    A unique identifier for an existing data center in the domain.
    Nickname string
    A descriptive label for the group.
    Countries []string
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    DatacenterId int
    A unique identifier for an existing data center in the domain.
    Nickname string
    A descriptive label for the group.
    countries List<String>
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    datacenterId Integer
    A unique identifier for an existing data center in the domain.
    nickname String
    A descriptive label for the group.
    countries string[]
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    datacenterId number
    A unique identifier for an existing data center in the domain.
    nickname string
    A descriptive label for the group.
    countries Sequence[str]
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    datacenter_id int
    A unique identifier for an existing data center in the domain.
    nickname str
    A descriptive label for the group.
    countries List<String>
    Specifies an array of two-letter ISO 3166 country codes, or for finer subdivisions, the two-letter country code and the two-letter state or province code separated by a forward slash.
    datacenterId Number
    A unique identifier for an existing data center in the domain.
    nickname String
    A descriptive label for the group.

    GetGtmGeomapDefaultDatacenter

    DatacenterId int
    For each property, an identifier for all other geographic zones.
    Nickname string
    A descriptive label for all other geographic zones.
    DatacenterId int
    For each property, an identifier for all other geographic zones.
    Nickname string
    A descriptive label for all other geographic zones.
    datacenterId Integer
    For each property, an identifier for all other geographic zones.
    nickname String
    A descriptive label for all other geographic zones.
    datacenterId number
    For each property, an identifier for all other geographic zones.
    nickname string
    A descriptive label for all other geographic zones.
    datacenter_id int
    For each property, an identifier for all other geographic zones.
    nickname str
    A descriptive label for all other geographic zones.
    datacenterId Number
    For each property, an identifier for all other geographic zones.
    nickname String
    A descriptive label for all other geographic zones.
    Href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    Rel string
    Indicates the link relationship of the object.
    Href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    Rel string
    Indicates the link relationship of the object.
    href String
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel String
    Indicates the link relationship of the object.
    href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel string
    Indicates the link relationship of the object.
    href str
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel str
    Indicates the link relationship of the object.
    href String
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel String
    Indicates the link relationship of the object.

    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