1. Packages
  2. AWS Native
  3. API Docs
  4. location
  5. getMap

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.location.getMap

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Definition of AWS::Location::Map Resource Type

    Using getMap

    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 getMap(args: GetMapArgs, opts?: InvokeOptions): Promise<GetMapResult>
    function getMapOutput(args: GetMapOutputArgs, opts?: InvokeOptions): Output<GetMapResult>
    def get_map(map_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetMapResult
    def get_map_output(map_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetMapResult]
    func LookupMap(ctx *Context, args *LookupMapArgs, opts ...InvokeOption) (*LookupMapResult, error)
    func LookupMapOutput(ctx *Context, args *LookupMapOutputArgs, opts ...InvokeOption) LookupMapResultOutput

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

    public static class GetMap 
    {
        public static Task<GetMapResult> InvokeAsync(GetMapArgs args, InvokeOptions? opts = null)
        public static Output<GetMapResult> Invoke(GetMapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMapResult> getMap(GetMapArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:location:getMap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MapName string
    MapName string
    mapName String
    mapName string
    mapName String

    getMap Result

    The following output properties are available:

    Arn string
    CreateTime string
    Description string
    MapArn string
    PricingPlan Pulumi.AwsNative.Location.MapPricingPlan
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    UpdateTime string
    Arn string
    CreateTime string
    Description string
    MapArn string
    PricingPlan MapPricingPlan
    Tags Tag
    An array of key-value pairs to apply to this resource.
    UpdateTime string
    arn String
    createTime String
    description String
    mapArn String
    pricingPlan MapPricingPlan
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    updateTime String
    arn string
    createTime string
    description string
    mapArn string
    pricingPlan MapPricingPlan
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    updateTime string
    arn str
    create_time str
    description str
    map_arn str
    pricing_plan MapPricingPlan
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    update_time str
    arn String
    createTime String
    description String
    mapArn String
    pricingPlan "RequestBasedUsage"
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    updateTime String

    Supporting Types

    MapPricingPlan

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi