SessionReference
- class aws_cdk.interfaces.aws_macie.SessionReference(*, aws_account_id)
Bases:
objectA reference to a Session resource.
- Parameters:
aws_account_id (
str) – The AwsAccountId of the Session 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_macie as interfaces_aws_macie session_reference = interfaces_aws_macie.SessionReference( aws_account_id="awsAccountId" )
Attributes
- aws_account_id
The AwsAccountId of the Session resource.