Interface CfnTemplate.IFilterOperationSelectedFieldsConfigurationProperty
The configuration of selected fields in the CustomActionFilterOperation
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFilterOperationSelectedFieldsConfigurationProperty
Syntax (vb)
Public Interface IFilterOperationSelectedFieldsConfigurationProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.AWS.QuickSight;
var filterOperationSelectedFieldsConfigurationProperty = new FilterOperationSelectedFieldsConfigurationProperty {
SelectedColumns = new [] { new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
} },
SelectedFieldOptions = "selectedFieldOptions",
SelectedFields = new [] { "selectedFields" }
};
Synopsis
Properties
Selected |
The selected columns of a dataset. |
Selected |
A structure that contains the options that choose which fields are filtered in the |
Selected |
Chooses the fields that are filtered in |
Properties
SelectedColumns
The selected columns of a dataset.
virtual object SelectedColumns { get; }
Property Value
System.
Remarks
SelectedFieldOptions
A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation
.
virtual string SelectedFieldOptions { get; }
Property Value
System.
Remarks
SelectedFields
Chooses the fields that are filtered in CustomActionFilterOperation
.
virtual string[] SelectedFields { get; }
Property Value
System.