AWS Native
Pulumi Official

Package maintained by Pulumiv0.18.0 published on Friday, May 27, 2022 by Pulumi
getMap
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:
- Map
Name string
- Map
Name string
- map
Name String
- map
Name string
- map_
name str
- map
Name String
getMap Result
The following output properties are available:
- Arn string
- Create
Time string - Data
Source string - Map
Arn string - Update
Time string
- Arn string
- Create
Time string - Data
Source string - Map
Arn string - Update
Time string
- arn String
- create
Time String - data
Source String - map
Arn String - update
Time String
- arn string
- create
Time string - data
Source string - map
Arn string - update
Time string
- arn str
- create_
time str - data_
source str - map_
arn str - update_
time str
- arn String
- create
Time String - data
Source String - map
Arn String - update
Time String
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0