CollaborationReference
- class aws_cdk.interfaces.aws_cleanrooms.CollaborationReference(*, collaboration_arn, collaboration_identifier)
Bases:
objectA reference to a Collaboration resource.
- Parameters:
collaboration_arn (
str) – The ARN of the Collaboration resource.collaboration_identifier (
str) – The CollaborationIdentifier of the Collaboration 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.interfaces import aws_cleanrooms as interfaces_aws_cleanrooms collaboration_reference = interfaces_aws_cleanrooms.CollaborationReference( collaboration_arn="collaborationArn", collaboration_identifier="collaborationIdentifier" )
Attributes
- collaboration_arn
The ARN of the Collaboration resource.
- collaboration_identifier
The CollaborationIdentifier of the Collaboration resource.