AWS::RefactorSpaces::Route DefaultRouteInput - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RefactorSpaces::Route DefaultRouteInput

The configuration for the default route type.

Syntax

To declare this entity in your Amazon 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