Show / Hide Table of Contents

Class CfnAnalysis.CustomActionFilterOperationProperty

The filter operation that filters data included in a visual or in an entire sheet.

Inheritance
System.Object
CfnAnalysis.CustomActionFilterOperationProperty
Implements
CfnAnalysis.ICustomActionFilterOperationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class CustomActionFilterOperationProperty : Object, CfnAnalysis.ICustomActionFilterOperationProperty
Syntax (vb)
Public Class CustomActionFilterOperationProperty
    Inherits Object
    Implements CfnAnalysis.ICustomActionFilterOperationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-customactionfilteroperation.html

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 customActionFilterOperationProperty = new CustomActionFilterOperationProperty {
    SelectedFieldsConfiguration = new FilterOperationSelectedFieldsConfigurationProperty {
        SelectedFieldOptions = "selectedFieldOptions",
        SelectedFields = new [] { "selectedFields" }
    },
    TargetVisualsConfiguration = new FilterOperationTargetVisualsConfigurationProperty {
        SameSheetTargetVisualConfiguration = new SameSheetTargetVisualConfigurationProperty {
            TargetVisualOptions = "targetVisualOptions",
            TargetVisuals = new [] { "targetVisuals" }
        }
    }
};

Synopsis

Constructors

CustomActionFilterOperationProperty()

Properties

SelectedFieldsConfiguration

The configuration that chooses the fields to be filtered.

TargetVisualsConfiguration

The configuration that chooses the target visuals to be filtered.

Constructors

CustomActionFilterOperationProperty()

public CustomActionFilterOperationProperty()

Properties

SelectedFieldsConfiguration

The configuration that chooses the fields to be filtered.

public object SelectedFieldsConfiguration { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-customactionfilteroperation.html#cfn-quicksight-analysis-customactionfilteroperation-selectedfieldsconfiguration

TargetVisualsConfiguration

The configuration that chooses the target visuals to be filtered.

public object TargetVisualsConfiguration { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-customactionfilteroperation.html#cfn-quicksight-analysis-customactionfilteroperation-targetvisualsconfiguration

Implements

CfnAnalysis.ICustomActionFilterOperationProperty
Back to top Generated by DocFX