SessionReference

class aws_cdk.aws_macie.SessionReference(*, aws_account_id)

Bases: object

A 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 import aws_macie as macie

session_reference = macie.SessionReference(
    aws_account_id="awsAccountId"
)

Attributes

aws_account_id

The AwsAccountId of the Session resource.