AWS::RefactorSpaces::Route DefaultRouteInput
The configuration for the default route type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActivationState" :
String
}
YAML
ActivationState:
String
Properties
ActivationState
-
If set to
ACTIVE
, traffic is forwarded to this route’s service after the route is created.Required: Yes
Type: String
Allowed values:
INACTIVE | ACTIVE
Update requires: No interruption