interface DefaultRouteInputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RefactorSpaces.CfnRoute.DefaultRouteInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#CfnRoute_DefaultRouteInputProperty |
Java | software.amazon.awscdk.services.refactorspaces.CfnRoute.DefaultRouteInputProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
activation | string | If 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.