aws-cdk-lib.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty
interface MemberSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnCollaboration_MemberSpecificationProperty |
![]() | services.cleanrooms.CfnCollaboration.MemberSpecificationProperty |
![]() | aws_cdk.aws_cleanrooms.CfnCollaboration.MemberSpecificationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
account | string | The identifier used to reference members of the collaboration. |
display | string | The member's display name. |
member | string[] | 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.