| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubReFactorSpaces.Types.DefaultRouteInput
Description
Documentation
data DefaultRouteInput Source #
The configuration for the default route type.
See: newDefaultRouteInput smart constructor.
Constructors
| DefaultRouteInput' | |
Fields
| |
Instances
newDefaultRouteInput :: DefaultRouteInput Source #
Create a value of DefaultRouteInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activationState:DefaultRouteInput', defaultRouteInput_activationState - If set to ACTIVE, traffic is forwarded to this route’s service after
the route is created.
defaultRouteInput_activationState :: Lens' DefaultRouteInput (Maybe RouteActivationState) Source #
If set to ACTIVE, traffic is forwarded to this route’s service after
the route is created.