interface DefaultRouteInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RefactorSpaces.CfnRoutePropsMixin.DefaultRouteInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrefactorspaces#CfnRoutePropsMixin_DefaultRouteInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnRoutePropsMixin.DefaultRouteInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_refactorspaces.CfnRoutePropsMixin.DefaultRouteInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_refactorspaces » CfnRoutePropsMixin » 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/cfn-property-mixins';
const defaultRouteInputProperty: refactorspaces.CfnRoutePropsMixin.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
(optional)
If set to ACTIVE , traffic is forwarded to this route’s service after the route is created.

.NET
Go
Java
Python
TypeScript