GetIdMappingTableResult

data class GetIdMappingTableResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationIdentifier: String? = null, val description: String? = null, val idMappingTableIdentifier: String? = null, val inputReferenceProperties: IdMappingTableInputReferenceProperties? = null, val kmsKeyArn: String? = null, val membershipArn: 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, idMappingTableIdentifier: String? = null, inputReferenceProperties: IdMappingTableInputReferenceProperties? = null, kmsKeyArn: String? = null, membershipArn: 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 mapping table.

Link copied to clipboard

The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.

Link copied to clipboard

The unique identifier of the collaboration that contains this ID mapping table.

Link copied to clipboard
val description: String? = null

The description of the ID mapping table.

Link copied to clipboard

The unique identifier of the ID mapping table identifier that you want to retrieve.

Link copied to clipboard
val kmsKeyArn: String? = null

The Amazon Resource Name (ARN) of the AWS KMS key.

Link copied to clipboard
val membershipArn: String? = null

The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.

Link copied to clipboard
val tags: List<Tag>? = 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.