Pivot Properties Args
data class PivotPropertiesArgs(val name: Output<String>? = null, val type: Output<Either<String, PivotTypeType>>? = null) : ConvertibleToJava<PivotPropertiesArgs>
Each pivot must contain a 'type' and 'name'.