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