AllowMapsAction
- class aws_cdk.aws_location_alpha.AllowMapsAction(*values)
- Bases: - Enum- (experimental) Actions for Maps that an API key resource grants permissions to perform. - See:
- Stability:
- experimental 
- ExampleMetadata:
- infused 
 - Example: - location.ApiKey(self, "APIKeyAny", # specify allowed actions allow_maps_actions=[location.AllowMapsAction.GET_STATIC_MAP ], allow_places_actions=[location.AllowPlacesAction.GET_PLACE ], allow_routes_actions=[location.AllowRoutesAction.CALCULATE_ISOLINES ] ) - Attributes - ANY
- (experimental) Allows any maps actions. - Stability:
- experimental 
 
 - GET_STATIC_MAP
- (experimental) Allows getting static map images. - Stability:
- experimental 
 
 - GET_TILE
- (experimental) Allows getting map tiles for rendering. - Stability:
- experimental