DataLakeReference
- class aws_cdk.interfaces.aws_securitylake.DataLakeReference(*, data_lake_arn)
Bases:
objectA reference to a DataLake resource.
- Parameters:
data_lake_arn (
str) – The Arn of the DataLake 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_securitylake as interfaces_securitylake data_lake_reference = interfaces_securitylake.DataLakeReference( data_lake_arn="dataLakeArn" )
Attributes
- data_lake_arn
The Arn of the DataLake resource.