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