interface AllowListReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Macie.AllowListReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmacie#AllowListReference |
![]() | software.amazon.awscdk.services.macie.AllowListReference |
![]() | aws_cdk.aws_macie.AllowListReference |
![]() | aws-cdk-lib » aws_macie » AllowListReference |
A reference to a AllowList 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 allowListReference: macie.AllowListReference = {
allowListArn: 'allowListArn',
allowListId: 'allowListId',
};
Properties
Name | Type | Description |
---|---|---|
allow | string | The ARN of the AllowList resource. |
allow | string | The Id of the AllowList resource. |
allowListArn
Type:
string
The ARN of the AllowList resource.
allowListId
Type:
string
The Id of the AllowList resource.