AllowRoutesAction
- class aws_cdk.aws_location_alpha.AllowRoutesAction(*values)
 Bases:
Enum(experimental) Actions for Routes 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 routes actions.
- Stability:
 experimental
- CALCULATE_ISOLINES
 (experimental) Allows isoline calculation.
- Stability:
 experimental
- CALCULATE_ROUTES
 (experimental) Allows point to point routing.
- Stability:
 experimental
- CALCULATE_ROUTE_MATRIX
 (experimental) Allows matrix routing.
- Stability:
 experimental
- OPTIMIZE_WAYPOINTS
 (experimental) Allows computing the best sequence of waypoints.
- Stability:
 experimental
- SNAP_TO_ROADS
 (experimental) Allows snapping GPS points to a likely route.
- Stability:
 experimental