Class CfnAnalysisPropsMixin.CustomActionFilterOperationProperty
The filter operation that filters data included in a visual or in an entire sheet.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.CustomActionFilterOperationProperty : CfnAnalysisPropsMixin.ICustomActionFilterOperationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.CustomActionFilterOperationProperty Implements CfnAnalysisPropsMixin.ICustomActionFilterOperationProperty
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.CfnPropertyMixins.AWS.QuickSight;
var customActionFilterOperationProperty = new CustomActionFilterOperationProperty {
SelectedFieldsConfiguration = new FilterOperationSelectedFieldsConfigurationProperty {
SelectedColumns = new [] { new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
} },
SelectedFieldOptions = "selectedFieldOptions",
SelectedFields = new [] { "selectedFields" }
},
TargetVisualsConfiguration = new FilterOperationTargetVisualsConfigurationProperty {
SameSheetTargetVisualConfiguration = new SameSheetTargetVisualConfigurationProperty {
TargetVisualOptions = "targetVisualOptions",
TargetVisuals = new [] { "targetVisuals" }
}
}
};
Synopsis
Constructors
| CustomActionFilterOperationProperty() | The filter operation that filters data included in a visual or in an entire sheet. |
Properties
| SelectedFieldsConfiguration | The configuration that chooses the fields to be filtered. |
| TargetVisualsConfiguration | The configuration that chooses the target visuals to be filtered. |
Constructors
CustomActionFilterOperationProperty()
The filter operation that filters data included in a visual or in an entire sheet.
public CustomActionFilterOperationProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var customActionFilterOperationProperty = new CustomActionFilterOperationProperty {
SelectedFieldsConfiguration = new FilterOperationSelectedFieldsConfigurationProperty {
SelectedColumns = new [] { new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
} },
SelectedFieldOptions = "selectedFieldOptions",
SelectedFields = new [] { "selectedFields" }
},
TargetVisualsConfiguration = new FilterOperationTargetVisualsConfigurationProperty {
SameSheetTargetVisualConfiguration = new SameSheetTargetVisualConfigurationProperty {
TargetVisualOptions = "targetVisualOptions",
TargetVisuals = new [] { "targetVisuals" }
}
}
};
Properties
SelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
public object? SelectedFieldsConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IFilterOperationSelectedFieldsConfigurationProperty
TargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
public object? TargetVisualsConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IFilterOperationTargetVisualsConfigurationProperty