IdNamespaceAssociationArgs

data class IdNamespaceAssociationArgs(val description: Output<String>? = null, val idMappingConfig: Output<IdNamespaceAssociationIdMappingConfigArgs>? = null, val inputReferenceConfig: Output<IdNamespaceAssociationInputReferenceConfigArgs>? = null, val membershipIdentifier: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<IdNamespaceAssociationArgs>

Represents an association between an ID namespace and a collaboration

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, idMappingConfig: Output<IdNamespaceAssociationIdMappingConfigArgs>? = null, inputReferenceConfig: Output<IdNamespaceAssociationInputReferenceConfigArgs>? = null, membershipIdentifier: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<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

The input reference configuration for the ID namespace association.

Link copied to clipboard
val membershipIdentifier: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name of this ID namespace association.

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

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Functions

Link copied to clipboard
open override fun toJava(): IdNamespaceAssociationArgs