IdNamespaceAssociationReference
- class aws_cdk.aws_cleanrooms.IdNamespaceAssociationReference(*, id_namespace_association_arn, id_namespace_association_identifier, membership_identifier)
Bases:
object
A reference to a IdNamespaceAssociation resource.
- Parameters:
id_namespace_association_arn (
str
) – The ARN of the IdNamespaceAssociation resource.id_namespace_association_identifier (
str
) – The IdNamespaceAssociationIdentifier of the IdNamespaceAssociation resource.membership_identifier (
str
) – The MembershipIdentifier of the IdNamespaceAssociation 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 id_namespace_association_reference = cleanrooms.IdNamespaceAssociationReference( id_namespace_association_arn="idNamespaceAssociationArn", id_namespace_association_identifier="idNamespaceAssociationIdentifier", membership_identifier="membershipIdentifier" )
Attributes
- id_namespace_association_arn
The ARN of the IdNamespaceAssociation resource.
- id_namespace_association_identifier
The IdNamespaceAssociationIdentifier of the IdNamespaceAssociation resource.
- membership_identifier
The MembershipIdentifier of the IdNamespaceAssociation resource.