interface ILocalGatewayVirtualInterfaceRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.ILocalGatewayVirtualInterfaceRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#ILocalGatewayVirtualInterfaceRef |
Java | software.amazon.awscdk.services.ec2.ILocalGatewayVirtualInterfaceRef |
Python | aws_cdk.aws_ec2.ILocalGatewayVirtualInterfaceRef |
TypeScript | aws-cdk-lib » aws_ec2 » ILocalGatewayVirtualInterfaceRef |
Implemented by
Cfn
Obtainable from
Cfn.fromLocalGatewayVirtualInterfaceId()
Indicates that this resource can be referenced as a LocalGatewayVirtualInterface.
Properties
| Name | Type | Description |
|---|---|---|
| local | Local | A reference to a LocalGatewayVirtualInterface resource. |
| node | Node | The tree node. |
localGatewayVirtualInterfaceRef
Type:
Local
A reference to a LocalGatewayVirtualInterface resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript