CollaborationReference

class aws_cdk.aws_cleanrooms.CollaborationReference(*, collaboration_arn, collaboration_identifier)

Bases: object

A 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 import aws_cleanrooms as cleanrooms

collaboration_reference = 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.