interface RouteServerAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.RouteServerAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#RouteServerAssociationReference |
![]() | software.amazon.awscdk.services.ec2.RouteServerAssociationReference |
![]() | aws_cdk.aws_ec2.RouteServerAssociationReference |
![]() | aws-cdk-lib » aws_ec2 » RouteServerAssociationReference |
A reference to a RouteServerAssociation 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 routeServerAssociationReference: ec2.RouteServerAssociationReference = {
routeServerId: 'routeServerId',
vpcId: 'vpcId',
};
Properties
Name | Type | Description |
---|---|---|
route | string | The RouteServerId of the RouteServerAssociation resource. |
vpc | string | The VpcId of the RouteServerAssociation resource. |
routeServerId
Type:
string
The RouteServerId of the RouteServerAssociation resource.
vpcId
Type:
string
The VpcId of the RouteServerAssociation resource.