aws-cdk-lib.aws_refactorspaces.CfnRoute.DefaultRouteInputProperty

interface DefaultRouteInputProperty

LanguageType name
.NETAmazon.CDK.AWS.RefactorSpaces.CfnRoute.DefaultRouteInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#CfnRoute_DefaultRouteInputProperty
Javasoftware.amazon.awscdk.services.refactorspaces.CfnRoute.DefaultRouteInputProperty
Pythonaws_cdk.aws_refactorspaces.CfnRoute.DefaultRouteInputProperty
TypeScript aws-cdk-lib » aws_refactorspaces » CfnRoute » DefaultRouteInputProperty

The configuration for the default route type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_refactorspaces as refactorspaces } from 'aws-cdk-lib';
const defaultRouteInputProperty: refactorspaces.CfnRoute.DefaultRouteInputProperty = {
  activationState: 'activationState',
};

Properties

NameTypeDescription
activationStatestringIf set to ACTIVE , traffic is forwarded to this route’s service after the route is created.

activationState

Type: string

If set to ACTIVE , traffic is forwarded to this route’s service after the route is created.