Interface CfnAnalysis.SameSheetTargetVisualConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SameSheetTargetVisualConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SameSheetTargetVisualConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the same-sheet target visuals that you want to be filtered.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.*;
SameSheetTargetVisualConfigurationProperty sameSheetTargetVisualConfigurationProperty = SameSheetTargetVisualConfigurationProperty.builder()
.targetVisualOptions("targetVisualOptions")
.targetVisuals(List.of("targetVisuals"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.SameSheetTargetVisualConfigurationPropertystatic final classAn implementation forCfnAnalysis.SameSheetTargetVisualConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetVisualOptions
The options that choose the target visual in the same sheet.Valid values are defined as follows:
ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
- See Also:
-
getTargetVisuals
A list of the target visual IDs that are located in the same sheet of the analysis.- See Also:
-
builder
-