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'.
Constructors
Link copied to clipboard
                fun PivotPropertiesArgs(name: Output<String>? = null, type: Output<Either<String, PivotTypeType>>? = null)