CustomDataIdentifierReference
- class aws_cdk.aws_macie.CustomDataIdentifierReference(*, custom_data_identifier_arn, custom_data_identifier_id)
- Bases: - object- A reference to a CustomDataIdentifier resource. - Parameters:
- custom_data_identifier_arn ( - str) – The ARN of the CustomDataIdentifier resource.
- custom_data_identifier_id ( - str) – The Id of the CustomDataIdentifier 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 custom_data_identifier_reference = macie.CustomDataIdentifierReference( custom_data_identifier_arn="customDataIdentifierArn", custom_data_identifier_id="customDataIdentifierId" ) - Attributes - custom_data_identifier_arn
- The ARN of the CustomDataIdentifier resource. 
 - custom_data_identifier_id
- The Id of the CustomDataIdentifier resource.