Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getGtmAsmap
Explore with Pulumi AI
Using getGtmAsmap
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 getGtmAsmap(args: GetGtmAsmapArgs, opts?: InvokeOptions): Promise<GetGtmAsmapResult>
function getGtmAsmapOutput(args: GetGtmAsmapOutputArgs, opts?: InvokeOptions): Output<GetGtmAsmapResult>
def get_gtm_asmap(assignments: Optional[Sequence[GetGtmAsmapAssignment]] = None,
default_datacenter: Optional[GetGtmAsmapDefaultDatacenter] = None,
domain: Optional[str] = None,
links: Optional[Sequence[GetGtmAsmapLink]] = None,
map_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGtmAsmapResult
def get_gtm_asmap_output(assignments: Optional[pulumi.Input[Sequence[pulumi.Input[GetGtmAsmapAssignmentArgs]]]] = None,
default_datacenter: Optional[pulumi.Input[GetGtmAsmapDefaultDatacenterArgs]] = None,
domain: Optional[pulumi.Input[str]] = None,
links: Optional[pulumi.Input[Sequence[pulumi.Input[GetGtmAsmapLinkArgs]]]] = None,
map_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGtmAsmapResult]
func LookupGtmAsmap(ctx *Context, args *LookupGtmAsmapArgs, opts ...InvokeOption) (*LookupGtmAsmapResult, error)
func LookupGtmAsmapOutput(ctx *Context, args *LookupGtmAsmapOutputArgs, opts ...InvokeOption) LookupGtmAsmapResultOutput
> Note: This function is named LookupGtmAsmap
in the Go SDK.
public static class GetGtmAsmap
{
public static Task<GetGtmAsmapResult> InvokeAsync(GetGtmAsmapArgs args, InvokeOptions? opts = null)
public static Output<GetGtmAsmapResult> Invoke(GetGtmAsmapInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGtmAsmapResult> getGtmAsmap(GetGtmAsmapArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getGtmAsmap:getGtmAsmap
arguments:
# arguments dictionary
The following arguments are supported:
getGtmAsmap Result
The following output properties are available:
- domain String
- id String
- map
Name String - assignments List<Property Map>
- default
Datacenter Property Map - links List<Property Map>
Supporting Types
GetGtmAsmapAssignment
- As
Numbers List<int> - Specifies an array of AS numbers.
- Datacenter
Id int - A unique identifier for an existing data center in the domain.
- Nickname string
- A descriptive label for the group.
- As
Numbers []int - Specifies an array of AS numbers.
- Datacenter
Id int - A unique identifier for an existing data center in the domain.
- Nickname string
- A descriptive label for the group.
- as
Numbers List<Integer> - Specifies an array of AS numbers.
- datacenter
Id Integer - A unique identifier for an existing data center in the domain.
- nickname String
- A descriptive label for the group.
- as
Numbers number[] - Specifies an array of AS numbers.
- datacenter
Id number - A unique identifier for an existing data center in the domain.
- nickname string
- A descriptive label for the group.
- as_
numbers Sequence[int] - Specifies an array of AS numbers.
- datacenter_
id int - A unique identifier for an existing data center in the domain.
- nickname str
- A descriptive label for the group.
- as
Numbers List<Number> - Specifies an array of AS numbers.
- datacenter
Id Number - A unique identifier for an existing data center in the domain.
- nickname String
- A descriptive label for the group.
GetGtmAsmapDefaultDatacenter
- Datacenter
Id int - For each property, an identifier for all other AS zones
- Nickname string
- A descriptive label for all other AS zones
- Datacenter
Id int - For each property, an identifier for all other AS zones
- Nickname string
- A descriptive label for all other AS zones
- datacenter
Id Integer - For each property, an identifier for all other AS zones
- nickname String
- A descriptive label for all other AS zones
- datacenter
Id number - For each property, an identifier for all other AS zones
- nickname string
- A descriptive label for all other AS zones
- datacenter_
id int - For each property, an identifier for all other AS zones
- nickname str
- A descriptive label for all other AS zones
- datacenter
Id Number - For each property, an identifier for all other AS zones
- nickname String
- A descriptive label for all other AS zones
GetGtmAsmapLink
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.