Interface CfnDataSetPropsMixin.IUntagColumnOperationProperty
A transform operation that removes tags associated with a column.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IUntagColumnOperationProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IUntagColumnOperationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var untagColumnOperationProperty = new UntagColumnOperationProperty {
ColumnName = "columnName",
TagNames = new [] { "tagNames" }
};
Synopsis
Properties
| ColumnName | The column that this operation acts on. |
| TagNames | The column tags to remove from this column. |
Properties
ColumnName
The column that this operation acts on.
string? ColumnName { get; }
Property Value
Remarks
TagNames
The column tags to remove from this column.
string[]? TagNames { get; }
Property Value
string[]