Map
Provides a Location Service Map.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.location.Map;
import com.pulumi.aws.location.MapArgs;
import com.pulumi.aws.location.inputs.MapConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Map("example", MapArgs.builder()
.configuration(MapConfigurationArgs.builder()
.style("VectorHereBerlin")
.build())
.mapName("example")
.build());
}
}
Content copied to clipboard
Import
aws_location_map
resources can be imported using the map name, e.g.
$ pulumi import aws:location/map:Map example example
Content copied to clipboard
Properties
Link copied to clipboard
Configuration block with the map style selected from an available data provider. Detailed below.
Link copied to clipboard
The timestamp for when the map resource was created in ISO 8601 format.
Link copied to clipboard
An optional description for the map resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The timestamp for when the map resource was last updated in ISO 8601 format.