interface DefaultRouteInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RefactorSpaces.Mixins.CfnRoutePropsMixin.DefaultRouteInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrefactorspaces/mixins#CfnRoutePropsMixin_DefaultRouteInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.refactorspaces.mixins.CfnRoutePropsMixin.DefaultRouteInputProperty |
Python | aws_cdk.mixins_preview.aws_refactorspaces.mixins.CfnRoutePropsMixin.DefaultRouteInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_refactorspaces » mixins » 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 { mixins as refactorspaces_mixins } from '@aws-cdk/mixins-preview/aws-refactorspaces';
const defaultRouteInputProperty: refactorspaces_mixins.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