Get Id Mapping Table Result
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)
Properties
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
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
Link copied to clipboard
The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
Link copied to clipboard