interface SessionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Macie.SessionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmacie#SessionReference |
Java | software.amazon.awscdk.services.macie.SessionReference |
Python | aws_cdk.aws_macie.SessionReference |
TypeScript | aws-cdk-lib » aws_macie » SessionReference |
A reference to a Session resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_macie as macie } from 'aws-cdk-lib';
const sessionReference: macie.SessionReference = {
awsAccountId: 'awsAccountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| aws | string | The AwsAccountId of the Session resource. |
awsAccountId
Type:
string
The AwsAccountId of the Session resource.

.NET
Go
Java
Python
TypeScript