Interface CfnDataSet.UntagColumnOperationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSet.UntagColumnOperationProperty.Jsii$Proxy
Enclosing class:
CfnDataSet

@Stability(Stable) public static interface CfnDataSet.UntagColumnOperationProperty extends software.amazon.jsii.JsiiSerializable
A transform operation that removes tags associated with a column.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 UntagColumnOperationProperty untagColumnOperationProperty = UntagColumnOperationProperty.builder()
         .columnName("columnName")
         .tagNames(List.of("tagNames"))
         .build();
 

See Also: