interface SessionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Macie.SessionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmacie#SessionReference |
![]() | software.amazon.awscdk.services.macie.SessionReference |
![]() | aws_cdk.aws_macie.SessionReference |
![]() | 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.