AWS::CleanRooms::IdNamespaceAssociation - AWS CloudFormation

AWS::CleanRooms::IdNamespaceAssociation

Provides information to create the ID namespace association.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::CleanRooms::IdNamespaceAssociation", "Properties" : { "Description" : String, "IdMappingConfig" : IdMappingConfig, "InputReferenceConfig" : IdNamespaceAssociationInputReferenceConfig, "MembershipIdentifier" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::CleanRooms::IdNamespaceAssociation Properties: Description: String IdMappingConfig: IdMappingConfig InputReferenceConfig: IdNamespaceAssociationInputReferenceConfig MembershipIdentifier: String Name: String Tags: - Tag

Properties

Description

The description of the ID namespace association.

Required: No

Type: String

Pattern: ^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*$

Maximum: 255

Update requires: No interruption

IdMappingConfig

The configuration settings for the ID mapping table.

Required: No

Type: IdMappingConfig

Update requires: No interruption

InputReferenceConfig

The input reference configuration for the ID namespace association.

Required: Yes

Type: IdNamespaceAssociationInputReferenceConfig

Update requires: Replacement

MembershipIdentifier

The unique identifier of the membership that contains the ID namespace association.

Required: Yes

Type: String

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Minimum: 36

Maximum: 36

Update requires: Replacement

Name

The name of this ID namespace association.

Required: Yes

Type: String

Pattern: ^(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*$

Minimum: 1

Maximum: 100

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name. For example:

{"Ref": "MyIdNamespaceAssociation"}

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the ID namespace association.

CollaborationArn

The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.

CollaborationIdentifier

Property description not available.

IdNamespaceAssociationIdentifier

Property description not available.

MembershipArn

The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.