interface IdNamespaceAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.IdNamespaceAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#IdNamespaceAssociationReference |
![]() | software.amazon.awscdk.services.cleanrooms.IdNamespaceAssociationReference |
![]() | aws_cdk.aws_cleanrooms.IdNamespaceAssociationReference |
![]() | aws-cdk-lib » aws_cleanrooms » IdNamespaceAssociationReference |
A reference to a IdNamespaceAssociation 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 idNamespaceAssociationReference: cleanrooms.IdNamespaceAssociationReference = {
idNamespaceAssociationArn: 'idNamespaceAssociationArn',
idNamespaceAssociationIdentifier: 'idNamespaceAssociationIdentifier',
membershipIdentifier: 'membershipIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
id | string | The ARN of the IdNamespaceAssociation resource. |
id | string | The IdNamespaceAssociationIdentifier of the IdNamespaceAssociation resource. |
membership | string | The MembershipIdentifier of the IdNamespaceAssociation resource. |
idNamespaceAssociationArn
Type:
string
The ARN of the IdNamespaceAssociation resource.
idNamespaceAssociationIdentifier
Type:
string
The IdNamespaceAssociationIdentifier of the IdNamespaceAssociation resource.
membershipIdentifier
Type:
string
The MembershipIdentifier of the IdNamespaceAssociation resource.