RelationshipTypeMappingArgs

data class RelationshipTypeMappingArgs(val fieldMappings: Output<List<RelationshipTypeFieldMappingArgs>>) : ConvertibleToJava<RelationshipTypeMappingArgs>

Maps fields in Profile to their corresponding StrongIds in Related Profile.

Constructors

Link copied to clipboard
constructor(fieldMappings: Output<List<RelationshipTypeFieldMappingArgs>>)

Properties

Link copied to clipboard

Maps a profile property with the StrongId of related profile. This is an array to support StrongIds that are composite key as well.

Functions

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