Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getGtmGeomap
Explore with Pulumi AI
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:
getGtmGeomap Result
The following output properties are available:
- Assignments
List<Get
Gtm Geomap Assignment> - Default
Datacenter GetGtm Geomap Default Datacenter - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Get
Gtm Geomap Link> - Map
Name string
- Assignments
[]Get
Gtm Geomap Assignment - Default
Datacenter GetGtm Geomap Default Datacenter - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Get
Gtm Geomap Link - Map
Name string
- assignments
List<Get
Gtm Geomap Assignment> - default
Datacenter GetGtm Geomap Default Datacenter - domain String
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<Get
Gtm Geomap Link> - map
Name String
- assignments
Get
Gtm Geomap Assignment[] - default
Datacenter GetGtm Geomap Default Datacenter - domain string
- id string
- The provider-assigned unique ID for this managed resource.
- links
Get
Gtm Geomap Link[] - map
Name string
- assignments
Sequence[Get
Gtm Geomap Assignment] - default_
datacenter GetGtm Geomap Default Datacenter - domain str
- id str
- The provider-assigned unique ID for this managed resource.
- links
Sequence[Get
Gtm Geomap Link] - map_
name str
- assignments List<Property Map>
- default
Datacenter Property Map - domain String
- id String
- The provider-assigned unique ID for this managed resource.
- links List<Property Map>
- map
Name 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.
- Datacenter
Id 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.
- Datacenter
Id 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.
- datacenter
Id 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.
- datacenter
Id 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.
- datacenter
Id Number - A unique identifier for an existing data center in the domain.
- nickname String
- A descriptive label for the group.
GetGtmGeomapDefaultDatacenter
- Datacenter
Id int - 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 string
- A descriptive label for all other geographic zones.
- datacenter
Id Integer - For each property, an identifier for all other geographic zones.
- nickname String
- A descriptive label for all other geographic zones.
- datacenter
Id 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.
- datacenter
Id Number - For each property, an identifier for all other geographic zones.
- nickname String
- A descriptive label for all other geographic zones.
GetGtmGeomapLink
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.