interface CollaborationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CollaborationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CollaborationReference |
![]() | software.amazon.awscdk.services.cleanrooms.CollaborationReference |
![]() | aws_cdk.aws_cleanrooms.CollaborationReference |
![]() | aws-cdk-lib » aws_cleanrooms » CollaborationReference |
A reference to a Collaboration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const collaborationReference: cleanrooms.CollaborationReference = {
collaborationArn: 'collaborationArn',
collaborationIdentifier: 'collaborationIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
collaboration | string | The ARN of the Collaboration resource. |
collaboration | string | The CollaborationIdentifier of the Collaboration resource. |
collaborationArn
Type:
string
The ARN of the Collaboration resource.
collaborationIdentifier
Type:
string
The CollaborationIdentifier of the Collaboration resource.