interface RouteServerPropagationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.RouteServerPropagationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#RouteServerPropagationReference |
![]() | software.amazon.awscdk.services.ec2.RouteServerPropagationReference |
![]() | aws_cdk.aws_ec2.RouteServerPropagationReference |
![]() | aws-cdk-lib » aws_ec2 » RouteServerPropagationReference |
A reference to a RouteServerPropagation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const routeServerPropagationReference: ec2.RouteServerPropagationReference = {
routeServerId: 'routeServerId',
routeTableId: 'routeTableId',
};
Properties
Name | Type | Description |
---|---|---|
route | string | The RouteServerId of the RouteServerPropagation resource. |
route | string | The RouteTableId of the RouteServerPropagation resource. |
routeServerId
Type:
string
The RouteServerId of the RouteServerPropagation resource.
routeTableId
Type:
string
The RouteTableId of the RouteServerPropagation resource.