aws-cdk-lib.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty

interface MemberSpecificationProperty

LanguageType name
.NETAmazon.CDK.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnCollaboration_MemberSpecificationProperty
Javaservices.cleanrooms.CfnCollaboration.MemberSpecificationProperty
Pythonaws_cdk.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty
TypeScript aws-cdk-lib » aws_cleanrooms » CfnCollaboration » MemberSpecificationProperty

Basic metadata used to construct a new member.

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 memberSpecificationProperty: cleanrooms.CfnCollaboration.MemberSpecificationProperty = {
  accountId: 'accountId',
  displayName: 'displayName',
  memberAbilities: ['memberAbilities'],
};

Properties

NameTypeDescription
accountIdstringThe identifier used to reference members of the collaboration.
displayNamestringThe member's display name.
memberAbilitiesstring[]The abilities granted to the collaboration member.

accountId

Type: string

The identifier used to reference members of the collaboration.

Currently only supports AWS account ID.


displayName

Type: string

The member's display name.


memberAbilities

Type: string[]

The abilities granted to the collaboration member.