interface LensReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WellArchitected.LensReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswellarchitected#LensReference |
Java | software.amazon.awscdk.interfaces.wellarchitected.LensReference |
Python | aws_cdk.interfaces.aws_wellarchitected.LensReference |
TypeScript | aws-cdk-lib » interfaces » aws_wellarchitected » LensReference |
A reference to a Lens resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wellarchitected as interfaces_wellarchitected } from 'aws-cdk-lib/interfaces';
const lensReference: interfaces_wellarchitected.LensReference = {
lensArn: 'lensArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| lens | string | The LensArn of the Lens resource. |
lensArn
Type:
string
The LensArn of the Lens resource.

.NET
Go
Java
Python
TypeScript