Amazon Location Service · Arazzo Workflow
Amazon Location Service Map Lifecycle Teardown
Version 1.0.0
Create, inspect, and delete a map resource in a single guarded flow.
Provider
Workflows
map-lifecycle
Create a map, verify it, then delete it.
Provisions a temporary map resource, confirms it through a describe call, and tears it down with a delete call, returning the resource identifiers that were created and removed.
1
createMap
CreateMap
Create the temporary map resource using the supplied name and style.
2
describeMap
DescribeMap
Describe the created map to confirm provisioning succeeded before tearing it down.
3
deleteMap
DeleteMap
Delete the map resource to clean up the account once it has been verified.