LensReference
- class aws_cdk.interfaces.aws_wellarchitected.LensReference(*, lens_arn)
Bases:
objectA reference to a Lens resource.
- Parameters:
lens_arn (
str) – The LensArn of the Lens resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_wellarchitected as interfaces_wellarchitected lens_reference = interfaces_wellarchitected.LensReference( lens_arn="lensArn" )
Attributes
- lens_arn
The LensArn of the Lens resource.