interface CfnRouteServerPropagationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnRouteServerPropagationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnRouteServerPropagationMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnRouteServerPropagationMixinProps |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnRouteServerPropagationMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnRouteServerPropagationMixinProps |
Properties for CfnRouteServerPropagationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const cfnRouteServerPropagationMixinProps: ec2_mixins.CfnRouteServerPropagationMixinProps = {
routeServerId: 'routeServerId',
routeTableId: 'routeTableId',
};
Properties
| Name | Type | Description |
|---|---|---|
| route | string | The ID of the route server configured for route propagation. |
| route | string | The ID of the route table configured for route server propagation. |
routeServerId?
Type:
string
(optional)
The ID of the route server configured for route propagation.
routeTableId?
Type:
string
(optional)
The ID of the route table configured for route server propagation.

.NET
Go
Java
Python
TypeScript