interface LagReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DirectConnect.LagReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdirectconnect#LagReference |
Java | software.amazon.awscdk.interfaces.directconnect.LagReference |
Python | aws_cdk.interfaces.aws_directconnect.LagReference |
TypeScript | aws-cdk-lib » interfaces » aws_directconnect » LagReference |
A reference to a Lag resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_directconnect as interfaces_directconnect } from 'aws-cdk-lib/interfaces';
const lagReference: interfaces_directconnect.LagReference = {
lagArn: 'lagArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| lag | string | The LagArn of the Lag resource. |
lagArn
Type:
string
The LagArn of the Lag resource.

.NET
Go
Java
Python
TypeScript