GetIdNamespaceAssociationResult

data class GetIdNamespaceAssociationResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationIdentifier: String? = null, val description: String? = null, val idMappingConfig: IdNamespaceAssociationIdMappingConfig? = null, val idNamespaceAssociationIdentifier: String? = null, val inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties? = null, val membershipArn: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collaborationArn: String? = null, collaborationIdentifier: String? = null, description: String? = null, idMappingConfig: IdNamespaceAssociationIdMappingConfig? = null, idNamespaceAssociationIdentifier: String? = null, inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties? = null, membershipArn: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val description: String? = null

The description of the ID namespace association.

Link copied to clipboard

The configuration settings for the ID mapping table.

Link copied to clipboard
val membershipArn: String? = null

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

Link copied to clipboard
val name: String? = null

The name of this ID namespace association.

Link copied to clipboard
val tags: List<Tag>? = null