aws-cdk-lib 2.155.0__py3-none-any.whl → 2.157.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +28 -24
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.155.0.jsii.tgz → aws-cdk-lib@2.157.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +10 -75
- aws_cdk/aws_amplify/__init__.py +106 -0
- aws_cdk/aws_apigatewayv2/__init__.py +81 -13
- aws_cdk/aws_appintegrations/__init__.py +14 -14
- aws_cdk/aws_applicationsignals/__init__.py +750 -1
- aws_cdk/aws_appsync/__init__.py +50 -18
- aws_cdk/aws_autoscaling/__init__.py +6 -6
- aws_cdk/aws_backup/__init__.py +39 -0
- aws_cdk/aws_batch/__init__.py +41 -0
- aws_cdk/aws_bedrock/__init__.py +1528 -91
- aws_cdk/aws_chatbot/__init__.py +6 -6
- aws_cdk/aws_cloudformation/__init__.py +22 -22
- aws_cdk/aws_cloudfront/__init__.py +650 -57
- aws_cdk/aws_cloudfront/experimental/__init__.py +30 -3
- aws_cdk/aws_cloudfront_origins/__init__.py +2034 -91
- aws_cdk/aws_codebuild/__init__.py +1 -1
- aws_cdk/aws_datasync/__init__.py +40 -29
- aws_cdk/aws_docdb/__init__.py +78 -6
- aws_cdk/aws_ec2/__init__.py +397 -75
- aws_cdk/aws_ecs/__init__.py +271 -101
- aws_cdk/aws_ecs_patterns/__init__.py +129 -11
- aws_cdk/aws_eks/__init__.py +40 -4
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +26 -50
- aws_cdk/aws_entityresolution/__init__.py +117 -4
- aws_cdk/aws_events/__init__.py +40 -14
- aws_cdk/aws_events_targets/__init__.py +357 -0
- aws_cdk/aws_glue/__init__.py +0 -8
- aws_cdk/aws_groundstation/__init__.py +27 -16
- aws_cdk/aws_guardduty/__init__.py +26 -14
- aws_cdk/aws_iam/__init__.py +7 -8
- aws_cdk/aws_iotfleetwise/__init__.py +108 -0
- aws_cdk/aws_kms/__init__.py +53 -10
- aws_cdk/aws_lambda/__init__.py +147 -17
- aws_cdk/aws_lambda_nodejs/__init__.py +30 -3
- aws_cdk/aws_macie/__init__.py +4 -4
- aws_cdk/aws_medialive/__init__.py +348 -0
- aws_cdk/aws_mediapackagev2/__init__.py +38 -38
- aws_cdk/aws_neptune/__init__.py +14 -8
- aws_cdk/aws_opensearchservice/__init__.py +194 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +884 -0
- aws_cdk/aws_personalize/__init__.py +2 -2
- aws_cdk/aws_pipes/__init__.py +22 -22
- aws_cdk/aws_qbusiness/__init__.py +675 -6
- aws_cdk/aws_quicksight/__init__.py +3285 -0
- aws_cdk/aws_rds/__init__.py +24 -0
- aws_cdk/aws_s3/__init__.py +13 -14
- aws_cdk/aws_sagemaker/__init__.py +1167 -0
- aws_cdk/aws_secretsmanager/__init__.py +2 -3
- aws_cdk/aws_securityhub/__init__.py +108 -103
- aws_cdk/aws_ses/__init__.py +31 -0
- aws_cdk/aws_sns/__init__.py +19 -13
- aws_cdk/aws_ssm/__init__.py +10 -6
- aws_cdk/aws_ssmquicksetup/__init__.py +967 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +106 -45
- aws_cdk/aws_synthetics/__init__.py +13 -0
- aws_cdk/cx_api/__init__.py +16 -0
- aws_cdk/triggers/__init__.py +30 -3
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/RECORD +66 -64
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.155.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/top_level.txt +0 -0
|
@@ -6777,6 +6777,328 @@ class CfnAnalysis(
|
|
|
6777
6777
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
6778
6778
|
)
|
|
6779
6779
|
|
|
6780
|
+
@jsii.data_type(
|
|
6781
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.CategoryInnerFilterProperty",
|
|
6782
|
+
jsii_struct_bases=[],
|
|
6783
|
+
name_mapping={
|
|
6784
|
+
"column": "column",
|
|
6785
|
+
"configuration": "configuration",
|
|
6786
|
+
"default_filter_control_configuration": "defaultFilterControlConfiguration",
|
|
6787
|
+
},
|
|
6788
|
+
)
|
|
6789
|
+
class CategoryInnerFilterProperty:
|
|
6790
|
+
def __init__(
|
|
6791
|
+
self,
|
|
6792
|
+
*,
|
|
6793
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6794
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.CategoryFilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6795
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DefaultFilterControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6796
|
+
) -> None:
|
|
6797
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
6798
|
+
|
|
6799
|
+
:param column:
|
|
6800
|
+
:param configuration:
|
|
6801
|
+
:param default_filter_control_configuration:
|
|
6802
|
+
|
|
6803
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryinnerfilter.html
|
|
6804
|
+
:exampleMetadata: fixture=_generated
|
|
6805
|
+
|
|
6806
|
+
Example::
|
|
6807
|
+
|
|
6808
|
+
# The code below shows an example of how to instantiate this type.
|
|
6809
|
+
# The values are placeholders you should change.
|
|
6810
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
6811
|
+
|
|
6812
|
+
category_inner_filter_property = quicksight.CfnAnalysis.CategoryInnerFilterProperty(
|
|
6813
|
+
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
6814
|
+
column_name="columnName",
|
|
6815
|
+
data_set_identifier="dataSetIdentifier"
|
|
6816
|
+
),
|
|
6817
|
+
configuration=quicksight.CfnAnalysis.CategoryFilterConfigurationProperty(
|
|
6818
|
+
custom_filter_configuration=quicksight.CfnAnalysis.CustomFilterConfigurationProperty(
|
|
6819
|
+
match_operator="matchOperator",
|
|
6820
|
+
null_option="nullOption",
|
|
6821
|
+
|
|
6822
|
+
# the properties below are optional
|
|
6823
|
+
category_value="categoryValue",
|
|
6824
|
+
parameter_name="parameterName",
|
|
6825
|
+
select_all_options="selectAllOptions"
|
|
6826
|
+
),
|
|
6827
|
+
custom_filter_list_configuration=quicksight.CfnAnalysis.CustomFilterListConfigurationProperty(
|
|
6828
|
+
match_operator="matchOperator",
|
|
6829
|
+
null_option="nullOption",
|
|
6830
|
+
|
|
6831
|
+
# the properties below are optional
|
|
6832
|
+
category_values=["categoryValues"],
|
|
6833
|
+
select_all_options="selectAllOptions"
|
|
6834
|
+
),
|
|
6835
|
+
filter_list_configuration=quicksight.CfnAnalysis.FilterListConfigurationProperty(
|
|
6836
|
+
match_operator="matchOperator",
|
|
6837
|
+
|
|
6838
|
+
# the properties below are optional
|
|
6839
|
+
category_values=["categoryValues"],
|
|
6840
|
+
null_option="nullOption",
|
|
6841
|
+
select_all_options="selectAllOptions"
|
|
6842
|
+
)
|
|
6843
|
+
),
|
|
6844
|
+
|
|
6845
|
+
# the properties below are optional
|
|
6846
|
+
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
6847
|
+
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
6848
|
+
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
6849
|
+
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
6850
|
+
date_time_format="dateTimeFormat",
|
|
6851
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6852
|
+
info_icon_text="infoIconText",
|
|
6853
|
+
visibility="visibility"
|
|
6854
|
+
),
|
|
6855
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
6856
|
+
custom_label="customLabel",
|
|
6857
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
6858
|
+
font_color="fontColor",
|
|
6859
|
+
font_decoration="fontDecoration",
|
|
6860
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
6861
|
+
relative="relative"
|
|
6862
|
+
),
|
|
6863
|
+
font_style="fontStyle",
|
|
6864
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
6865
|
+
name="name"
|
|
6866
|
+
)
|
|
6867
|
+
),
|
|
6868
|
+
visibility="visibility"
|
|
6869
|
+
)
|
|
6870
|
+
),
|
|
6871
|
+
type="type"
|
|
6872
|
+
),
|
|
6873
|
+
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
6874
|
+
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
6875
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6876
|
+
info_icon_text="infoIconText",
|
|
6877
|
+
visibility="visibility"
|
|
6878
|
+
),
|
|
6879
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
6880
|
+
visibility="visibility"
|
|
6881
|
+
),
|
|
6882
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
6883
|
+
custom_label="customLabel",
|
|
6884
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
6885
|
+
font_color="fontColor",
|
|
6886
|
+
font_decoration="fontDecoration",
|
|
6887
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
6888
|
+
relative="relative"
|
|
6889
|
+
),
|
|
6890
|
+
font_style="fontStyle",
|
|
6891
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
6892
|
+
name="name"
|
|
6893
|
+
)
|
|
6894
|
+
),
|
|
6895
|
+
visibility="visibility"
|
|
6896
|
+
)
|
|
6897
|
+
),
|
|
6898
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
6899
|
+
values=["values"]
|
|
6900
|
+
),
|
|
6901
|
+
type="type"
|
|
6902
|
+
),
|
|
6903
|
+
default_list_options=quicksight.CfnAnalysis.DefaultFilterListControlOptionsProperty(
|
|
6904
|
+
display_options=quicksight.CfnAnalysis.ListControlDisplayOptionsProperty(
|
|
6905
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6906
|
+
info_icon_text="infoIconText",
|
|
6907
|
+
visibility="visibility"
|
|
6908
|
+
),
|
|
6909
|
+
search_options=quicksight.CfnAnalysis.ListControlSearchOptionsProperty(
|
|
6910
|
+
visibility="visibility"
|
|
6911
|
+
),
|
|
6912
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
6913
|
+
visibility="visibility"
|
|
6914
|
+
),
|
|
6915
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
6916
|
+
custom_label="customLabel",
|
|
6917
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
6918
|
+
font_color="fontColor",
|
|
6919
|
+
font_decoration="fontDecoration",
|
|
6920
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
6921
|
+
relative="relative"
|
|
6922
|
+
),
|
|
6923
|
+
font_style="fontStyle",
|
|
6924
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
6925
|
+
name="name"
|
|
6926
|
+
)
|
|
6927
|
+
),
|
|
6928
|
+
visibility="visibility"
|
|
6929
|
+
)
|
|
6930
|
+
),
|
|
6931
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
6932
|
+
values=["values"]
|
|
6933
|
+
),
|
|
6934
|
+
type="type"
|
|
6935
|
+
),
|
|
6936
|
+
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
6937
|
+
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
6938
|
+
date_time_format="dateTimeFormat",
|
|
6939
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6940
|
+
info_icon_text="infoIconText",
|
|
6941
|
+
visibility="visibility"
|
|
6942
|
+
),
|
|
6943
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
6944
|
+
custom_label="customLabel",
|
|
6945
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
6946
|
+
font_color="fontColor",
|
|
6947
|
+
font_decoration="fontDecoration",
|
|
6948
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
6949
|
+
relative="relative"
|
|
6950
|
+
),
|
|
6951
|
+
font_style="fontStyle",
|
|
6952
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
6953
|
+
name="name"
|
|
6954
|
+
)
|
|
6955
|
+
),
|
|
6956
|
+
visibility="visibility"
|
|
6957
|
+
)
|
|
6958
|
+
)
|
|
6959
|
+
),
|
|
6960
|
+
default_slider_options=quicksight.CfnAnalysis.DefaultSliderControlOptionsProperty(
|
|
6961
|
+
maximum_value=123,
|
|
6962
|
+
minimum_value=123,
|
|
6963
|
+
step_size=123,
|
|
6964
|
+
|
|
6965
|
+
# the properties below are optional
|
|
6966
|
+
display_options=quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty(
|
|
6967
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6968
|
+
info_icon_text="infoIconText",
|
|
6969
|
+
visibility="visibility"
|
|
6970
|
+
),
|
|
6971
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
6972
|
+
custom_label="customLabel",
|
|
6973
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
6974
|
+
font_color="fontColor",
|
|
6975
|
+
font_decoration="fontDecoration",
|
|
6976
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
6977
|
+
relative="relative"
|
|
6978
|
+
),
|
|
6979
|
+
font_style="fontStyle",
|
|
6980
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
6981
|
+
name="name"
|
|
6982
|
+
)
|
|
6983
|
+
),
|
|
6984
|
+
visibility="visibility"
|
|
6985
|
+
)
|
|
6986
|
+
),
|
|
6987
|
+
type="type"
|
|
6988
|
+
),
|
|
6989
|
+
default_text_area_options=quicksight.CfnAnalysis.DefaultTextAreaControlOptionsProperty(
|
|
6990
|
+
delimiter="delimiter",
|
|
6991
|
+
display_options=quicksight.CfnAnalysis.TextAreaControlDisplayOptionsProperty(
|
|
6992
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6993
|
+
info_icon_text="infoIconText",
|
|
6994
|
+
visibility="visibility"
|
|
6995
|
+
),
|
|
6996
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
6997
|
+
visibility="visibility"
|
|
6998
|
+
),
|
|
6999
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
7000
|
+
custom_label="customLabel",
|
|
7001
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
7002
|
+
font_color="fontColor",
|
|
7003
|
+
font_decoration="fontDecoration",
|
|
7004
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
7005
|
+
relative="relative"
|
|
7006
|
+
),
|
|
7007
|
+
font_style="fontStyle",
|
|
7008
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
7009
|
+
name="name"
|
|
7010
|
+
)
|
|
7011
|
+
),
|
|
7012
|
+
visibility="visibility"
|
|
7013
|
+
)
|
|
7014
|
+
)
|
|
7015
|
+
),
|
|
7016
|
+
default_text_field_options=quicksight.CfnAnalysis.DefaultTextFieldControlOptionsProperty(
|
|
7017
|
+
display_options=quicksight.CfnAnalysis.TextFieldControlDisplayOptionsProperty(
|
|
7018
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
7019
|
+
info_icon_text="infoIconText",
|
|
7020
|
+
visibility="visibility"
|
|
7021
|
+
),
|
|
7022
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
7023
|
+
visibility="visibility"
|
|
7024
|
+
),
|
|
7025
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
7026
|
+
custom_label="customLabel",
|
|
7027
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
7028
|
+
font_color="fontColor",
|
|
7029
|
+
font_decoration="fontDecoration",
|
|
7030
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
7031
|
+
relative="relative"
|
|
7032
|
+
),
|
|
7033
|
+
font_style="fontStyle",
|
|
7034
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
7035
|
+
name="name"
|
|
7036
|
+
)
|
|
7037
|
+
),
|
|
7038
|
+
visibility="visibility"
|
|
7039
|
+
)
|
|
7040
|
+
)
|
|
7041
|
+
)
|
|
7042
|
+
),
|
|
7043
|
+
title="title"
|
|
7044
|
+
)
|
|
7045
|
+
)
|
|
7046
|
+
'''
|
|
7047
|
+
if __debug__:
|
|
7048
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fa46e3dafba0f42142e194e9a84fc7c39c34b77252141686ed7953c4557ed2f0)
|
|
7049
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
7050
|
+
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
7051
|
+
check_type(argname="argument default_filter_control_configuration", value=default_filter_control_configuration, expected_type=type_hints["default_filter_control_configuration"])
|
|
7052
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
7053
|
+
"column": column,
|
|
7054
|
+
"configuration": configuration,
|
|
7055
|
+
}
|
|
7056
|
+
if default_filter_control_configuration is not None:
|
|
7057
|
+
self._values["default_filter_control_configuration"] = default_filter_control_configuration
|
|
7058
|
+
|
|
7059
|
+
@builtins.property
|
|
7060
|
+
def column(
|
|
7061
|
+
self,
|
|
7062
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ColumnIdentifierProperty"]:
|
|
7063
|
+
'''
|
|
7064
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryinnerfilter.html#cfn-quicksight-analysis-categoryinnerfilter-column
|
|
7065
|
+
'''
|
|
7066
|
+
result = self._values.get("column")
|
|
7067
|
+
assert result is not None, "Required property 'column' is missing"
|
|
7068
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ColumnIdentifierProperty"], result)
|
|
7069
|
+
|
|
7070
|
+
@builtins.property
|
|
7071
|
+
def configuration(
|
|
7072
|
+
self,
|
|
7073
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryFilterConfigurationProperty"]:
|
|
7074
|
+
'''
|
|
7075
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryinnerfilter.html#cfn-quicksight-analysis-categoryinnerfilter-configuration
|
|
7076
|
+
'''
|
|
7077
|
+
result = self._values.get("configuration")
|
|
7078
|
+
assert result is not None, "Required property 'configuration' is missing"
|
|
7079
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryFilterConfigurationProperty"], result)
|
|
7080
|
+
|
|
7081
|
+
@builtins.property
|
|
7082
|
+
def default_filter_control_configuration(
|
|
7083
|
+
self,
|
|
7084
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DefaultFilterControlConfigurationProperty"]]:
|
|
7085
|
+
'''
|
|
7086
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryinnerfilter.html#cfn-quicksight-analysis-categoryinnerfilter-defaultfiltercontrolconfiguration
|
|
7087
|
+
'''
|
|
7088
|
+
result = self._values.get("default_filter_control_configuration")
|
|
7089
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DefaultFilterControlConfigurationProperty"]], result)
|
|
7090
|
+
|
|
7091
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7092
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7093
|
+
|
|
7094
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7095
|
+
return not (rhs == self)
|
|
7096
|
+
|
|
7097
|
+
def __repr__(self) -> str:
|
|
7098
|
+
return "CategoryInnerFilterProperty(%s)" % ", ".join(
|
|
7099
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7100
|
+
)
|
|
7101
|
+
|
|
6780
7102
|
@jsii.data_type(
|
|
6781
7103
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.ChartAxisLabelOptionsProperty",
|
|
6782
7104
|
jsii_struct_bases=[],
|
|
@@ -7896,6 +8218,7 @@ class CfnAnalysis(
|
|
|
7896
8218
|
"column": "column",
|
|
7897
8219
|
"aggregation": "aggregation",
|
|
7898
8220
|
"label": "label",
|
|
8221
|
+
"tooltip_target": "tooltipTarget",
|
|
7899
8222
|
"visibility": "visibility",
|
|
7900
8223
|
},
|
|
7901
8224
|
)
|
|
@@ -7906,6 +8229,7 @@ class CfnAnalysis(
|
|
|
7906
8229
|
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
7907
8230
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.AggregationFunctionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7908
8231
|
label: typing.Optional[builtins.str] = None,
|
|
8232
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
7909
8233
|
visibility: typing.Optional[builtins.str] = None,
|
|
7910
8234
|
) -> None:
|
|
7911
8235
|
'''The tooltip item for the columns that are not part of a field well.
|
|
@@ -7913,6 +8237,7 @@ class CfnAnalysis(
|
|
|
7913
8237
|
:param column: The target column of the tooltip item.
|
|
7914
8238
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
7915
8239
|
:param label: The label of the tooltip item.
|
|
8240
|
+
:param tooltip_target:
|
|
7916
8241
|
:param visibility: The visibility of the tooltip item.
|
|
7917
8242
|
|
|
7918
8243
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-columntooltipitem.html
|
|
@@ -7946,6 +8271,7 @@ class CfnAnalysis(
|
|
|
7946
8271
|
)
|
|
7947
8272
|
),
|
|
7948
8273
|
label="label",
|
|
8274
|
+
tooltip_target="tooltipTarget",
|
|
7949
8275
|
visibility="visibility"
|
|
7950
8276
|
)
|
|
7951
8277
|
'''
|
|
@@ -7954,6 +8280,7 @@ class CfnAnalysis(
|
|
|
7954
8280
|
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
7955
8281
|
check_type(argname="argument aggregation", value=aggregation, expected_type=type_hints["aggregation"])
|
|
7956
8282
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
8283
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
7957
8284
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
7958
8285
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
7959
8286
|
"column": column,
|
|
@@ -7962,6 +8289,8 @@ class CfnAnalysis(
|
|
|
7962
8289
|
self._values["aggregation"] = aggregation
|
|
7963
8290
|
if label is not None:
|
|
7964
8291
|
self._values["label"] = label
|
|
8292
|
+
if tooltip_target is not None:
|
|
8293
|
+
self._values["tooltip_target"] = tooltip_target
|
|
7965
8294
|
if visibility is not None:
|
|
7966
8295
|
self._values["visibility"] = visibility
|
|
7967
8296
|
|
|
@@ -7997,6 +8326,14 @@ class CfnAnalysis(
|
|
|
7997
8326
|
result = self._values.get("label")
|
|
7998
8327
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
7999
8328
|
|
|
8329
|
+
@builtins.property
|
|
8330
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
8331
|
+
'''
|
|
8332
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-columntooltipitem.html#cfn-quicksight-analysis-columntooltipitem-tooltiptarget
|
|
8333
|
+
'''
|
|
8334
|
+
result = self._values.get("tooltip_target")
|
|
8335
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
8336
|
+
|
|
8000
8337
|
@builtins.property
|
|
8001
8338
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
8002
8339
|
'''The visibility of the tooltip item.
|
|
@@ -17628,6 +17965,7 @@ class CfnAnalysis(
|
|
|
17628
17965
|
)
|
|
17629
17966
|
),
|
|
17630
17967
|
label="label",
|
|
17968
|
+
tooltip_target="tooltipTarget",
|
|
17631
17969
|
visibility="visibility"
|
|
17632
17970
|
),
|
|
17633
17971
|
field_tooltip_item=quicksight.CfnAnalysis.FieldTooltipItemProperty(
|
|
@@ -17635,6 +17973,7 @@ class CfnAnalysis(
|
|
|
17635
17973
|
|
|
17636
17974
|
# the properties below are optional
|
|
17637
17975
|
label="label",
|
|
17976
|
+
tooltip_target="tooltipTarget",
|
|
17638
17977
|
visibility="visibility"
|
|
17639
17978
|
)
|
|
17640
17979
|
)],
|
|
@@ -18048,6 +18387,7 @@ class CfnAnalysis(
|
|
|
18048
18387
|
name_mapping={
|
|
18049
18388
|
"field_id": "fieldId",
|
|
18050
18389
|
"label": "label",
|
|
18390
|
+
"tooltip_target": "tooltipTarget",
|
|
18051
18391
|
"visibility": "visibility",
|
|
18052
18392
|
},
|
|
18053
18393
|
)
|
|
@@ -18057,12 +18397,14 @@ class CfnAnalysis(
|
|
|
18057
18397
|
*,
|
|
18058
18398
|
field_id: builtins.str,
|
|
18059
18399
|
label: typing.Optional[builtins.str] = None,
|
|
18400
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
18060
18401
|
visibility: typing.Optional[builtins.str] = None,
|
|
18061
18402
|
) -> None:
|
|
18062
18403
|
'''The tooltip item for the fields.
|
|
18063
18404
|
|
|
18064
18405
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
18065
18406
|
:param label: The label of the tooltip item.
|
|
18407
|
+
:param tooltip_target:
|
|
18066
18408
|
:param visibility: The visibility of the tooltip item.
|
|
18067
18409
|
|
|
18068
18410
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-fieldtooltipitem.html
|
|
@@ -18079,6 +18421,7 @@ class CfnAnalysis(
|
|
|
18079
18421
|
|
|
18080
18422
|
# the properties below are optional
|
|
18081
18423
|
label="label",
|
|
18424
|
+
tooltip_target="tooltipTarget",
|
|
18082
18425
|
visibility="visibility"
|
|
18083
18426
|
)
|
|
18084
18427
|
'''
|
|
@@ -18086,12 +18429,15 @@ class CfnAnalysis(
|
|
|
18086
18429
|
type_hints = typing.get_type_hints(_typecheckingstub__5c4bc4ebe959aca45b152955d00be66568532d3a9a70918e0b907c898d2525c0)
|
|
18087
18430
|
check_type(argname="argument field_id", value=field_id, expected_type=type_hints["field_id"])
|
|
18088
18431
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
18432
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
18089
18433
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
18090
18434
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
18091
18435
|
"field_id": field_id,
|
|
18092
18436
|
}
|
|
18093
18437
|
if label is not None:
|
|
18094
18438
|
self._values["label"] = label
|
|
18439
|
+
if tooltip_target is not None:
|
|
18440
|
+
self._values["tooltip_target"] = tooltip_target
|
|
18095
18441
|
if visibility is not None:
|
|
18096
18442
|
self._values["visibility"] = visibility
|
|
18097
18443
|
|
|
@@ -18114,6 +18460,14 @@ class CfnAnalysis(
|
|
|
18114
18460
|
result = self._values.get("label")
|
|
18115
18461
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
18116
18462
|
|
|
18463
|
+
@builtins.property
|
|
18464
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
18465
|
+
'''
|
|
18466
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-fieldtooltipitem.html#cfn-quicksight-analysis-fieldtooltipitem-tooltiptarget
|
|
18467
|
+
'''
|
|
18468
|
+
result = self._values.get("tooltip_target")
|
|
18469
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
18470
|
+
|
|
18117
18471
|
@builtins.property
|
|
18118
18472
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
18119
18473
|
'''The visibility of the tooltip item.
|
|
@@ -21407,6 +21761,7 @@ class CfnAnalysis(
|
|
|
21407
21761
|
jsii_struct_bases=[],
|
|
21408
21762
|
name_mapping={
|
|
21409
21763
|
"category_filter": "categoryFilter",
|
|
21764
|
+
"nested_filter": "nestedFilter",
|
|
21410
21765
|
"numeric_equality_filter": "numericEqualityFilter",
|
|
21411
21766
|
"numeric_range_filter": "numericRangeFilter",
|
|
21412
21767
|
"relative_dates_filter": "relativeDatesFilter",
|
|
@@ -21420,6 +21775,7 @@ class CfnAnalysis(
|
|
|
21420
21775
|
self,
|
|
21421
21776
|
*,
|
|
21422
21777
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.CategoryFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21778
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.NestedFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21423
21779
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.NumericEqualityFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21424
21780
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.NumericRangeFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21425
21781
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.RelativeDatesFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -21432,6 +21788,7 @@ class CfnAnalysis(
|
|
|
21432
21788
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
21433
21789
|
|
|
21434
21790
|
:param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
|
|
21791
|
+
:param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
21435
21792
|
:param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
|
|
21436
21793
|
:param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
|
|
21437
21794
|
:param relative_dates_filter: A ``RelativeDatesFilter`` filters date values that are relative to a given date.
|
|
@@ -21449,6 +21806,7 @@ class CfnAnalysis(
|
|
|
21449
21806
|
if __debug__:
|
|
21450
21807
|
type_hints = typing.get_type_hints(_typecheckingstub__e5ec3a86d99768a1b2bd1ed74da1da68c4fcdc98b71db0a76af4dd3d698e1d03)
|
|
21451
21808
|
check_type(argname="argument category_filter", value=category_filter, expected_type=type_hints["category_filter"])
|
|
21809
|
+
check_type(argname="argument nested_filter", value=nested_filter, expected_type=type_hints["nested_filter"])
|
|
21452
21810
|
check_type(argname="argument numeric_equality_filter", value=numeric_equality_filter, expected_type=type_hints["numeric_equality_filter"])
|
|
21453
21811
|
check_type(argname="argument numeric_range_filter", value=numeric_range_filter, expected_type=type_hints["numeric_range_filter"])
|
|
21454
21812
|
check_type(argname="argument relative_dates_filter", value=relative_dates_filter, expected_type=type_hints["relative_dates_filter"])
|
|
@@ -21458,6 +21816,8 @@ class CfnAnalysis(
|
|
|
21458
21816
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
21459
21817
|
if category_filter is not None:
|
|
21460
21818
|
self._values["category_filter"] = category_filter
|
|
21819
|
+
if nested_filter is not None:
|
|
21820
|
+
self._values["nested_filter"] = nested_filter
|
|
21461
21821
|
if numeric_equality_filter is not None:
|
|
21462
21822
|
self._values["numeric_equality_filter"] = numeric_equality_filter
|
|
21463
21823
|
if numeric_range_filter is not None:
|
|
@@ -21484,6 +21844,17 @@ class CfnAnalysis(
|
|
|
21484
21844
|
result = self._values.get("category_filter")
|
|
21485
21845
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryFilterProperty"]], result)
|
|
21486
21846
|
|
|
21847
|
+
@builtins.property
|
|
21848
|
+
def nested_filter(
|
|
21849
|
+
self,
|
|
21850
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.NestedFilterProperty"]]:
|
|
21851
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
21852
|
+
|
|
21853
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filter.html#cfn-quicksight-analysis-filter-nestedfilter
|
|
21854
|
+
'''
|
|
21855
|
+
result = self._values.get("nested_filter")
|
|
21856
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.NestedFilterProperty"]], result)
|
|
21857
|
+
|
|
21487
21858
|
@builtins.property
|
|
21488
21859
|
def numeric_equality_filter(
|
|
21489
21860
|
self,
|
|
@@ -30626,6 +30997,296 @@ class CfnAnalysis(
|
|
|
30626
30997
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
30627
30998
|
)
|
|
30628
30999
|
|
|
31000
|
+
@jsii.data_type(
|
|
31001
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.InnerFilterProperty",
|
|
31002
|
+
jsii_struct_bases=[],
|
|
31003
|
+
name_mapping={"category_inner_filter": "categoryInnerFilter"},
|
|
31004
|
+
)
|
|
31005
|
+
class InnerFilterProperty:
|
|
31006
|
+
def __init__(
|
|
31007
|
+
self,
|
|
31008
|
+
*,
|
|
31009
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.CategoryInnerFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
31010
|
+
) -> None:
|
|
31011
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
31012
|
+
|
|
31013
|
+
:param category_inner_filter: A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
31014
|
+
|
|
31015
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-innerfilter.html
|
|
31016
|
+
:exampleMetadata: fixture=_generated
|
|
31017
|
+
|
|
31018
|
+
Example::
|
|
31019
|
+
|
|
31020
|
+
# The code below shows an example of how to instantiate this type.
|
|
31021
|
+
# The values are placeholders you should change.
|
|
31022
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
31023
|
+
|
|
31024
|
+
inner_filter_property = quicksight.CfnAnalysis.InnerFilterProperty(
|
|
31025
|
+
category_inner_filter=quicksight.CfnAnalysis.CategoryInnerFilterProperty(
|
|
31026
|
+
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
31027
|
+
column_name="columnName",
|
|
31028
|
+
data_set_identifier="dataSetIdentifier"
|
|
31029
|
+
),
|
|
31030
|
+
configuration=quicksight.CfnAnalysis.CategoryFilterConfigurationProperty(
|
|
31031
|
+
custom_filter_configuration=quicksight.CfnAnalysis.CustomFilterConfigurationProperty(
|
|
31032
|
+
match_operator="matchOperator",
|
|
31033
|
+
null_option="nullOption",
|
|
31034
|
+
|
|
31035
|
+
# the properties below are optional
|
|
31036
|
+
category_value="categoryValue",
|
|
31037
|
+
parameter_name="parameterName",
|
|
31038
|
+
select_all_options="selectAllOptions"
|
|
31039
|
+
),
|
|
31040
|
+
custom_filter_list_configuration=quicksight.CfnAnalysis.CustomFilterListConfigurationProperty(
|
|
31041
|
+
match_operator="matchOperator",
|
|
31042
|
+
null_option="nullOption",
|
|
31043
|
+
|
|
31044
|
+
# the properties below are optional
|
|
31045
|
+
category_values=["categoryValues"],
|
|
31046
|
+
select_all_options="selectAllOptions"
|
|
31047
|
+
),
|
|
31048
|
+
filter_list_configuration=quicksight.CfnAnalysis.FilterListConfigurationProperty(
|
|
31049
|
+
match_operator="matchOperator",
|
|
31050
|
+
|
|
31051
|
+
# the properties below are optional
|
|
31052
|
+
category_values=["categoryValues"],
|
|
31053
|
+
null_option="nullOption",
|
|
31054
|
+
select_all_options="selectAllOptions"
|
|
31055
|
+
)
|
|
31056
|
+
),
|
|
31057
|
+
|
|
31058
|
+
# the properties below are optional
|
|
31059
|
+
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
31060
|
+
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
31061
|
+
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
31062
|
+
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
31063
|
+
date_time_format="dateTimeFormat",
|
|
31064
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31065
|
+
info_icon_text="infoIconText",
|
|
31066
|
+
visibility="visibility"
|
|
31067
|
+
),
|
|
31068
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31069
|
+
custom_label="customLabel",
|
|
31070
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31071
|
+
font_color="fontColor",
|
|
31072
|
+
font_decoration="fontDecoration",
|
|
31073
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31074
|
+
relative="relative"
|
|
31075
|
+
),
|
|
31076
|
+
font_style="fontStyle",
|
|
31077
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31078
|
+
name="name"
|
|
31079
|
+
)
|
|
31080
|
+
),
|
|
31081
|
+
visibility="visibility"
|
|
31082
|
+
)
|
|
31083
|
+
),
|
|
31084
|
+
type="type"
|
|
31085
|
+
),
|
|
31086
|
+
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
31087
|
+
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
31088
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31089
|
+
info_icon_text="infoIconText",
|
|
31090
|
+
visibility="visibility"
|
|
31091
|
+
),
|
|
31092
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
31093
|
+
visibility="visibility"
|
|
31094
|
+
),
|
|
31095
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31096
|
+
custom_label="customLabel",
|
|
31097
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31098
|
+
font_color="fontColor",
|
|
31099
|
+
font_decoration="fontDecoration",
|
|
31100
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31101
|
+
relative="relative"
|
|
31102
|
+
),
|
|
31103
|
+
font_style="fontStyle",
|
|
31104
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31105
|
+
name="name"
|
|
31106
|
+
)
|
|
31107
|
+
),
|
|
31108
|
+
visibility="visibility"
|
|
31109
|
+
)
|
|
31110
|
+
),
|
|
31111
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
31112
|
+
values=["values"]
|
|
31113
|
+
),
|
|
31114
|
+
type="type"
|
|
31115
|
+
),
|
|
31116
|
+
default_list_options=quicksight.CfnAnalysis.DefaultFilterListControlOptionsProperty(
|
|
31117
|
+
display_options=quicksight.CfnAnalysis.ListControlDisplayOptionsProperty(
|
|
31118
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31119
|
+
info_icon_text="infoIconText",
|
|
31120
|
+
visibility="visibility"
|
|
31121
|
+
),
|
|
31122
|
+
search_options=quicksight.CfnAnalysis.ListControlSearchOptionsProperty(
|
|
31123
|
+
visibility="visibility"
|
|
31124
|
+
),
|
|
31125
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
31126
|
+
visibility="visibility"
|
|
31127
|
+
),
|
|
31128
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31129
|
+
custom_label="customLabel",
|
|
31130
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31131
|
+
font_color="fontColor",
|
|
31132
|
+
font_decoration="fontDecoration",
|
|
31133
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31134
|
+
relative="relative"
|
|
31135
|
+
),
|
|
31136
|
+
font_style="fontStyle",
|
|
31137
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31138
|
+
name="name"
|
|
31139
|
+
)
|
|
31140
|
+
),
|
|
31141
|
+
visibility="visibility"
|
|
31142
|
+
)
|
|
31143
|
+
),
|
|
31144
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
31145
|
+
values=["values"]
|
|
31146
|
+
),
|
|
31147
|
+
type="type"
|
|
31148
|
+
),
|
|
31149
|
+
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
31150
|
+
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
31151
|
+
date_time_format="dateTimeFormat",
|
|
31152
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31153
|
+
info_icon_text="infoIconText",
|
|
31154
|
+
visibility="visibility"
|
|
31155
|
+
),
|
|
31156
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31157
|
+
custom_label="customLabel",
|
|
31158
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31159
|
+
font_color="fontColor",
|
|
31160
|
+
font_decoration="fontDecoration",
|
|
31161
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31162
|
+
relative="relative"
|
|
31163
|
+
),
|
|
31164
|
+
font_style="fontStyle",
|
|
31165
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31166
|
+
name="name"
|
|
31167
|
+
)
|
|
31168
|
+
),
|
|
31169
|
+
visibility="visibility"
|
|
31170
|
+
)
|
|
31171
|
+
)
|
|
31172
|
+
),
|
|
31173
|
+
default_slider_options=quicksight.CfnAnalysis.DefaultSliderControlOptionsProperty(
|
|
31174
|
+
maximum_value=123,
|
|
31175
|
+
minimum_value=123,
|
|
31176
|
+
step_size=123,
|
|
31177
|
+
|
|
31178
|
+
# the properties below are optional
|
|
31179
|
+
display_options=quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty(
|
|
31180
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31181
|
+
info_icon_text="infoIconText",
|
|
31182
|
+
visibility="visibility"
|
|
31183
|
+
),
|
|
31184
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31185
|
+
custom_label="customLabel",
|
|
31186
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31187
|
+
font_color="fontColor",
|
|
31188
|
+
font_decoration="fontDecoration",
|
|
31189
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31190
|
+
relative="relative"
|
|
31191
|
+
),
|
|
31192
|
+
font_style="fontStyle",
|
|
31193
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31194
|
+
name="name"
|
|
31195
|
+
)
|
|
31196
|
+
),
|
|
31197
|
+
visibility="visibility"
|
|
31198
|
+
)
|
|
31199
|
+
),
|
|
31200
|
+
type="type"
|
|
31201
|
+
),
|
|
31202
|
+
default_text_area_options=quicksight.CfnAnalysis.DefaultTextAreaControlOptionsProperty(
|
|
31203
|
+
delimiter="delimiter",
|
|
31204
|
+
display_options=quicksight.CfnAnalysis.TextAreaControlDisplayOptionsProperty(
|
|
31205
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31206
|
+
info_icon_text="infoIconText",
|
|
31207
|
+
visibility="visibility"
|
|
31208
|
+
),
|
|
31209
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
31210
|
+
visibility="visibility"
|
|
31211
|
+
),
|
|
31212
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31213
|
+
custom_label="customLabel",
|
|
31214
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31215
|
+
font_color="fontColor",
|
|
31216
|
+
font_decoration="fontDecoration",
|
|
31217
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31218
|
+
relative="relative"
|
|
31219
|
+
),
|
|
31220
|
+
font_style="fontStyle",
|
|
31221
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31222
|
+
name="name"
|
|
31223
|
+
)
|
|
31224
|
+
),
|
|
31225
|
+
visibility="visibility"
|
|
31226
|
+
)
|
|
31227
|
+
)
|
|
31228
|
+
),
|
|
31229
|
+
default_text_field_options=quicksight.CfnAnalysis.DefaultTextFieldControlOptionsProperty(
|
|
31230
|
+
display_options=quicksight.CfnAnalysis.TextFieldControlDisplayOptionsProperty(
|
|
31231
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31232
|
+
info_icon_text="infoIconText",
|
|
31233
|
+
visibility="visibility"
|
|
31234
|
+
),
|
|
31235
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
31236
|
+
visibility="visibility"
|
|
31237
|
+
),
|
|
31238
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
31239
|
+
custom_label="customLabel",
|
|
31240
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
31241
|
+
font_color="fontColor",
|
|
31242
|
+
font_decoration="fontDecoration",
|
|
31243
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
31244
|
+
relative="relative"
|
|
31245
|
+
),
|
|
31246
|
+
font_style="fontStyle",
|
|
31247
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
31248
|
+
name="name"
|
|
31249
|
+
)
|
|
31250
|
+
),
|
|
31251
|
+
visibility="visibility"
|
|
31252
|
+
)
|
|
31253
|
+
)
|
|
31254
|
+
)
|
|
31255
|
+
),
|
|
31256
|
+
title="title"
|
|
31257
|
+
)
|
|
31258
|
+
)
|
|
31259
|
+
)
|
|
31260
|
+
'''
|
|
31261
|
+
if __debug__:
|
|
31262
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc5060636ef3dbe067ef80d3eae558c398f1ebbfd3b4ec8d36c64c3504f26ef5)
|
|
31263
|
+
check_type(argname="argument category_inner_filter", value=category_inner_filter, expected_type=type_hints["category_inner_filter"])
|
|
31264
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
31265
|
+
if category_inner_filter is not None:
|
|
31266
|
+
self._values["category_inner_filter"] = category_inner_filter
|
|
31267
|
+
|
|
31268
|
+
@builtins.property
|
|
31269
|
+
def category_inner_filter(
|
|
31270
|
+
self,
|
|
31271
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryInnerFilterProperty"]]:
|
|
31272
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
31273
|
+
|
|
31274
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-innerfilter.html#cfn-quicksight-analysis-innerfilter-categoryinnerfilter
|
|
31275
|
+
'''
|
|
31276
|
+
result = self._values.get("category_inner_filter")
|
|
31277
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryInnerFilterProperty"]], result)
|
|
31278
|
+
|
|
31279
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
31280
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
31281
|
+
|
|
31282
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
31283
|
+
return not (rhs == self)
|
|
31284
|
+
|
|
31285
|
+
def __repr__(self) -> str:
|
|
31286
|
+
return "InnerFilterProperty(%s)" % ", ".join(
|
|
31287
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
31288
|
+
)
|
|
31289
|
+
|
|
30629
31290
|
@jsii.data_type(
|
|
30630
31291
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.InsightConfigurationProperty",
|
|
30631
31292
|
jsii_struct_bases=[],
|
|
@@ -34118,6 +34779,7 @@ class CfnAnalysis(
|
|
|
34118
34779
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
34119
34780
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
34120
34781
|
"series": "series",
|
|
34782
|
+
"single_axis_options": "singleAxisOptions",
|
|
34121
34783
|
"small_multiples_options": "smallMultiplesOptions",
|
|
34122
34784
|
"sort_configuration": "sortConfiguration",
|
|
34123
34785
|
"tooltip": "tooltip",
|
|
@@ -34143,6 +34805,7 @@ class CfnAnalysis(
|
|
|
34143
34805
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.LineSeriesAxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34144
34806
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34145
34807
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.SeriesItemProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
34808
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34146
34809
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.SmallMultiplesOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34147
34810
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.LineChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34148
34811
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -34165,6 +34828,7 @@ class CfnAnalysis(
|
|
|
34165
34828
|
:param secondary_y_axis_display_options: The series axis configuration of a line chart.
|
|
34166
34829
|
:param secondary_y_axis_label_options: The options that determine the presentation of the secondary y-axis label.
|
|
34167
34830
|
:param series: The series item configuration of a line chart.
|
|
34831
|
+
:param single_axis_options:
|
|
34168
34832
|
:param small_multiples_options: The small multiples setup for the visual.
|
|
34169
34833
|
:param sort_configuration: The sort configuration of a line chart.
|
|
34170
34834
|
:param tooltip: The tooltip configuration of a line chart.
|
|
@@ -34194,6 +34858,7 @@ class CfnAnalysis(
|
|
|
34194
34858
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
34195
34859
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
34196
34860
|
check_type(argname="argument series", value=series, expected_type=type_hints["series"])
|
|
34861
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
34197
34862
|
check_type(argname="argument small_multiples_options", value=small_multiples_options, expected_type=type_hints["small_multiples_options"])
|
|
34198
34863
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
34199
34864
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
@@ -34226,6 +34891,8 @@ class CfnAnalysis(
|
|
|
34226
34891
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
34227
34892
|
if series is not None:
|
|
34228
34893
|
self._values["series"] = series
|
|
34894
|
+
if single_axis_options is not None:
|
|
34895
|
+
self._values["single_axis_options"] = single_axis_options
|
|
34229
34896
|
if small_multiples_options is not None:
|
|
34230
34897
|
self._values["small_multiples_options"] = small_multiples_options
|
|
34231
34898
|
if sort_configuration is not None:
|
|
@@ -34373,6 +35040,16 @@ class CfnAnalysis(
|
|
|
34373
35040
|
result = self._values.get("series")
|
|
34374
35041
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SeriesItemProperty"]]]], result)
|
|
34375
35042
|
|
|
35043
|
+
@builtins.property
|
|
35044
|
+
def single_axis_options(
|
|
35045
|
+
self,
|
|
35046
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SingleAxisOptionsProperty"]]:
|
|
35047
|
+
'''
|
|
35048
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartconfiguration.html#cfn-quicksight-analysis-linechartconfiguration-singleaxisoptions
|
|
35049
|
+
'''
|
|
35050
|
+
result = self._values.get("single_axis_options")
|
|
35051
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SingleAxisOptionsProperty"]], result)
|
|
35052
|
+
|
|
34376
35053
|
@builtins.property
|
|
34377
35054
|
def small_multiples_options(
|
|
34378
35055
|
self,
|
|
@@ -37191,6 +37868,358 @@ class CfnAnalysis(
|
|
|
37191
37868
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
37192
37869
|
)
|
|
37193
37870
|
|
|
37871
|
+
@jsii.data_type(
|
|
37872
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.NestedFilterProperty",
|
|
37873
|
+
jsii_struct_bases=[],
|
|
37874
|
+
name_mapping={
|
|
37875
|
+
"column": "column",
|
|
37876
|
+
"filter_id": "filterId",
|
|
37877
|
+
"include_inner_set": "includeInnerSet",
|
|
37878
|
+
"inner_filter": "innerFilter",
|
|
37879
|
+
},
|
|
37880
|
+
)
|
|
37881
|
+
class NestedFilterProperty:
|
|
37882
|
+
def __init__(
|
|
37883
|
+
self,
|
|
37884
|
+
*,
|
|
37885
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
37886
|
+
filter_id: builtins.str,
|
|
37887
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
37888
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.InnerFilterProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
37889
|
+
) -> None:
|
|
37890
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
37891
|
+
|
|
37892
|
+
:param column: The column that the filter is applied to.
|
|
37893
|
+
:param filter_id: An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
37894
|
+
:param include_inner_set: A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter. Default: - false
|
|
37895
|
+
:param inner_filter: The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
37896
|
+
|
|
37897
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-nestedfilter.html
|
|
37898
|
+
:exampleMetadata: fixture=_generated
|
|
37899
|
+
|
|
37900
|
+
Example::
|
|
37901
|
+
|
|
37902
|
+
# The code below shows an example of how to instantiate this type.
|
|
37903
|
+
# The values are placeholders you should change.
|
|
37904
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
37905
|
+
|
|
37906
|
+
nested_filter_property = quicksight.CfnAnalysis.NestedFilterProperty(
|
|
37907
|
+
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
37908
|
+
column_name="columnName",
|
|
37909
|
+
data_set_identifier="dataSetIdentifier"
|
|
37910
|
+
),
|
|
37911
|
+
filter_id="filterId",
|
|
37912
|
+
include_inner_set=False,
|
|
37913
|
+
inner_filter=quicksight.CfnAnalysis.InnerFilterProperty(
|
|
37914
|
+
category_inner_filter=quicksight.CfnAnalysis.CategoryInnerFilterProperty(
|
|
37915
|
+
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
37916
|
+
column_name="columnName",
|
|
37917
|
+
data_set_identifier="dataSetIdentifier"
|
|
37918
|
+
),
|
|
37919
|
+
configuration=quicksight.CfnAnalysis.CategoryFilterConfigurationProperty(
|
|
37920
|
+
custom_filter_configuration=quicksight.CfnAnalysis.CustomFilterConfigurationProperty(
|
|
37921
|
+
match_operator="matchOperator",
|
|
37922
|
+
null_option="nullOption",
|
|
37923
|
+
|
|
37924
|
+
# the properties below are optional
|
|
37925
|
+
category_value="categoryValue",
|
|
37926
|
+
parameter_name="parameterName",
|
|
37927
|
+
select_all_options="selectAllOptions"
|
|
37928
|
+
),
|
|
37929
|
+
custom_filter_list_configuration=quicksight.CfnAnalysis.CustomFilterListConfigurationProperty(
|
|
37930
|
+
match_operator="matchOperator",
|
|
37931
|
+
null_option="nullOption",
|
|
37932
|
+
|
|
37933
|
+
# the properties below are optional
|
|
37934
|
+
category_values=["categoryValues"],
|
|
37935
|
+
select_all_options="selectAllOptions"
|
|
37936
|
+
),
|
|
37937
|
+
filter_list_configuration=quicksight.CfnAnalysis.FilterListConfigurationProperty(
|
|
37938
|
+
match_operator="matchOperator",
|
|
37939
|
+
|
|
37940
|
+
# the properties below are optional
|
|
37941
|
+
category_values=["categoryValues"],
|
|
37942
|
+
null_option="nullOption",
|
|
37943
|
+
select_all_options="selectAllOptions"
|
|
37944
|
+
)
|
|
37945
|
+
),
|
|
37946
|
+
|
|
37947
|
+
# the properties below are optional
|
|
37948
|
+
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
37949
|
+
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
37950
|
+
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
37951
|
+
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
37952
|
+
date_time_format="dateTimeFormat",
|
|
37953
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
37954
|
+
info_icon_text="infoIconText",
|
|
37955
|
+
visibility="visibility"
|
|
37956
|
+
),
|
|
37957
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
37958
|
+
custom_label="customLabel",
|
|
37959
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
37960
|
+
font_color="fontColor",
|
|
37961
|
+
font_decoration="fontDecoration",
|
|
37962
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
37963
|
+
relative="relative"
|
|
37964
|
+
),
|
|
37965
|
+
font_style="fontStyle",
|
|
37966
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
37967
|
+
name="name"
|
|
37968
|
+
)
|
|
37969
|
+
),
|
|
37970
|
+
visibility="visibility"
|
|
37971
|
+
)
|
|
37972
|
+
),
|
|
37973
|
+
type="type"
|
|
37974
|
+
),
|
|
37975
|
+
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
37976
|
+
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
37977
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
37978
|
+
info_icon_text="infoIconText",
|
|
37979
|
+
visibility="visibility"
|
|
37980
|
+
),
|
|
37981
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
37982
|
+
visibility="visibility"
|
|
37983
|
+
),
|
|
37984
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
37985
|
+
custom_label="customLabel",
|
|
37986
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
37987
|
+
font_color="fontColor",
|
|
37988
|
+
font_decoration="fontDecoration",
|
|
37989
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
37990
|
+
relative="relative"
|
|
37991
|
+
),
|
|
37992
|
+
font_style="fontStyle",
|
|
37993
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
37994
|
+
name="name"
|
|
37995
|
+
)
|
|
37996
|
+
),
|
|
37997
|
+
visibility="visibility"
|
|
37998
|
+
)
|
|
37999
|
+
),
|
|
38000
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
38001
|
+
values=["values"]
|
|
38002
|
+
),
|
|
38003
|
+
type="type"
|
|
38004
|
+
),
|
|
38005
|
+
default_list_options=quicksight.CfnAnalysis.DefaultFilterListControlOptionsProperty(
|
|
38006
|
+
display_options=quicksight.CfnAnalysis.ListControlDisplayOptionsProperty(
|
|
38007
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38008
|
+
info_icon_text="infoIconText",
|
|
38009
|
+
visibility="visibility"
|
|
38010
|
+
),
|
|
38011
|
+
search_options=quicksight.CfnAnalysis.ListControlSearchOptionsProperty(
|
|
38012
|
+
visibility="visibility"
|
|
38013
|
+
),
|
|
38014
|
+
select_all_options=quicksight.CfnAnalysis.ListControlSelectAllOptionsProperty(
|
|
38015
|
+
visibility="visibility"
|
|
38016
|
+
),
|
|
38017
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
38018
|
+
custom_label="customLabel",
|
|
38019
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
38020
|
+
font_color="fontColor",
|
|
38021
|
+
font_decoration="fontDecoration",
|
|
38022
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
38023
|
+
relative="relative"
|
|
38024
|
+
),
|
|
38025
|
+
font_style="fontStyle",
|
|
38026
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
38027
|
+
name="name"
|
|
38028
|
+
)
|
|
38029
|
+
),
|
|
38030
|
+
visibility="visibility"
|
|
38031
|
+
)
|
|
38032
|
+
),
|
|
38033
|
+
selectable_values=quicksight.CfnAnalysis.FilterSelectableValuesProperty(
|
|
38034
|
+
values=["values"]
|
|
38035
|
+
),
|
|
38036
|
+
type="type"
|
|
38037
|
+
),
|
|
38038
|
+
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
38039
|
+
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
38040
|
+
date_time_format="dateTimeFormat",
|
|
38041
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38042
|
+
info_icon_text="infoIconText",
|
|
38043
|
+
visibility="visibility"
|
|
38044
|
+
),
|
|
38045
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
38046
|
+
custom_label="customLabel",
|
|
38047
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
38048
|
+
font_color="fontColor",
|
|
38049
|
+
font_decoration="fontDecoration",
|
|
38050
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
38051
|
+
relative="relative"
|
|
38052
|
+
),
|
|
38053
|
+
font_style="fontStyle",
|
|
38054
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
38055
|
+
name="name"
|
|
38056
|
+
)
|
|
38057
|
+
),
|
|
38058
|
+
visibility="visibility"
|
|
38059
|
+
)
|
|
38060
|
+
)
|
|
38061
|
+
),
|
|
38062
|
+
default_slider_options=quicksight.CfnAnalysis.DefaultSliderControlOptionsProperty(
|
|
38063
|
+
maximum_value=123,
|
|
38064
|
+
minimum_value=123,
|
|
38065
|
+
step_size=123,
|
|
38066
|
+
|
|
38067
|
+
# the properties below are optional
|
|
38068
|
+
display_options=quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty(
|
|
38069
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38070
|
+
info_icon_text="infoIconText",
|
|
38071
|
+
visibility="visibility"
|
|
38072
|
+
),
|
|
38073
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
38074
|
+
custom_label="customLabel",
|
|
38075
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
38076
|
+
font_color="fontColor",
|
|
38077
|
+
font_decoration="fontDecoration",
|
|
38078
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
38079
|
+
relative="relative"
|
|
38080
|
+
),
|
|
38081
|
+
font_style="fontStyle",
|
|
38082
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
38083
|
+
name="name"
|
|
38084
|
+
)
|
|
38085
|
+
),
|
|
38086
|
+
visibility="visibility"
|
|
38087
|
+
)
|
|
38088
|
+
),
|
|
38089
|
+
type="type"
|
|
38090
|
+
),
|
|
38091
|
+
default_text_area_options=quicksight.CfnAnalysis.DefaultTextAreaControlOptionsProperty(
|
|
38092
|
+
delimiter="delimiter",
|
|
38093
|
+
display_options=quicksight.CfnAnalysis.TextAreaControlDisplayOptionsProperty(
|
|
38094
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38095
|
+
info_icon_text="infoIconText",
|
|
38096
|
+
visibility="visibility"
|
|
38097
|
+
),
|
|
38098
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
38099
|
+
visibility="visibility"
|
|
38100
|
+
),
|
|
38101
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
38102
|
+
custom_label="customLabel",
|
|
38103
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
38104
|
+
font_color="fontColor",
|
|
38105
|
+
font_decoration="fontDecoration",
|
|
38106
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
38107
|
+
relative="relative"
|
|
38108
|
+
),
|
|
38109
|
+
font_style="fontStyle",
|
|
38110
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
38111
|
+
name="name"
|
|
38112
|
+
)
|
|
38113
|
+
),
|
|
38114
|
+
visibility="visibility"
|
|
38115
|
+
)
|
|
38116
|
+
)
|
|
38117
|
+
),
|
|
38118
|
+
default_text_field_options=quicksight.CfnAnalysis.DefaultTextFieldControlOptionsProperty(
|
|
38119
|
+
display_options=quicksight.CfnAnalysis.TextFieldControlDisplayOptionsProperty(
|
|
38120
|
+
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38121
|
+
info_icon_text="infoIconText",
|
|
38122
|
+
visibility="visibility"
|
|
38123
|
+
),
|
|
38124
|
+
placeholder_options=quicksight.CfnAnalysis.TextControlPlaceholderOptionsProperty(
|
|
38125
|
+
visibility="visibility"
|
|
38126
|
+
),
|
|
38127
|
+
title_options=quicksight.CfnAnalysis.LabelOptionsProperty(
|
|
38128
|
+
custom_label="customLabel",
|
|
38129
|
+
font_configuration=quicksight.CfnAnalysis.FontConfigurationProperty(
|
|
38130
|
+
font_color="fontColor",
|
|
38131
|
+
font_decoration="fontDecoration",
|
|
38132
|
+
font_size=quicksight.CfnAnalysis.FontSizeProperty(
|
|
38133
|
+
relative="relative"
|
|
38134
|
+
),
|
|
38135
|
+
font_style="fontStyle",
|
|
38136
|
+
font_weight=quicksight.CfnAnalysis.FontWeightProperty(
|
|
38137
|
+
name="name"
|
|
38138
|
+
)
|
|
38139
|
+
),
|
|
38140
|
+
visibility="visibility"
|
|
38141
|
+
)
|
|
38142
|
+
)
|
|
38143
|
+
)
|
|
38144
|
+
),
|
|
38145
|
+
title="title"
|
|
38146
|
+
)
|
|
38147
|
+
)
|
|
38148
|
+
)
|
|
38149
|
+
)
|
|
38150
|
+
'''
|
|
38151
|
+
if __debug__:
|
|
38152
|
+
type_hints = typing.get_type_hints(_typecheckingstub__231f8447788ff52722472babe53409ac7cf66d08964f47f15db58d88c09d9619)
|
|
38153
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
38154
|
+
check_type(argname="argument filter_id", value=filter_id, expected_type=type_hints["filter_id"])
|
|
38155
|
+
check_type(argname="argument include_inner_set", value=include_inner_set, expected_type=type_hints["include_inner_set"])
|
|
38156
|
+
check_type(argname="argument inner_filter", value=inner_filter, expected_type=type_hints["inner_filter"])
|
|
38157
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
38158
|
+
"column": column,
|
|
38159
|
+
"filter_id": filter_id,
|
|
38160
|
+
"include_inner_set": include_inner_set,
|
|
38161
|
+
"inner_filter": inner_filter,
|
|
38162
|
+
}
|
|
38163
|
+
|
|
38164
|
+
@builtins.property
|
|
38165
|
+
def column(
|
|
38166
|
+
self,
|
|
38167
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ColumnIdentifierProperty"]:
|
|
38168
|
+
'''The column that the filter is applied to.
|
|
38169
|
+
|
|
38170
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-nestedfilter.html#cfn-quicksight-analysis-nestedfilter-column
|
|
38171
|
+
'''
|
|
38172
|
+
result = self._values.get("column")
|
|
38173
|
+
assert result is not None, "Required property 'column' is missing"
|
|
38174
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ColumnIdentifierProperty"], result)
|
|
38175
|
+
|
|
38176
|
+
@builtins.property
|
|
38177
|
+
def filter_id(self) -> builtins.str:
|
|
38178
|
+
'''An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
38179
|
+
|
|
38180
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-nestedfilter.html#cfn-quicksight-analysis-nestedfilter-filterid
|
|
38181
|
+
'''
|
|
38182
|
+
result = self._values.get("filter_id")
|
|
38183
|
+
assert result is not None, "Required property 'filter_id' is missing"
|
|
38184
|
+
return typing.cast(builtins.str, result)
|
|
38185
|
+
|
|
38186
|
+
@builtins.property
|
|
38187
|
+
def include_inner_set(
|
|
38188
|
+
self,
|
|
38189
|
+
) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
38190
|
+
'''A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
|
|
38191
|
+
|
|
38192
|
+
:default: - false
|
|
38193
|
+
|
|
38194
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-nestedfilter.html#cfn-quicksight-analysis-nestedfilter-includeinnerset
|
|
38195
|
+
'''
|
|
38196
|
+
result = self._values.get("include_inner_set")
|
|
38197
|
+
assert result is not None, "Required property 'include_inner_set' is missing"
|
|
38198
|
+
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
|
|
38199
|
+
|
|
38200
|
+
@builtins.property
|
|
38201
|
+
def inner_filter(
|
|
38202
|
+
self,
|
|
38203
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.InnerFilterProperty"]:
|
|
38204
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
38205
|
+
|
|
38206
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-nestedfilter.html#cfn-quicksight-analysis-nestedfilter-innerfilter
|
|
38207
|
+
'''
|
|
38208
|
+
result = self._values.get("inner_filter")
|
|
38209
|
+
assert result is not None, "Required property 'inner_filter' is missing"
|
|
38210
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.InnerFilterProperty"], result)
|
|
38211
|
+
|
|
38212
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
38213
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
38214
|
+
|
|
38215
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
38216
|
+
return not (rhs == self)
|
|
38217
|
+
|
|
38218
|
+
def __repr__(self) -> str:
|
|
38219
|
+
return "NestedFilterProperty(%s)" % ", ".join(
|
|
38220
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
38221
|
+
)
|
|
38222
|
+
|
|
37194
38223
|
@jsii.data_type(
|
|
37195
38224
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.NullValueFormatConfigurationProperty",
|
|
37196
38225
|
jsii_struct_bases=[],
|
|
@@ -52920,6 +53949,38 @@ class CfnAnalysis(
|
|
|
52920
53949
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
52921
53950
|
)
|
|
52922
53951
|
|
|
53952
|
+
@jsii.data_type(
|
|
53953
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.SingleAxisOptionsProperty",
|
|
53954
|
+
jsii_struct_bases=[],
|
|
53955
|
+
name_mapping={},
|
|
53956
|
+
)
|
|
53957
|
+
class SingleAxisOptionsProperty:
|
|
53958
|
+
def __init__(self) -> None:
|
|
53959
|
+
'''
|
|
53960
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-singleaxisoptions.html
|
|
53961
|
+
:exampleMetadata: fixture=_generated
|
|
53962
|
+
|
|
53963
|
+
Example::
|
|
53964
|
+
|
|
53965
|
+
# The code below shows an example of how to instantiate this type.
|
|
53966
|
+
# The values are placeholders you should change.
|
|
53967
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
53968
|
+
|
|
53969
|
+
single_axis_options_property = quicksight.CfnAnalysis.SingleAxisOptionsProperty()
|
|
53970
|
+
'''
|
|
53971
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
53972
|
+
|
|
53973
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
53974
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
53975
|
+
|
|
53976
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
53977
|
+
return not (rhs == self)
|
|
53978
|
+
|
|
53979
|
+
def __repr__(self) -> str:
|
|
53980
|
+
return "SingleAxisOptionsProperty(%s)" % ", ".join(
|
|
53981
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
53982
|
+
)
|
|
53983
|
+
|
|
52923
53984
|
@jsii.data_type(
|
|
52924
53985
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty",
|
|
52925
53986
|
jsii_struct_bases=[],
|
|
@@ -59683,6 +60744,7 @@ class CfnAnalysis(
|
|
|
59683
60744
|
)
|
|
59684
60745
|
),
|
|
59685
60746
|
label="label",
|
|
60747
|
+
tooltip_target="tooltipTarget",
|
|
59686
60748
|
visibility="visibility"
|
|
59687
60749
|
),
|
|
59688
60750
|
field_tooltip_item=quicksight.CfnAnalysis.FieldTooltipItemProperty(
|
|
@@ -59690,6 +60752,7 @@ class CfnAnalysis(
|
|
|
59690
60752
|
|
|
59691
60753
|
# the properties below are optional
|
|
59692
60754
|
label="label",
|
|
60755
|
+
tooltip_target="tooltipTarget",
|
|
59693
60756
|
visibility="visibility"
|
|
59694
60757
|
)
|
|
59695
60758
|
)
|
|
@@ -59795,6 +60858,7 @@ class CfnAnalysis(
|
|
|
59795
60858
|
)
|
|
59796
60859
|
),
|
|
59797
60860
|
label="label",
|
|
60861
|
+
tooltip_target="tooltipTarget",
|
|
59798
60862
|
visibility="visibility"
|
|
59799
60863
|
),
|
|
59800
60864
|
field_tooltip_item=quicksight.CfnAnalysis.FieldTooltipItemProperty(
|
|
@@ -59802,6 +60866,7 @@ class CfnAnalysis(
|
|
|
59802
60866
|
|
|
59803
60867
|
# the properties below are optional
|
|
59804
60868
|
label="label",
|
|
60869
|
+
tooltip_target="tooltipTarget",
|
|
59805
60870
|
visibility="visibility"
|
|
59806
60871
|
)
|
|
59807
60872
|
)],
|
|
@@ -72985,6 +74050,328 @@ class CfnDashboard(
|
|
|
72985
74050
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
72986
74051
|
)
|
|
72987
74052
|
|
|
74053
|
+
@jsii.data_type(
|
|
74054
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.CategoryInnerFilterProperty",
|
|
74055
|
+
jsii_struct_bases=[],
|
|
74056
|
+
name_mapping={
|
|
74057
|
+
"column": "column",
|
|
74058
|
+
"configuration": "configuration",
|
|
74059
|
+
"default_filter_control_configuration": "defaultFilterControlConfiguration",
|
|
74060
|
+
},
|
|
74061
|
+
)
|
|
74062
|
+
class CategoryInnerFilterProperty:
|
|
74063
|
+
def __init__(
|
|
74064
|
+
self,
|
|
74065
|
+
*,
|
|
74066
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
74067
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.CategoryFilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
74068
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DefaultFilterControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
74069
|
+
) -> None:
|
|
74070
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
74071
|
+
|
|
74072
|
+
:param column:
|
|
74073
|
+
:param configuration:
|
|
74074
|
+
:param default_filter_control_configuration:
|
|
74075
|
+
|
|
74076
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryinnerfilter.html
|
|
74077
|
+
:exampleMetadata: fixture=_generated
|
|
74078
|
+
|
|
74079
|
+
Example::
|
|
74080
|
+
|
|
74081
|
+
# The code below shows an example of how to instantiate this type.
|
|
74082
|
+
# The values are placeholders you should change.
|
|
74083
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
74084
|
+
|
|
74085
|
+
category_inner_filter_property = quicksight.CfnDashboard.CategoryInnerFilterProperty(
|
|
74086
|
+
column=quicksight.CfnDashboard.ColumnIdentifierProperty(
|
|
74087
|
+
column_name="columnName",
|
|
74088
|
+
data_set_identifier="dataSetIdentifier"
|
|
74089
|
+
),
|
|
74090
|
+
configuration=quicksight.CfnDashboard.CategoryFilterConfigurationProperty(
|
|
74091
|
+
custom_filter_configuration=quicksight.CfnDashboard.CustomFilterConfigurationProperty(
|
|
74092
|
+
match_operator="matchOperator",
|
|
74093
|
+
null_option="nullOption",
|
|
74094
|
+
|
|
74095
|
+
# the properties below are optional
|
|
74096
|
+
category_value="categoryValue",
|
|
74097
|
+
parameter_name="parameterName",
|
|
74098
|
+
select_all_options="selectAllOptions"
|
|
74099
|
+
),
|
|
74100
|
+
custom_filter_list_configuration=quicksight.CfnDashboard.CustomFilterListConfigurationProperty(
|
|
74101
|
+
match_operator="matchOperator",
|
|
74102
|
+
null_option="nullOption",
|
|
74103
|
+
|
|
74104
|
+
# the properties below are optional
|
|
74105
|
+
category_values=["categoryValues"],
|
|
74106
|
+
select_all_options="selectAllOptions"
|
|
74107
|
+
),
|
|
74108
|
+
filter_list_configuration=quicksight.CfnDashboard.FilterListConfigurationProperty(
|
|
74109
|
+
match_operator="matchOperator",
|
|
74110
|
+
|
|
74111
|
+
# the properties below are optional
|
|
74112
|
+
category_values=["categoryValues"],
|
|
74113
|
+
null_option="nullOption",
|
|
74114
|
+
select_all_options="selectAllOptions"
|
|
74115
|
+
)
|
|
74116
|
+
),
|
|
74117
|
+
|
|
74118
|
+
# the properties below are optional
|
|
74119
|
+
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
74120
|
+
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
74121
|
+
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
74122
|
+
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
74123
|
+
date_time_format="dateTimeFormat",
|
|
74124
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74125
|
+
info_icon_text="infoIconText",
|
|
74126
|
+
visibility="visibility"
|
|
74127
|
+
),
|
|
74128
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74129
|
+
custom_label="customLabel",
|
|
74130
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74131
|
+
font_color="fontColor",
|
|
74132
|
+
font_decoration="fontDecoration",
|
|
74133
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74134
|
+
relative="relative"
|
|
74135
|
+
),
|
|
74136
|
+
font_style="fontStyle",
|
|
74137
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74138
|
+
name="name"
|
|
74139
|
+
)
|
|
74140
|
+
),
|
|
74141
|
+
visibility="visibility"
|
|
74142
|
+
)
|
|
74143
|
+
),
|
|
74144
|
+
type="type"
|
|
74145
|
+
),
|
|
74146
|
+
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
74147
|
+
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
74148
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74149
|
+
info_icon_text="infoIconText",
|
|
74150
|
+
visibility="visibility"
|
|
74151
|
+
),
|
|
74152
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
74153
|
+
visibility="visibility"
|
|
74154
|
+
),
|
|
74155
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74156
|
+
custom_label="customLabel",
|
|
74157
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74158
|
+
font_color="fontColor",
|
|
74159
|
+
font_decoration="fontDecoration",
|
|
74160
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74161
|
+
relative="relative"
|
|
74162
|
+
),
|
|
74163
|
+
font_style="fontStyle",
|
|
74164
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74165
|
+
name="name"
|
|
74166
|
+
)
|
|
74167
|
+
),
|
|
74168
|
+
visibility="visibility"
|
|
74169
|
+
)
|
|
74170
|
+
),
|
|
74171
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
74172
|
+
values=["values"]
|
|
74173
|
+
),
|
|
74174
|
+
type="type"
|
|
74175
|
+
),
|
|
74176
|
+
default_list_options=quicksight.CfnDashboard.DefaultFilterListControlOptionsProperty(
|
|
74177
|
+
display_options=quicksight.CfnDashboard.ListControlDisplayOptionsProperty(
|
|
74178
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74179
|
+
info_icon_text="infoIconText",
|
|
74180
|
+
visibility="visibility"
|
|
74181
|
+
),
|
|
74182
|
+
search_options=quicksight.CfnDashboard.ListControlSearchOptionsProperty(
|
|
74183
|
+
visibility="visibility"
|
|
74184
|
+
),
|
|
74185
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
74186
|
+
visibility="visibility"
|
|
74187
|
+
),
|
|
74188
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74189
|
+
custom_label="customLabel",
|
|
74190
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74191
|
+
font_color="fontColor",
|
|
74192
|
+
font_decoration="fontDecoration",
|
|
74193
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74194
|
+
relative="relative"
|
|
74195
|
+
),
|
|
74196
|
+
font_style="fontStyle",
|
|
74197
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74198
|
+
name="name"
|
|
74199
|
+
)
|
|
74200
|
+
),
|
|
74201
|
+
visibility="visibility"
|
|
74202
|
+
)
|
|
74203
|
+
),
|
|
74204
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
74205
|
+
values=["values"]
|
|
74206
|
+
),
|
|
74207
|
+
type="type"
|
|
74208
|
+
),
|
|
74209
|
+
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
74210
|
+
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
74211
|
+
date_time_format="dateTimeFormat",
|
|
74212
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74213
|
+
info_icon_text="infoIconText",
|
|
74214
|
+
visibility="visibility"
|
|
74215
|
+
),
|
|
74216
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74217
|
+
custom_label="customLabel",
|
|
74218
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74219
|
+
font_color="fontColor",
|
|
74220
|
+
font_decoration="fontDecoration",
|
|
74221
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74222
|
+
relative="relative"
|
|
74223
|
+
),
|
|
74224
|
+
font_style="fontStyle",
|
|
74225
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74226
|
+
name="name"
|
|
74227
|
+
)
|
|
74228
|
+
),
|
|
74229
|
+
visibility="visibility"
|
|
74230
|
+
)
|
|
74231
|
+
)
|
|
74232
|
+
),
|
|
74233
|
+
default_slider_options=quicksight.CfnDashboard.DefaultSliderControlOptionsProperty(
|
|
74234
|
+
maximum_value=123,
|
|
74235
|
+
minimum_value=123,
|
|
74236
|
+
step_size=123,
|
|
74237
|
+
|
|
74238
|
+
# the properties below are optional
|
|
74239
|
+
display_options=quicksight.CfnDashboard.SliderControlDisplayOptionsProperty(
|
|
74240
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74241
|
+
info_icon_text="infoIconText",
|
|
74242
|
+
visibility="visibility"
|
|
74243
|
+
),
|
|
74244
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74245
|
+
custom_label="customLabel",
|
|
74246
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74247
|
+
font_color="fontColor",
|
|
74248
|
+
font_decoration="fontDecoration",
|
|
74249
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74250
|
+
relative="relative"
|
|
74251
|
+
),
|
|
74252
|
+
font_style="fontStyle",
|
|
74253
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74254
|
+
name="name"
|
|
74255
|
+
)
|
|
74256
|
+
),
|
|
74257
|
+
visibility="visibility"
|
|
74258
|
+
)
|
|
74259
|
+
),
|
|
74260
|
+
type="type"
|
|
74261
|
+
),
|
|
74262
|
+
default_text_area_options=quicksight.CfnDashboard.DefaultTextAreaControlOptionsProperty(
|
|
74263
|
+
delimiter="delimiter",
|
|
74264
|
+
display_options=quicksight.CfnDashboard.TextAreaControlDisplayOptionsProperty(
|
|
74265
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74266
|
+
info_icon_text="infoIconText",
|
|
74267
|
+
visibility="visibility"
|
|
74268
|
+
),
|
|
74269
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
74270
|
+
visibility="visibility"
|
|
74271
|
+
),
|
|
74272
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74273
|
+
custom_label="customLabel",
|
|
74274
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74275
|
+
font_color="fontColor",
|
|
74276
|
+
font_decoration="fontDecoration",
|
|
74277
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74278
|
+
relative="relative"
|
|
74279
|
+
),
|
|
74280
|
+
font_style="fontStyle",
|
|
74281
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74282
|
+
name="name"
|
|
74283
|
+
)
|
|
74284
|
+
),
|
|
74285
|
+
visibility="visibility"
|
|
74286
|
+
)
|
|
74287
|
+
)
|
|
74288
|
+
),
|
|
74289
|
+
default_text_field_options=quicksight.CfnDashboard.DefaultTextFieldControlOptionsProperty(
|
|
74290
|
+
display_options=quicksight.CfnDashboard.TextFieldControlDisplayOptionsProperty(
|
|
74291
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74292
|
+
info_icon_text="infoIconText",
|
|
74293
|
+
visibility="visibility"
|
|
74294
|
+
),
|
|
74295
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
74296
|
+
visibility="visibility"
|
|
74297
|
+
),
|
|
74298
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
74299
|
+
custom_label="customLabel",
|
|
74300
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
74301
|
+
font_color="fontColor",
|
|
74302
|
+
font_decoration="fontDecoration",
|
|
74303
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
74304
|
+
relative="relative"
|
|
74305
|
+
),
|
|
74306
|
+
font_style="fontStyle",
|
|
74307
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
74308
|
+
name="name"
|
|
74309
|
+
)
|
|
74310
|
+
),
|
|
74311
|
+
visibility="visibility"
|
|
74312
|
+
)
|
|
74313
|
+
)
|
|
74314
|
+
)
|
|
74315
|
+
),
|
|
74316
|
+
title="title"
|
|
74317
|
+
)
|
|
74318
|
+
)
|
|
74319
|
+
'''
|
|
74320
|
+
if __debug__:
|
|
74321
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a6860261c59c0f902550f18476cbde97caea7f79cef0bc417af3b4c3eba08731)
|
|
74322
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
74323
|
+
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
74324
|
+
check_type(argname="argument default_filter_control_configuration", value=default_filter_control_configuration, expected_type=type_hints["default_filter_control_configuration"])
|
|
74325
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
74326
|
+
"column": column,
|
|
74327
|
+
"configuration": configuration,
|
|
74328
|
+
}
|
|
74329
|
+
if default_filter_control_configuration is not None:
|
|
74330
|
+
self._values["default_filter_control_configuration"] = default_filter_control_configuration
|
|
74331
|
+
|
|
74332
|
+
@builtins.property
|
|
74333
|
+
def column(
|
|
74334
|
+
self,
|
|
74335
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDashboard.ColumnIdentifierProperty"]:
|
|
74336
|
+
'''
|
|
74337
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryinnerfilter.html#cfn-quicksight-dashboard-categoryinnerfilter-column
|
|
74338
|
+
'''
|
|
74339
|
+
result = self._values.get("column")
|
|
74340
|
+
assert result is not None, "Required property 'column' is missing"
|
|
74341
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDashboard.ColumnIdentifierProperty"], result)
|
|
74342
|
+
|
|
74343
|
+
@builtins.property
|
|
74344
|
+
def configuration(
|
|
74345
|
+
self,
|
|
74346
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryFilterConfigurationProperty"]:
|
|
74347
|
+
'''
|
|
74348
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryinnerfilter.html#cfn-quicksight-dashboard-categoryinnerfilter-configuration
|
|
74349
|
+
'''
|
|
74350
|
+
result = self._values.get("configuration")
|
|
74351
|
+
assert result is not None, "Required property 'configuration' is missing"
|
|
74352
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryFilterConfigurationProperty"], result)
|
|
74353
|
+
|
|
74354
|
+
@builtins.property
|
|
74355
|
+
def default_filter_control_configuration(
|
|
74356
|
+
self,
|
|
74357
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DefaultFilterControlConfigurationProperty"]]:
|
|
74358
|
+
'''
|
|
74359
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryinnerfilter.html#cfn-quicksight-dashboard-categoryinnerfilter-defaultfiltercontrolconfiguration
|
|
74360
|
+
'''
|
|
74361
|
+
result = self._values.get("default_filter_control_configuration")
|
|
74362
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DefaultFilterControlConfigurationProperty"]], result)
|
|
74363
|
+
|
|
74364
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
74365
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
74366
|
+
|
|
74367
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
74368
|
+
return not (rhs == self)
|
|
74369
|
+
|
|
74370
|
+
def __repr__(self) -> str:
|
|
74371
|
+
return "CategoryInnerFilterProperty(%s)" % ", ".join(
|
|
74372
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
74373
|
+
)
|
|
74374
|
+
|
|
72988
74375
|
@jsii.data_type(
|
|
72989
74376
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.ChartAxisLabelOptionsProperty",
|
|
72990
74377
|
jsii_struct_bases=[],
|
|
@@ -74104,6 +75491,7 @@ class CfnDashboard(
|
|
|
74104
75491
|
"column": "column",
|
|
74105
75492
|
"aggregation": "aggregation",
|
|
74106
75493
|
"label": "label",
|
|
75494
|
+
"tooltip_target": "tooltipTarget",
|
|
74107
75495
|
"visibility": "visibility",
|
|
74108
75496
|
},
|
|
74109
75497
|
)
|
|
@@ -74114,6 +75502,7 @@ class CfnDashboard(
|
|
|
74114
75502
|
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
74115
75503
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.AggregationFunctionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
74116
75504
|
label: typing.Optional[builtins.str] = None,
|
|
75505
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
74117
75506
|
visibility: typing.Optional[builtins.str] = None,
|
|
74118
75507
|
) -> None:
|
|
74119
75508
|
'''The tooltip item for the columns that are not part of a field well.
|
|
@@ -74121,6 +75510,7 @@ class CfnDashboard(
|
|
|
74121
75510
|
:param column: The target column of the tooltip item.
|
|
74122
75511
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
74123
75512
|
:param label: The label of the tooltip item.
|
|
75513
|
+
:param tooltip_target:
|
|
74124
75514
|
:param visibility: The visibility of the tooltip item.
|
|
74125
75515
|
|
|
74126
75516
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columntooltipitem.html
|
|
@@ -74154,6 +75544,7 @@ class CfnDashboard(
|
|
|
74154
75544
|
)
|
|
74155
75545
|
),
|
|
74156
75546
|
label="label",
|
|
75547
|
+
tooltip_target="tooltipTarget",
|
|
74157
75548
|
visibility="visibility"
|
|
74158
75549
|
)
|
|
74159
75550
|
'''
|
|
@@ -74162,6 +75553,7 @@ class CfnDashboard(
|
|
|
74162
75553
|
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
74163
75554
|
check_type(argname="argument aggregation", value=aggregation, expected_type=type_hints["aggregation"])
|
|
74164
75555
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
75556
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
74165
75557
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
74166
75558
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
74167
75559
|
"column": column,
|
|
@@ -74170,6 +75562,8 @@ class CfnDashboard(
|
|
|
74170
75562
|
self._values["aggregation"] = aggregation
|
|
74171
75563
|
if label is not None:
|
|
74172
75564
|
self._values["label"] = label
|
|
75565
|
+
if tooltip_target is not None:
|
|
75566
|
+
self._values["tooltip_target"] = tooltip_target
|
|
74173
75567
|
if visibility is not None:
|
|
74174
75568
|
self._values["visibility"] = visibility
|
|
74175
75569
|
|
|
@@ -74205,6 +75599,14 @@ class CfnDashboard(
|
|
|
74205
75599
|
result = self._values.get("label")
|
|
74206
75600
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
74207
75601
|
|
|
75602
|
+
@builtins.property
|
|
75603
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
75604
|
+
'''
|
|
75605
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columntooltipitem.html#cfn-quicksight-dashboard-columntooltipitem-tooltiptarget
|
|
75606
|
+
'''
|
|
75607
|
+
result = self._values.get("tooltip_target")
|
|
75608
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
75609
|
+
|
|
74208
75610
|
@builtins.property
|
|
74209
75611
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
74210
75612
|
'''The visibility of the tooltip item.
|
|
@@ -85116,6 +86518,7 @@ class CfnDashboard(
|
|
|
85116
86518
|
)
|
|
85117
86519
|
),
|
|
85118
86520
|
label="label",
|
|
86521
|
+
tooltip_target="tooltipTarget",
|
|
85119
86522
|
visibility="visibility"
|
|
85120
86523
|
),
|
|
85121
86524
|
field_tooltip_item=quicksight.CfnDashboard.FieldTooltipItemProperty(
|
|
@@ -85123,6 +86526,7 @@ class CfnDashboard(
|
|
|
85123
86526
|
|
|
85124
86527
|
# the properties below are optional
|
|
85125
86528
|
label="label",
|
|
86529
|
+
tooltip_target="tooltipTarget",
|
|
85126
86530
|
visibility="visibility"
|
|
85127
86531
|
)
|
|
85128
86532
|
)],
|
|
@@ -85536,6 +86940,7 @@ class CfnDashboard(
|
|
|
85536
86940
|
name_mapping={
|
|
85537
86941
|
"field_id": "fieldId",
|
|
85538
86942
|
"label": "label",
|
|
86943
|
+
"tooltip_target": "tooltipTarget",
|
|
85539
86944
|
"visibility": "visibility",
|
|
85540
86945
|
},
|
|
85541
86946
|
)
|
|
@@ -85545,12 +86950,14 @@ class CfnDashboard(
|
|
|
85545
86950
|
*,
|
|
85546
86951
|
field_id: builtins.str,
|
|
85547
86952
|
label: typing.Optional[builtins.str] = None,
|
|
86953
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
85548
86954
|
visibility: typing.Optional[builtins.str] = None,
|
|
85549
86955
|
) -> None:
|
|
85550
86956
|
'''The tooltip item for the fields.
|
|
85551
86957
|
|
|
85552
86958
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
85553
86959
|
:param label: The label of the tooltip item.
|
|
86960
|
+
:param tooltip_target:
|
|
85554
86961
|
:param visibility: The visibility of the tooltip item.
|
|
85555
86962
|
|
|
85556
86963
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.html
|
|
@@ -85567,6 +86974,7 @@ class CfnDashboard(
|
|
|
85567
86974
|
|
|
85568
86975
|
# the properties below are optional
|
|
85569
86976
|
label="label",
|
|
86977
|
+
tooltip_target="tooltipTarget",
|
|
85570
86978
|
visibility="visibility"
|
|
85571
86979
|
)
|
|
85572
86980
|
'''
|
|
@@ -85574,12 +86982,15 @@ class CfnDashboard(
|
|
|
85574
86982
|
type_hints = typing.get_type_hints(_typecheckingstub__2b39cb7f5cb9b4fe2e4a6850ae1e2aebcadcb37b16fbc7431330772f250faf46)
|
|
85575
86983
|
check_type(argname="argument field_id", value=field_id, expected_type=type_hints["field_id"])
|
|
85576
86984
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
86985
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
85577
86986
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
85578
86987
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
85579
86988
|
"field_id": field_id,
|
|
85580
86989
|
}
|
|
85581
86990
|
if label is not None:
|
|
85582
86991
|
self._values["label"] = label
|
|
86992
|
+
if tooltip_target is not None:
|
|
86993
|
+
self._values["tooltip_target"] = tooltip_target
|
|
85583
86994
|
if visibility is not None:
|
|
85584
86995
|
self._values["visibility"] = visibility
|
|
85585
86996
|
|
|
@@ -85602,6 +87013,14 @@ class CfnDashboard(
|
|
|
85602
87013
|
result = self._values.get("label")
|
|
85603
87014
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
85604
87015
|
|
|
87016
|
+
@builtins.property
|
|
87017
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
87018
|
+
'''
|
|
87019
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.html#cfn-quicksight-dashboard-fieldtooltipitem-tooltiptarget
|
|
87020
|
+
'''
|
|
87021
|
+
result = self._values.get("tooltip_target")
|
|
87022
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
87023
|
+
|
|
85605
87024
|
@builtins.property
|
|
85606
87025
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
85607
87026
|
'''The visibility of the tooltip item.
|
|
@@ -88895,6 +90314,7 @@ class CfnDashboard(
|
|
|
88895
90314
|
jsii_struct_bases=[],
|
|
88896
90315
|
name_mapping={
|
|
88897
90316
|
"category_filter": "categoryFilter",
|
|
90317
|
+
"nested_filter": "nestedFilter",
|
|
88898
90318
|
"numeric_equality_filter": "numericEqualityFilter",
|
|
88899
90319
|
"numeric_range_filter": "numericRangeFilter",
|
|
88900
90320
|
"relative_dates_filter": "relativeDatesFilter",
|
|
@@ -88908,6 +90328,7 @@ class CfnDashboard(
|
|
|
88908
90328
|
self,
|
|
88909
90329
|
*,
|
|
88910
90330
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.CategoryFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
90331
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.NestedFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
88911
90332
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.NumericEqualityFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
88912
90333
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.NumericRangeFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
88913
90334
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.RelativeDatesFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -88920,6 +90341,7 @@ class CfnDashboard(
|
|
|
88920
90341
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
88921
90342
|
|
|
88922
90343
|
:param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
|
|
90344
|
+
:param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
88923
90345
|
:param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
|
|
88924
90346
|
:param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
|
|
88925
90347
|
:param relative_dates_filter: A ``RelativeDatesFilter`` filters date values that are relative to a given date.
|
|
@@ -88937,6 +90359,7 @@ class CfnDashboard(
|
|
|
88937
90359
|
if __debug__:
|
|
88938
90360
|
type_hints = typing.get_type_hints(_typecheckingstub__409a9ada70537b5b198a9297213605c443d07089acc597a347aed1b89af1fd00)
|
|
88939
90361
|
check_type(argname="argument category_filter", value=category_filter, expected_type=type_hints["category_filter"])
|
|
90362
|
+
check_type(argname="argument nested_filter", value=nested_filter, expected_type=type_hints["nested_filter"])
|
|
88940
90363
|
check_type(argname="argument numeric_equality_filter", value=numeric_equality_filter, expected_type=type_hints["numeric_equality_filter"])
|
|
88941
90364
|
check_type(argname="argument numeric_range_filter", value=numeric_range_filter, expected_type=type_hints["numeric_range_filter"])
|
|
88942
90365
|
check_type(argname="argument relative_dates_filter", value=relative_dates_filter, expected_type=type_hints["relative_dates_filter"])
|
|
@@ -88946,6 +90369,8 @@ class CfnDashboard(
|
|
|
88946
90369
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
88947
90370
|
if category_filter is not None:
|
|
88948
90371
|
self._values["category_filter"] = category_filter
|
|
90372
|
+
if nested_filter is not None:
|
|
90373
|
+
self._values["nested_filter"] = nested_filter
|
|
88949
90374
|
if numeric_equality_filter is not None:
|
|
88950
90375
|
self._values["numeric_equality_filter"] = numeric_equality_filter
|
|
88951
90376
|
if numeric_range_filter is not None:
|
|
@@ -88972,6 +90397,17 @@ class CfnDashboard(
|
|
|
88972
90397
|
result = self._values.get("category_filter")
|
|
88973
90398
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryFilterProperty"]], result)
|
|
88974
90399
|
|
|
90400
|
+
@builtins.property
|
|
90401
|
+
def nested_filter(
|
|
90402
|
+
self,
|
|
90403
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.NestedFilterProperty"]]:
|
|
90404
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
90405
|
+
|
|
90406
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filter.html#cfn-quicksight-dashboard-filter-nestedfilter
|
|
90407
|
+
'''
|
|
90408
|
+
result = self._values.get("nested_filter")
|
|
90409
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.NestedFilterProperty"]], result)
|
|
90410
|
+
|
|
88975
90411
|
@builtins.property
|
|
88976
90412
|
def numeric_equality_filter(
|
|
88977
90413
|
self,
|
|
@@ -98114,6 +99550,296 @@ class CfnDashboard(
|
|
|
98114
99550
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
98115
99551
|
)
|
|
98116
99552
|
|
|
99553
|
+
@jsii.data_type(
|
|
99554
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.InnerFilterProperty",
|
|
99555
|
+
jsii_struct_bases=[],
|
|
99556
|
+
name_mapping={"category_inner_filter": "categoryInnerFilter"},
|
|
99557
|
+
)
|
|
99558
|
+
class InnerFilterProperty:
|
|
99559
|
+
def __init__(
|
|
99560
|
+
self,
|
|
99561
|
+
*,
|
|
99562
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.CategoryInnerFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
99563
|
+
) -> None:
|
|
99564
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
99565
|
+
|
|
99566
|
+
:param category_inner_filter: A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
99567
|
+
|
|
99568
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-innerfilter.html
|
|
99569
|
+
:exampleMetadata: fixture=_generated
|
|
99570
|
+
|
|
99571
|
+
Example::
|
|
99572
|
+
|
|
99573
|
+
# The code below shows an example of how to instantiate this type.
|
|
99574
|
+
# The values are placeholders you should change.
|
|
99575
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
99576
|
+
|
|
99577
|
+
inner_filter_property = quicksight.CfnDashboard.InnerFilterProperty(
|
|
99578
|
+
category_inner_filter=quicksight.CfnDashboard.CategoryInnerFilterProperty(
|
|
99579
|
+
column=quicksight.CfnDashboard.ColumnIdentifierProperty(
|
|
99580
|
+
column_name="columnName",
|
|
99581
|
+
data_set_identifier="dataSetIdentifier"
|
|
99582
|
+
),
|
|
99583
|
+
configuration=quicksight.CfnDashboard.CategoryFilterConfigurationProperty(
|
|
99584
|
+
custom_filter_configuration=quicksight.CfnDashboard.CustomFilterConfigurationProperty(
|
|
99585
|
+
match_operator="matchOperator",
|
|
99586
|
+
null_option="nullOption",
|
|
99587
|
+
|
|
99588
|
+
# the properties below are optional
|
|
99589
|
+
category_value="categoryValue",
|
|
99590
|
+
parameter_name="parameterName",
|
|
99591
|
+
select_all_options="selectAllOptions"
|
|
99592
|
+
),
|
|
99593
|
+
custom_filter_list_configuration=quicksight.CfnDashboard.CustomFilterListConfigurationProperty(
|
|
99594
|
+
match_operator="matchOperator",
|
|
99595
|
+
null_option="nullOption",
|
|
99596
|
+
|
|
99597
|
+
# the properties below are optional
|
|
99598
|
+
category_values=["categoryValues"],
|
|
99599
|
+
select_all_options="selectAllOptions"
|
|
99600
|
+
),
|
|
99601
|
+
filter_list_configuration=quicksight.CfnDashboard.FilterListConfigurationProperty(
|
|
99602
|
+
match_operator="matchOperator",
|
|
99603
|
+
|
|
99604
|
+
# the properties below are optional
|
|
99605
|
+
category_values=["categoryValues"],
|
|
99606
|
+
null_option="nullOption",
|
|
99607
|
+
select_all_options="selectAllOptions"
|
|
99608
|
+
)
|
|
99609
|
+
),
|
|
99610
|
+
|
|
99611
|
+
# the properties below are optional
|
|
99612
|
+
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
99613
|
+
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
99614
|
+
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
99615
|
+
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
99616
|
+
date_time_format="dateTimeFormat",
|
|
99617
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99618
|
+
info_icon_text="infoIconText",
|
|
99619
|
+
visibility="visibility"
|
|
99620
|
+
),
|
|
99621
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99622
|
+
custom_label="customLabel",
|
|
99623
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99624
|
+
font_color="fontColor",
|
|
99625
|
+
font_decoration="fontDecoration",
|
|
99626
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99627
|
+
relative="relative"
|
|
99628
|
+
),
|
|
99629
|
+
font_style="fontStyle",
|
|
99630
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99631
|
+
name="name"
|
|
99632
|
+
)
|
|
99633
|
+
),
|
|
99634
|
+
visibility="visibility"
|
|
99635
|
+
)
|
|
99636
|
+
),
|
|
99637
|
+
type="type"
|
|
99638
|
+
),
|
|
99639
|
+
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
99640
|
+
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
99641
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99642
|
+
info_icon_text="infoIconText",
|
|
99643
|
+
visibility="visibility"
|
|
99644
|
+
),
|
|
99645
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
99646
|
+
visibility="visibility"
|
|
99647
|
+
),
|
|
99648
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99649
|
+
custom_label="customLabel",
|
|
99650
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99651
|
+
font_color="fontColor",
|
|
99652
|
+
font_decoration="fontDecoration",
|
|
99653
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99654
|
+
relative="relative"
|
|
99655
|
+
),
|
|
99656
|
+
font_style="fontStyle",
|
|
99657
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99658
|
+
name="name"
|
|
99659
|
+
)
|
|
99660
|
+
),
|
|
99661
|
+
visibility="visibility"
|
|
99662
|
+
)
|
|
99663
|
+
),
|
|
99664
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
99665
|
+
values=["values"]
|
|
99666
|
+
),
|
|
99667
|
+
type="type"
|
|
99668
|
+
),
|
|
99669
|
+
default_list_options=quicksight.CfnDashboard.DefaultFilterListControlOptionsProperty(
|
|
99670
|
+
display_options=quicksight.CfnDashboard.ListControlDisplayOptionsProperty(
|
|
99671
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99672
|
+
info_icon_text="infoIconText",
|
|
99673
|
+
visibility="visibility"
|
|
99674
|
+
),
|
|
99675
|
+
search_options=quicksight.CfnDashboard.ListControlSearchOptionsProperty(
|
|
99676
|
+
visibility="visibility"
|
|
99677
|
+
),
|
|
99678
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
99679
|
+
visibility="visibility"
|
|
99680
|
+
),
|
|
99681
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99682
|
+
custom_label="customLabel",
|
|
99683
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99684
|
+
font_color="fontColor",
|
|
99685
|
+
font_decoration="fontDecoration",
|
|
99686
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99687
|
+
relative="relative"
|
|
99688
|
+
),
|
|
99689
|
+
font_style="fontStyle",
|
|
99690
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99691
|
+
name="name"
|
|
99692
|
+
)
|
|
99693
|
+
),
|
|
99694
|
+
visibility="visibility"
|
|
99695
|
+
)
|
|
99696
|
+
),
|
|
99697
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
99698
|
+
values=["values"]
|
|
99699
|
+
),
|
|
99700
|
+
type="type"
|
|
99701
|
+
),
|
|
99702
|
+
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
99703
|
+
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
99704
|
+
date_time_format="dateTimeFormat",
|
|
99705
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99706
|
+
info_icon_text="infoIconText",
|
|
99707
|
+
visibility="visibility"
|
|
99708
|
+
),
|
|
99709
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99710
|
+
custom_label="customLabel",
|
|
99711
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99712
|
+
font_color="fontColor",
|
|
99713
|
+
font_decoration="fontDecoration",
|
|
99714
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99715
|
+
relative="relative"
|
|
99716
|
+
),
|
|
99717
|
+
font_style="fontStyle",
|
|
99718
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99719
|
+
name="name"
|
|
99720
|
+
)
|
|
99721
|
+
),
|
|
99722
|
+
visibility="visibility"
|
|
99723
|
+
)
|
|
99724
|
+
)
|
|
99725
|
+
),
|
|
99726
|
+
default_slider_options=quicksight.CfnDashboard.DefaultSliderControlOptionsProperty(
|
|
99727
|
+
maximum_value=123,
|
|
99728
|
+
minimum_value=123,
|
|
99729
|
+
step_size=123,
|
|
99730
|
+
|
|
99731
|
+
# the properties below are optional
|
|
99732
|
+
display_options=quicksight.CfnDashboard.SliderControlDisplayOptionsProperty(
|
|
99733
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99734
|
+
info_icon_text="infoIconText",
|
|
99735
|
+
visibility="visibility"
|
|
99736
|
+
),
|
|
99737
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99738
|
+
custom_label="customLabel",
|
|
99739
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99740
|
+
font_color="fontColor",
|
|
99741
|
+
font_decoration="fontDecoration",
|
|
99742
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99743
|
+
relative="relative"
|
|
99744
|
+
),
|
|
99745
|
+
font_style="fontStyle",
|
|
99746
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99747
|
+
name="name"
|
|
99748
|
+
)
|
|
99749
|
+
),
|
|
99750
|
+
visibility="visibility"
|
|
99751
|
+
)
|
|
99752
|
+
),
|
|
99753
|
+
type="type"
|
|
99754
|
+
),
|
|
99755
|
+
default_text_area_options=quicksight.CfnDashboard.DefaultTextAreaControlOptionsProperty(
|
|
99756
|
+
delimiter="delimiter",
|
|
99757
|
+
display_options=quicksight.CfnDashboard.TextAreaControlDisplayOptionsProperty(
|
|
99758
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99759
|
+
info_icon_text="infoIconText",
|
|
99760
|
+
visibility="visibility"
|
|
99761
|
+
),
|
|
99762
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
99763
|
+
visibility="visibility"
|
|
99764
|
+
),
|
|
99765
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99766
|
+
custom_label="customLabel",
|
|
99767
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99768
|
+
font_color="fontColor",
|
|
99769
|
+
font_decoration="fontDecoration",
|
|
99770
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99771
|
+
relative="relative"
|
|
99772
|
+
),
|
|
99773
|
+
font_style="fontStyle",
|
|
99774
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99775
|
+
name="name"
|
|
99776
|
+
)
|
|
99777
|
+
),
|
|
99778
|
+
visibility="visibility"
|
|
99779
|
+
)
|
|
99780
|
+
)
|
|
99781
|
+
),
|
|
99782
|
+
default_text_field_options=quicksight.CfnDashboard.DefaultTextFieldControlOptionsProperty(
|
|
99783
|
+
display_options=quicksight.CfnDashboard.TextFieldControlDisplayOptionsProperty(
|
|
99784
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99785
|
+
info_icon_text="infoIconText",
|
|
99786
|
+
visibility="visibility"
|
|
99787
|
+
),
|
|
99788
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
99789
|
+
visibility="visibility"
|
|
99790
|
+
),
|
|
99791
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
99792
|
+
custom_label="customLabel",
|
|
99793
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
99794
|
+
font_color="fontColor",
|
|
99795
|
+
font_decoration="fontDecoration",
|
|
99796
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
99797
|
+
relative="relative"
|
|
99798
|
+
),
|
|
99799
|
+
font_style="fontStyle",
|
|
99800
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
99801
|
+
name="name"
|
|
99802
|
+
)
|
|
99803
|
+
),
|
|
99804
|
+
visibility="visibility"
|
|
99805
|
+
)
|
|
99806
|
+
)
|
|
99807
|
+
)
|
|
99808
|
+
),
|
|
99809
|
+
title="title"
|
|
99810
|
+
)
|
|
99811
|
+
)
|
|
99812
|
+
)
|
|
99813
|
+
'''
|
|
99814
|
+
if __debug__:
|
|
99815
|
+
type_hints = typing.get_type_hints(_typecheckingstub__de4a38acf197cbc54301e01be8c907898891cb47ba0a29d092bc3264dcc7839d)
|
|
99816
|
+
check_type(argname="argument category_inner_filter", value=category_inner_filter, expected_type=type_hints["category_inner_filter"])
|
|
99817
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
99818
|
+
if category_inner_filter is not None:
|
|
99819
|
+
self._values["category_inner_filter"] = category_inner_filter
|
|
99820
|
+
|
|
99821
|
+
@builtins.property
|
|
99822
|
+
def category_inner_filter(
|
|
99823
|
+
self,
|
|
99824
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryInnerFilterProperty"]]:
|
|
99825
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
99826
|
+
|
|
99827
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-innerfilter.html#cfn-quicksight-dashboard-innerfilter-categoryinnerfilter
|
|
99828
|
+
'''
|
|
99829
|
+
result = self._values.get("category_inner_filter")
|
|
99830
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryInnerFilterProperty"]], result)
|
|
99831
|
+
|
|
99832
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
99833
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
99834
|
+
|
|
99835
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
99836
|
+
return not (rhs == self)
|
|
99837
|
+
|
|
99838
|
+
def __repr__(self) -> str:
|
|
99839
|
+
return "InnerFilterProperty(%s)" % ", ".join(
|
|
99840
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
99841
|
+
)
|
|
99842
|
+
|
|
98117
99843
|
@jsii.data_type(
|
|
98118
99844
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.InsightConfigurationProperty",
|
|
98119
99845
|
jsii_struct_bases=[],
|
|
@@ -101606,6 +103332,7 @@ class CfnDashboard(
|
|
|
101606
103332
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
101607
103333
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
101608
103334
|
"series": "series",
|
|
103335
|
+
"single_axis_options": "singleAxisOptions",
|
|
101609
103336
|
"small_multiples_options": "smallMultiplesOptions",
|
|
101610
103337
|
"sort_configuration": "sortConfiguration",
|
|
101611
103338
|
"tooltip": "tooltip",
|
|
@@ -101631,6 +103358,7 @@ class CfnDashboard(
|
|
|
101631
103358
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.LineSeriesAxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101632
103359
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101633
103360
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SeriesItemProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
103361
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101634
103362
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SmallMultiplesOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101635
103363
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.LineChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101636
103364
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -101653,6 +103381,7 @@ class CfnDashboard(
|
|
|
101653
103381
|
:param secondary_y_axis_display_options: The series axis configuration of a line chart.
|
|
101654
103382
|
:param secondary_y_axis_label_options: The options that determine the presentation of the secondary y-axis label.
|
|
101655
103383
|
:param series: The series item configuration of a line chart.
|
|
103384
|
+
:param single_axis_options:
|
|
101656
103385
|
:param small_multiples_options: The small multiples setup for the visual.
|
|
101657
103386
|
:param sort_configuration: The sort configuration of a line chart.
|
|
101658
103387
|
:param tooltip: The tooltip configuration of a line chart.
|
|
@@ -101682,6 +103411,7 @@ class CfnDashboard(
|
|
|
101682
103411
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
101683
103412
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
101684
103413
|
check_type(argname="argument series", value=series, expected_type=type_hints["series"])
|
|
103414
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
101685
103415
|
check_type(argname="argument small_multiples_options", value=small_multiples_options, expected_type=type_hints["small_multiples_options"])
|
|
101686
103416
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
101687
103417
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
@@ -101714,6 +103444,8 @@ class CfnDashboard(
|
|
|
101714
103444
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
101715
103445
|
if series is not None:
|
|
101716
103446
|
self._values["series"] = series
|
|
103447
|
+
if single_axis_options is not None:
|
|
103448
|
+
self._values["single_axis_options"] = single_axis_options
|
|
101717
103449
|
if small_multiples_options is not None:
|
|
101718
103450
|
self._values["small_multiples_options"] = small_multiples_options
|
|
101719
103451
|
if sort_configuration is not None:
|
|
@@ -101861,6 +103593,16 @@ class CfnDashboard(
|
|
|
101861
103593
|
result = self._values.get("series")
|
|
101862
103594
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SeriesItemProperty"]]]], result)
|
|
101863
103595
|
|
|
103596
|
+
@builtins.property
|
|
103597
|
+
def single_axis_options(
|
|
103598
|
+
self,
|
|
103599
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SingleAxisOptionsProperty"]]:
|
|
103600
|
+
'''
|
|
103601
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartconfiguration.html#cfn-quicksight-dashboard-linechartconfiguration-singleaxisoptions
|
|
103602
|
+
'''
|
|
103603
|
+
result = self._values.get("single_axis_options")
|
|
103604
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SingleAxisOptionsProperty"]], result)
|
|
103605
|
+
|
|
101864
103606
|
@builtins.property
|
|
101865
103607
|
def small_multiples_options(
|
|
101866
103608
|
self,
|
|
@@ -104742,6 +106484,358 @@ class CfnDashboard(
|
|
|
104742
106484
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
104743
106485
|
)
|
|
104744
106486
|
|
|
106487
|
+
@jsii.data_type(
|
|
106488
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.NestedFilterProperty",
|
|
106489
|
+
jsii_struct_bases=[],
|
|
106490
|
+
name_mapping={
|
|
106491
|
+
"column": "column",
|
|
106492
|
+
"filter_id": "filterId",
|
|
106493
|
+
"include_inner_set": "includeInnerSet",
|
|
106494
|
+
"inner_filter": "innerFilter",
|
|
106495
|
+
},
|
|
106496
|
+
)
|
|
106497
|
+
class NestedFilterProperty:
|
|
106498
|
+
def __init__(
|
|
106499
|
+
self,
|
|
106500
|
+
*,
|
|
106501
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
106502
|
+
filter_id: builtins.str,
|
|
106503
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
106504
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.InnerFilterProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
106505
|
+
) -> None:
|
|
106506
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
106507
|
+
|
|
106508
|
+
:param column: The column that the filter is applied to.
|
|
106509
|
+
:param filter_id: An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
106510
|
+
:param include_inner_set: A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter. Default: - false
|
|
106511
|
+
:param inner_filter: The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
106512
|
+
|
|
106513
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html
|
|
106514
|
+
:exampleMetadata: fixture=_generated
|
|
106515
|
+
|
|
106516
|
+
Example::
|
|
106517
|
+
|
|
106518
|
+
# The code below shows an example of how to instantiate this type.
|
|
106519
|
+
# The values are placeholders you should change.
|
|
106520
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
106521
|
+
|
|
106522
|
+
nested_filter_property = quicksight.CfnDashboard.NestedFilterProperty(
|
|
106523
|
+
column=quicksight.CfnDashboard.ColumnIdentifierProperty(
|
|
106524
|
+
column_name="columnName",
|
|
106525
|
+
data_set_identifier="dataSetIdentifier"
|
|
106526
|
+
),
|
|
106527
|
+
filter_id="filterId",
|
|
106528
|
+
include_inner_set=False,
|
|
106529
|
+
inner_filter=quicksight.CfnDashboard.InnerFilterProperty(
|
|
106530
|
+
category_inner_filter=quicksight.CfnDashboard.CategoryInnerFilterProperty(
|
|
106531
|
+
column=quicksight.CfnDashboard.ColumnIdentifierProperty(
|
|
106532
|
+
column_name="columnName",
|
|
106533
|
+
data_set_identifier="dataSetIdentifier"
|
|
106534
|
+
),
|
|
106535
|
+
configuration=quicksight.CfnDashboard.CategoryFilterConfigurationProperty(
|
|
106536
|
+
custom_filter_configuration=quicksight.CfnDashboard.CustomFilterConfigurationProperty(
|
|
106537
|
+
match_operator="matchOperator",
|
|
106538
|
+
null_option="nullOption",
|
|
106539
|
+
|
|
106540
|
+
# the properties below are optional
|
|
106541
|
+
category_value="categoryValue",
|
|
106542
|
+
parameter_name="parameterName",
|
|
106543
|
+
select_all_options="selectAllOptions"
|
|
106544
|
+
),
|
|
106545
|
+
custom_filter_list_configuration=quicksight.CfnDashboard.CustomFilterListConfigurationProperty(
|
|
106546
|
+
match_operator="matchOperator",
|
|
106547
|
+
null_option="nullOption",
|
|
106548
|
+
|
|
106549
|
+
# the properties below are optional
|
|
106550
|
+
category_values=["categoryValues"],
|
|
106551
|
+
select_all_options="selectAllOptions"
|
|
106552
|
+
),
|
|
106553
|
+
filter_list_configuration=quicksight.CfnDashboard.FilterListConfigurationProperty(
|
|
106554
|
+
match_operator="matchOperator",
|
|
106555
|
+
|
|
106556
|
+
# the properties below are optional
|
|
106557
|
+
category_values=["categoryValues"],
|
|
106558
|
+
null_option="nullOption",
|
|
106559
|
+
select_all_options="selectAllOptions"
|
|
106560
|
+
)
|
|
106561
|
+
),
|
|
106562
|
+
|
|
106563
|
+
# the properties below are optional
|
|
106564
|
+
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
106565
|
+
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
106566
|
+
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
106567
|
+
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
106568
|
+
date_time_format="dateTimeFormat",
|
|
106569
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106570
|
+
info_icon_text="infoIconText",
|
|
106571
|
+
visibility="visibility"
|
|
106572
|
+
),
|
|
106573
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106574
|
+
custom_label="customLabel",
|
|
106575
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106576
|
+
font_color="fontColor",
|
|
106577
|
+
font_decoration="fontDecoration",
|
|
106578
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106579
|
+
relative="relative"
|
|
106580
|
+
),
|
|
106581
|
+
font_style="fontStyle",
|
|
106582
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106583
|
+
name="name"
|
|
106584
|
+
)
|
|
106585
|
+
),
|
|
106586
|
+
visibility="visibility"
|
|
106587
|
+
)
|
|
106588
|
+
),
|
|
106589
|
+
type="type"
|
|
106590
|
+
),
|
|
106591
|
+
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
106592
|
+
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
106593
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106594
|
+
info_icon_text="infoIconText",
|
|
106595
|
+
visibility="visibility"
|
|
106596
|
+
),
|
|
106597
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
106598
|
+
visibility="visibility"
|
|
106599
|
+
),
|
|
106600
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106601
|
+
custom_label="customLabel",
|
|
106602
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106603
|
+
font_color="fontColor",
|
|
106604
|
+
font_decoration="fontDecoration",
|
|
106605
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106606
|
+
relative="relative"
|
|
106607
|
+
),
|
|
106608
|
+
font_style="fontStyle",
|
|
106609
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106610
|
+
name="name"
|
|
106611
|
+
)
|
|
106612
|
+
),
|
|
106613
|
+
visibility="visibility"
|
|
106614
|
+
)
|
|
106615
|
+
),
|
|
106616
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
106617
|
+
values=["values"]
|
|
106618
|
+
),
|
|
106619
|
+
type="type"
|
|
106620
|
+
),
|
|
106621
|
+
default_list_options=quicksight.CfnDashboard.DefaultFilterListControlOptionsProperty(
|
|
106622
|
+
display_options=quicksight.CfnDashboard.ListControlDisplayOptionsProperty(
|
|
106623
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106624
|
+
info_icon_text="infoIconText",
|
|
106625
|
+
visibility="visibility"
|
|
106626
|
+
),
|
|
106627
|
+
search_options=quicksight.CfnDashboard.ListControlSearchOptionsProperty(
|
|
106628
|
+
visibility="visibility"
|
|
106629
|
+
),
|
|
106630
|
+
select_all_options=quicksight.CfnDashboard.ListControlSelectAllOptionsProperty(
|
|
106631
|
+
visibility="visibility"
|
|
106632
|
+
),
|
|
106633
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106634
|
+
custom_label="customLabel",
|
|
106635
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106636
|
+
font_color="fontColor",
|
|
106637
|
+
font_decoration="fontDecoration",
|
|
106638
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106639
|
+
relative="relative"
|
|
106640
|
+
),
|
|
106641
|
+
font_style="fontStyle",
|
|
106642
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106643
|
+
name="name"
|
|
106644
|
+
)
|
|
106645
|
+
),
|
|
106646
|
+
visibility="visibility"
|
|
106647
|
+
)
|
|
106648
|
+
),
|
|
106649
|
+
selectable_values=quicksight.CfnDashboard.FilterSelectableValuesProperty(
|
|
106650
|
+
values=["values"]
|
|
106651
|
+
),
|
|
106652
|
+
type="type"
|
|
106653
|
+
),
|
|
106654
|
+
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
106655
|
+
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
106656
|
+
date_time_format="dateTimeFormat",
|
|
106657
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106658
|
+
info_icon_text="infoIconText",
|
|
106659
|
+
visibility="visibility"
|
|
106660
|
+
),
|
|
106661
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106662
|
+
custom_label="customLabel",
|
|
106663
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106664
|
+
font_color="fontColor",
|
|
106665
|
+
font_decoration="fontDecoration",
|
|
106666
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106667
|
+
relative="relative"
|
|
106668
|
+
),
|
|
106669
|
+
font_style="fontStyle",
|
|
106670
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106671
|
+
name="name"
|
|
106672
|
+
)
|
|
106673
|
+
),
|
|
106674
|
+
visibility="visibility"
|
|
106675
|
+
)
|
|
106676
|
+
)
|
|
106677
|
+
),
|
|
106678
|
+
default_slider_options=quicksight.CfnDashboard.DefaultSliderControlOptionsProperty(
|
|
106679
|
+
maximum_value=123,
|
|
106680
|
+
minimum_value=123,
|
|
106681
|
+
step_size=123,
|
|
106682
|
+
|
|
106683
|
+
# the properties below are optional
|
|
106684
|
+
display_options=quicksight.CfnDashboard.SliderControlDisplayOptionsProperty(
|
|
106685
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106686
|
+
info_icon_text="infoIconText",
|
|
106687
|
+
visibility="visibility"
|
|
106688
|
+
),
|
|
106689
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106690
|
+
custom_label="customLabel",
|
|
106691
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106692
|
+
font_color="fontColor",
|
|
106693
|
+
font_decoration="fontDecoration",
|
|
106694
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106695
|
+
relative="relative"
|
|
106696
|
+
),
|
|
106697
|
+
font_style="fontStyle",
|
|
106698
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106699
|
+
name="name"
|
|
106700
|
+
)
|
|
106701
|
+
),
|
|
106702
|
+
visibility="visibility"
|
|
106703
|
+
)
|
|
106704
|
+
),
|
|
106705
|
+
type="type"
|
|
106706
|
+
),
|
|
106707
|
+
default_text_area_options=quicksight.CfnDashboard.DefaultTextAreaControlOptionsProperty(
|
|
106708
|
+
delimiter="delimiter",
|
|
106709
|
+
display_options=quicksight.CfnDashboard.TextAreaControlDisplayOptionsProperty(
|
|
106710
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106711
|
+
info_icon_text="infoIconText",
|
|
106712
|
+
visibility="visibility"
|
|
106713
|
+
),
|
|
106714
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
106715
|
+
visibility="visibility"
|
|
106716
|
+
),
|
|
106717
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106718
|
+
custom_label="customLabel",
|
|
106719
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106720
|
+
font_color="fontColor",
|
|
106721
|
+
font_decoration="fontDecoration",
|
|
106722
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106723
|
+
relative="relative"
|
|
106724
|
+
),
|
|
106725
|
+
font_style="fontStyle",
|
|
106726
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106727
|
+
name="name"
|
|
106728
|
+
)
|
|
106729
|
+
),
|
|
106730
|
+
visibility="visibility"
|
|
106731
|
+
)
|
|
106732
|
+
)
|
|
106733
|
+
),
|
|
106734
|
+
default_text_field_options=quicksight.CfnDashboard.DefaultTextFieldControlOptionsProperty(
|
|
106735
|
+
display_options=quicksight.CfnDashboard.TextFieldControlDisplayOptionsProperty(
|
|
106736
|
+
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106737
|
+
info_icon_text="infoIconText",
|
|
106738
|
+
visibility="visibility"
|
|
106739
|
+
),
|
|
106740
|
+
placeholder_options=quicksight.CfnDashboard.TextControlPlaceholderOptionsProperty(
|
|
106741
|
+
visibility="visibility"
|
|
106742
|
+
),
|
|
106743
|
+
title_options=quicksight.CfnDashboard.LabelOptionsProperty(
|
|
106744
|
+
custom_label="customLabel",
|
|
106745
|
+
font_configuration=quicksight.CfnDashboard.FontConfigurationProperty(
|
|
106746
|
+
font_color="fontColor",
|
|
106747
|
+
font_decoration="fontDecoration",
|
|
106748
|
+
font_size=quicksight.CfnDashboard.FontSizeProperty(
|
|
106749
|
+
relative="relative"
|
|
106750
|
+
),
|
|
106751
|
+
font_style="fontStyle",
|
|
106752
|
+
font_weight=quicksight.CfnDashboard.FontWeightProperty(
|
|
106753
|
+
name="name"
|
|
106754
|
+
)
|
|
106755
|
+
),
|
|
106756
|
+
visibility="visibility"
|
|
106757
|
+
)
|
|
106758
|
+
)
|
|
106759
|
+
)
|
|
106760
|
+
),
|
|
106761
|
+
title="title"
|
|
106762
|
+
)
|
|
106763
|
+
)
|
|
106764
|
+
)
|
|
106765
|
+
)
|
|
106766
|
+
'''
|
|
106767
|
+
if __debug__:
|
|
106768
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f840142ad05582e1f48f8d476a6cf04b1a01f1eb46899b5c47d58f0f6e245aef)
|
|
106769
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
106770
|
+
check_type(argname="argument filter_id", value=filter_id, expected_type=type_hints["filter_id"])
|
|
106771
|
+
check_type(argname="argument include_inner_set", value=include_inner_set, expected_type=type_hints["include_inner_set"])
|
|
106772
|
+
check_type(argname="argument inner_filter", value=inner_filter, expected_type=type_hints["inner_filter"])
|
|
106773
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
106774
|
+
"column": column,
|
|
106775
|
+
"filter_id": filter_id,
|
|
106776
|
+
"include_inner_set": include_inner_set,
|
|
106777
|
+
"inner_filter": inner_filter,
|
|
106778
|
+
}
|
|
106779
|
+
|
|
106780
|
+
@builtins.property
|
|
106781
|
+
def column(
|
|
106782
|
+
self,
|
|
106783
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDashboard.ColumnIdentifierProperty"]:
|
|
106784
|
+
'''The column that the filter is applied to.
|
|
106785
|
+
|
|
106786
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html#cfn-quicksight-dashboard-nestedfilter-column
|
|
106787
|
+
'''
|
|
106788
|
+
result = self._values.get("column")
|
|
106789
|
+
assert result is not None, "Required property 'column' is missing"
|
|
106790
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDashboard.ColumnIdentifierProperty"], result)
|
|
106791
|
+
|
|
106792
|
+
@builtins.property
|
|
106793
|
+
def filter_id(self) -> builtins.str:
|
|
106794
|
+
'''An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
106795
|
+
|
|
106796
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html#cfn-quicksight-dashboard-nestedfilter-filterid
|
|
106797
|
+
'''
|
|
106798
|
+
result = self._values.get("filter_id")
|
|
106799
|
+
assert result is not None, "Required property 'filter_id' is missing"
|
|
106800
|
+
return typing.cast(builtins.str, result)
|
|
106801
|
+
|
|
106802
|
+
@builtins.property
|
|
106803
|
+
def include_inner_set(
|
|
106804
|
+
self,
|
|
106805
|
+
) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
106806
|
+
'''A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
|
|
106807
|
+
|
|
106808
|
+
:default: - false
|
|
106809
|
+
|
|
106810
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html#cfn-quicksight-dashboard-nestedfilter-includeinnerset
|
|
106811
|
+
'''
|
|
106812
|
+
result = self._values.get("include_inner_set")
|
|
106813
|
+
assert result is not None, "Required property 'include_inner_set' is missing"
|
|
106814
|
+
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
|
|
106815
|
+
|
|
106816
|
+
@builtins.property
|
|
106817
|
+
def inner_filter(
|
|
106818
|
+
self,
|
|
106819
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDashboard.InnerFilterProperty"]:
|
|
106820
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
106821
|
+
|
|
106822
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html#cfn-quicksight-dashboard-nestedfilter-innerfilter
|
|
106823
|
+
'''
|
|
106824
|
+
result = self._values.get("inner_filter")
|
|
106825
|
+
assert result is not None, "Required property 'inner_filter' is missing"
|
|
106826
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDashboard.InnerFilterProperty"], result)
|
|
106827
|
+
|
|
106828
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
106829
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
106830
|
+
|
|
106831
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
106832
|
+
return not (rhs == self)
|
|
106833
|
+
|
|
106834
|
+
def __repr__(self) -> str:
|
|
106835
|
+
return "NestedFilterProperty(%s)" % ", ".join(
|
|
106836
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
106837
|
+
)
|
|
106838
|
+
|
|
104745
106839
|
@jsii.data_type(
|
|
104746
106840
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.NullValueFormatConfigurationProperty",
|
|
104747
106841
|
jsii_struct_bases=[],
|
|
@@ -120581,6 +122675,38 @@ class CfnDashboard(
|
|
|
120581
122675
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
120582
122676
|
)
|
|
120583
122677
|
|
|
122678
|
+
@jsii.data_type(
|
|
122679
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.SingleAxisOptionsProperty",
|
|
122680
|
+
jsii_struct_bases=[],
|
|
122681
|
+
name_mapping={},
|
|
122682
|
+
)
|
|
122683
|
+
class SingleAxisOptionsProperty:
|
|
122684
|
+
def __init__(self) -> None:
|
|
122685
|
+
'''
|
|
122686
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.html
|
|
122687
|
+
:exampleMetadata: fixture=_generated
|
|
122688
|
+
|
|
122689
|
+
Example::
|
|
122690
|
+
|
|
122691
|
+
# The code below shows an example of how to instantiate this type.
|
|
122692
|
+
# The values are placeholders you should change.
|
|
122693
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
122694
|
+
|
|
122695
|
+
single_axis_options_property = quicksight.CfnDashboard.SingleAxisOptionsProperty()
|
|
122696
|
+
'''
|
|
122697
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
122698
|
+
|
|
122699
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
122700
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
122701
|
+
|
|
122702
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
122703
|
+
return not (rhs == self)
|
|
122704
|
+
|
|
122705
|
+
def __repr__(self) -> str:
|
|
122706
|
+
return "SingleAxisOptionsProperty(%s)" % ", ".join(
|
|
122707
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
122708
|
+
)
|
|
122709
|
+
|
|
120584
122710
|
@jsii.data_type(
|
|
120585
122711
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.SliderControlDisplayOptionsProperty",
|
|
120586
122712
|
jsii_struct_bases=[],
|
|
@@ -127344,6 +129470,7 @@ class CfnDashboard(
|
|
|
127344
129470
|
)
|
|
127345
129471
|
),
|
|
127346
129472
|
label="label",
|
|
129473
|
+
tooltip_target="tooltipTarget",
|
|
127347
129474
|
visibility="visibility"
|
|
127348
129475
|
),
|
|
127349
129476
|
field_tooltip_item=quicksight.CfnDashboard.FieldTooltipItemProperty(
|
|
@@ -127351,6 +129478,7 @@ class CfnDashboard(
|
|
|
127351
129478
|
|
|
127352
129479
|
# the properties below are optional
|
|
127353
129480
|
label="label",
|
|
129481
|
+
tooltip_target="tooltipTarget",
|
|
127354
129482
|
visibility="visibility"
|
|
127355
129483
|
)
|
|
127356
129484
|
)
|
|
@@ -127456,6 +129584,7 @@ class CfnDashboard(
|
|
|
127456
129584
|
)
|
|
127457
129585
|
),
|
|
127458
129586
|
label="label",
|
|
129587
|
+
tooltip_target="tooltipTarget",
|
|
127459
129588
|
visibility="visibility"
|
|
127460
129589
|
),
|
|
127461
129590
|
field_tooltip_item=quicksight.CfnDashboard.FieldTooltipItemProperty(
|
|
@@ -127463,6 +129592,7 @@ class CfnDashboard(
|
|
|
127463
129592
|
|
|
127464
129593
|
# the properties below are optional
|
|
127465
129594
|
label="label",
|
|
129595
|
+
tooltip_target="tooltipTarget",
|
|
127466
129596
|
visibility="visibility"
|
|
127467
129597
|
)
|
|
127468
129598
|
)],
|
|
@@ -151518,6 +153648,328 @@ class CfnTemplate(
|
|
|
151518
153648
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
151519
153649
|
)
|
|
151520
153650
|
|
|
153651
|
+
@jsii.data_type(
|
|
153652
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.CategoryInnerFilterProperty",
|
|
153653
|
+
jsii_struct_bases=[],
|
|
153654
|
+
name_mapping={
|
|
153655
|
+
"column": "column",
|
|
153656
|
+
"configuration": "configuration",
|
|
153657
|
+
"default_filter_control_configuration": "defaultFilterControlConfiguration",
|
|
153658
|
+
},
|
|
153659
|
+
)
|
|
153660
|
+
class CategoryInnerFilterProperty:
|
|
153661
|
+
def __init__(
|
|
153662
|
+
self,
|
|
153663
|
+
*,
|
|
153664
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
153665
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.CategoryFilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
153666
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DefaultFilterControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
153667
|
+
) -> None:
|
|
153668
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
153669
|
+
|
|
153670
|
+
:param column:
|
|
153671
|
+
:param configuration:
|
|
153672
|
+
:param default_filter_control_configuration:
|
|
153673
|
+
|
|
153674
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryinnerfilter.html
|
|
153675
|
+
:exampleMetadata: fixture=_generated
|
|
153676
|
+
|
|
153677
|
+
Example::
|
|
153678
|
+
|
|
153679
|
+
# The code below shows an example of how to instantiate this type.
|
|
153680
|
+
# The values are placeholders you should change.
|
|
153681
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
153682
|
+
|
|
153683
|
+
category_inner_filter_property = quicksight.CfnTemplate.CategoryInnerFilterProperty(
|
|
153684
|
+
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
153685
|
+
column_name="columnName",
|
|
153686
|
+
data_set_identifier="dataSetIdentifier"
|
|
153687
|
+
),
|
|
153688
|
+
configuration=quicksight.CfnTemplate.CategoryFilterConfigurationProperty(
|
|
153689
|
+
custom_filter_configuration=quicksight.CfnTemplate.CustomFilterConfigurationProperty(
|
|
153690
|
+
match_operator="matchOperator",
|
|
153691
|
+
null_option="nullOption",
|
|
153692
|
+
|
|
153693
|
+
# the properties below are optional
|
|
153694
|
+
category_value="categoryValue",
|
|
153695
|
+
parameter_name="parameterName",
|
|
153696
|
+
select_all_options="selectAllOptions"
|
|
153697
|
+
),
|
|
153698
|
+
custom_filter_list_configuration=quicksight.CfnTemplate.CustomFilterListConfigurationProperty(
|
|
153699
|
+
match_operator="matchOperator",
|
|
153700
|
+
null_option="nullOption",
|
|
153701
|
+
|
|
153702
|
+
# the properties below are optional
|
|
153703
|
+
category_values=["categoryValues"],
|
|
153704
|
+
select_all_options="selectAllOptions"
|
|
153705
|
+
),
|
|
153706
|
+
filter_list_configuration=quicksight.CfnTemplate.FilterListConfigurationProperty(
|
|
153707
|
+
match_operator="matchOperator",
|
|
153708
|
+
|
|
153709
|
+
# the properties below are optional
|
|
153710
|
+
category_values=["categoryValues"],
|
|
153711
|
+
null_option="nullOption",
|
|
153712
|
+
select_all_options="selectAllOptions"
|
|
153713
|
+
)
|
|
153714
|
+
),
|
|
153715
|
+
|
|
153716
|
+
# the properties below are optional
|
|
153717
|
+
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
153718
|
+
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
153719
|
+
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
153720
|
+
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
153721
|
+
date_time_format="dateTimeFormat",
|
|
153722
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153723
|
+
info_icon_text="infoIconText",
|
|
153724
|
+
visibility="visibility"
|
|
153725
|
+
),
|
|
153726
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153727
|
+
custom_label="customLabel",
|
|
153728
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153729
|
+
font_color="fontColor",
|
|
153730
|
+
font_decoration="fontDecoration",
|
|
153731
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153732
|
+
relative="relative"
|
|
153733
|
+
),
|
|
153734
|
+
font_style="fontStyle",
|
|
153735
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153736
|
+
name="name"
|
|
153737
|
+
)
|
|
153738
|
+
),
|
|
153739
|
+
visibility="visibility"
|
|
153740
|
+
)
|
|
153741
|
+
),
|
|
153742
|
+
type="type"
|
|
153743
|
+
),
|
|
153744
|
+
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
153745
|
+
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
153746
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153747
|
+
info_icon_text="infoIconText",
|
|
153748
|
+
visibility="visibility"
|
|
153749
|
+
),
|
|
153750
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
153751
|
+
visibility="visibility"
|
|
153752
|
+
),
|
|
153753
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153754
|
+
custom_label="customLabel",
|
|
153755
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153756
|
+
font_color="fontColor",
|
|
153757
|
+
font_decoration="fontDecoration",
|
|
153758
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153759
|
+
relative="relative"
|
|
153760
|
+
),
|
|
153761
|
+
font_style="fontStyle",
|
|
153762
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153763
|
+
name="name"
|
|
153764
|
+
)
|
|
153765
|
+
),
|
|
153766
|
+
visibility="visibility"
|
|
153767
|
+
)
|
|
153768
|
+
),
|
|
153769
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
153770
|
+
values=["values"]
|
|
153771
|
+
),
|
|
153772
|
+
type="type"
|
|
153773
|
+
),
|
|
153774
|
+
default_list_options=quicksight.CfnTemplate.DefaultFilterListControlOptionsProperty(
|
|
153775
|
+
display_options=quicksight.CfnTemplate.ListControlDisplayOptionsProperty(
|
|
153776
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153777
|
+
info_icon_text="infoIconText",
|
|
153778
|
+
visibility="visibility"
|
|
153779
|
+
),
|
|
153780
|
+
search_options=quicksight.CfnTemplate.ListControlSearchOptionsProperty(
|
|
153781
|
+
visibility="visibility"
|
|
153782
|
+
),
|
|
153783
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
153784
|
+
visibility="visibility"
|
|
153785
|
+
),
|
|
153786
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153787
|
+
custom_label="customLabel",
|
|
153788
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153789
|
+
font_color="fontColor",
|
|
153790
|
+
font_decoration="fontDecoration",
|
|
153791
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153792
|
+
relative="relative"
|
|
153793
|
+
),
|
|
153794
|
+
font_style="fontStyle",
|
|
153795
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153796
|
+
name="name"
|
|
153797
|
+
)
|
|
153798
|
+
),
|
|
153799
|
+
visibility="visibility"
|
|
153800
|
+
)
|
|
153801
|
+
),
|
|
153802
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
153803
|
+
values=["values"]
|
|
153804
|
+
),
|
|
153805
|
+
type="type"
|
|
153806
|
+
),
|
|
153807
|
+
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
153808
|
+
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
153809
|
+
date_time_format="dateTimeFormat",
|
|
153810
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153811
|
+
info_icon_text="infoIconText",
|
|
153812
|
+
visibility="visibility"
|
|
153813
|
+
),
|
|
153814
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153815
|
+
custom_label="customLabel",
|
|
153816
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153817
|
+
font_color="fontColor",
|
|
153818
|
+
font_decoration="fontDecoration",
|
|
153819
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153820
|
+
relative="relative"
|
|
153821
|
+
),
|
|
153822
|
+
font_style="fontStyle",
|
|
153823
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153824
|
+
name="name"
|
|
153825
|
+
)
|
|
153826
|
+
),
|
|
153827
|
+
visibility="visibility"
|
|
153828
|
+
)
|
|
153829
|
+
)
|
|
153830
|
+
),
|
|
153831
|
+
default_slider_options=quicksight.CfnTemplate.DefaultSliderControlOptionsProperty(
|
|
153832
|
+
maximum_value=123,
|
|
153833
|
+
minimum_value=123,
|
|
153834
|
+
step_size=123,
|
|
153835
|
+
|
|
153836
|
+
# the properties below are optional
|
|
153837
|
+
display_options=quicksight.CfnTemplate.SliderControlDisplayOptionsProperty(
|
|
153838
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153839
|
+
info_icon_text="infoIconText",
|
|
153840
|
+
visibility="visibility"
|
|
153841
|
+
),
|
|
153842
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153843
|
+
custom_label="customLabel",
|
|
153844
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153845
|
+
font_color="fontColor",
|
|
153846
|
+
font_decoration="fontDecoration",
|
|
153847
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153848
|
+
relative="relative"
|
|
153849
|
+
),
|
|
153850
|
+
font_style="fontStyle",
|
|
153851
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153852
|
+
name="name"
|
|
153853
|
+
)
|
|
153854
|
+
),
|
|
153855
|
+
visibility="visibility"
|
|
153856
|
+
)
|
|
153857
|
+
),
|
|
153858
|
+
type="type"
|
|
153859
|
+
),
|
|
153860
|
+
default_text_area_options=quicksight.CfnTemplate.DefaultTextAreaControlOptionsProperty(
|
|
153861
|
+
delimiter="delimiter",
|
|
153862
|
+
display_options=quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty(
|
|
153863
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153864
|
+
info_icon_text="infoIconText",
|
|
153865
|
+
visibility="visibility"
|
|
153866
|
+
),
|
|
153867
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
153868
|
+
visibility="visibility"
|
|
153869
|
+
),
|
|
153870
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153871
|
+
custom_label="customLabel",
|
|
153872
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153873
|
+
font_color="fontColor",
|
|
153874
|
+
font_decoration="fontDecoration",
|
|
153875
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153876
|
+
relative="relative"
|
|
153877
|
+
),
|
|
153878
|
+
font_style="fontStyle",
|
|
153879
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153880
|
+
name="name"
|
|
153881
|
+
)
|
|
153882
|
+
),
|
|
153883
|
+
visibility="visibility"
|
|
153884
|
+
)
|
|
153885
|
+
)
|
|
153886
|
+
),
|
|
153887
|
+
default_text_field_options=quicksight.CfnTemplate.DefaultTextFieldControlOptionsProperty(
|
|
153888
|
+
display_options=quicksight.CfnTemplate.TextFieldControlDisplayOptionsProperty(
|
|
153889
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153890
|
+
info_icon_text="infoIconText",
|
|
153891
|
+
visibility="visibility"
|
|
153892
|
+
),
|
|
153893
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
153894
|
+
visibility="visibility"
|
|
153895
|
+
),
|
|
153896
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
153897
|
+
custom_label="customLabel",
|
|
153898
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
153899
|
+
font_color="fontColor",
|
|
153900
|
+
font_decoration="fontDecoration",
|
|
153901
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
153902
|
+
relative="relative"
|
|
153903
|
+
),
|
|
153904
|
+
font_style="fontStyle",
|
|
153905
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
153906
|
+
name="name"
|
|
153907
|
+
)
|
|
153908
|
+
),
|
|
153909
|
+
visibility="visibility"
|
|
153910
|
+
)
|
|
153911
|
+
)
|
|
153912
|
+
)
|
|
153913
|
+
),
|
|
153914
|
+
title="title"
|
|
153915
|
+
)
|
|
153916
|
+
)
|
|
153917
|
+
'''
|
|
153918
|
+
if __debug__:
|
|
153919
|
+
type_hints = typing.get_type_hints(_typecheckingstub__39fa439e4037cae7a0f56cf1a6c00bd20c045d969da1fe6209eab161d9802d70)
|
|
153920
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
153921
|
+
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
153922
|
+
check_type(argname="argument default_filter_control_configuration", value=default_filter_control_configuration, expected_type=type_hints["default_filter_control_configuration"])
|
|
153923
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
153924
|
+
"column": column,
|
|
153925
|
+
"configuration": configuration,
|
|
153926
|
+
}
|
|
153927
|
+
if default_filter_control_configuration is not None:
|
|
153928
|
+
self._values["default_filter_control_configuration"] = default_filter_control_configuration
|
|
153929
|
+
|
|
153930
|
+
@builtins.property
|
|
153931
|
+
def column(
|
|
153932
|
+
self,
|
|
153933
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.ColumnIdentifierProperty"]:
|
|
153934
|
+
'''
|
|
153935
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryinnerfilter.html#cfn-quicksight-template-categoryinnerfilter-column
|
|
153936
|
+
'''
|
|
153937
|
+
result = self._values.get("column")
|
|
153938
|
+
assert result is not None, "Required property 'column' is missing"
|
|
153939
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.ColumnIdentifierProperty"], result)
|
|
153940
|
+
|
|
153941
|
+
@builtins.property
|
|
153942
|
+
def configuration(
|
|
153943
|
+
self,
|
|
153944
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryFilterConfigurationProperty"]:
|
|
153945
|
+
'''
|
|
153946
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryinnerfilter.html#cfn-quicksight-template-categoryinnerfilter-configuration
|
|
153947
|
+
'''
|
|
153948
|
+
result = self._values.get("configuration")
|
|
153949
|
+
assert result is not None, "Required property 'configuration' is missing"
|
|
153950
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryFilterConfigurationProperty"], result)
|
|
153951
|
+
|
|
153952
|
+
@builtins.property
|
|
153953
|
+
def default_filter_control_configuration(
|
|
153954
|
+
self,
|
|
153955
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DefaultFilterControlConfigurationProperty"]]:
|
|
153956
|
+
'''
|
|
153957
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryinnerfilter.html#cfn-quicksight-template-categoryinnerfilter-defaultfiltercontrolconfiguration
|
|
153958
|
+
'''
|
|
153959
|
+
result = self._values.get("default_filter_control_configuration")
|
|
153960
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DefaultFilterControlConfigurationProperty"]], result)
|
|
153961
|
+
|
|
153962
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
153963
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
153964
|
+
|
|
153965
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
153966
|
+
return not (rhs == self)
|
|
153967
|
+
|
|
153968
|
+
def __repr__(self) -> str:
|
|
153969
|
+
return "CategoryInnerFilterProperty(%s)" % ", ".join(
|
|
153970
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
153971
|
+
)
|
|
153972
|
+
|
|
151521
153973
|
@jsii.data_type(
|
|
151522
153974
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.ChartAxisLabelOptionsProperty",
|
|
151523
153975
|
jsii_struct_bases=[],
|
|
@@ -152854,6 +155306,7 @@ class CfnTemplate(
|
|
|
152854
155306
|
"column": "column",
|
|
152855
155307
|
"aggregation": "aggregation",
|
|
152856
155308
|
"label": "label",
|
|
155309
|
+
"tooltip_target": "tooltipTarget",
|
|
152857
155310
|
"visibility": "visibility",
|
|
152858
155311
|
},
|
|
152859
155312
|
)
|
|
@@ -152864,6 +155317,7 @@ class CfnTemplate(
|
|
|
152864
155317
|
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
152865
155318
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.AggregationFunctionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
152866
155319
|
label: typing.Optional[builtins.str] = None,
|
|
155320
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
152867
155321
|
visibility: typing.Optional[builtins.str] = None,
|
|
152868
155322
|
) -> None:
|
|
152869
155323
|
'''The tooltip item for the columns that are not part of a field well.
|
|
@@ -152871,6 +155325,7 @@ class CfnTemplate(
|
|
|
152871
155325
|
:param column: The target column of the tooltip item.
|
|
152872
155326
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
152873
155327
|
:param label: The label of the tooltip item.
|
|
155328
|
+
:param tooltip_target:
|
|
152874
155329
|
:param visibility: The visibility of the tooltip item.
|
|
152875
155330
|
|
|
152876
155331
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columntooltipitem.html
|
|
@@ -152904,6 +155359,7 @@ class CfnTemplate(
|
|
|
152904
155359
|
)
|
|
152905
155360
|
),
|
|
152906
155361
|
label="label",
|
|
155362
|
+
tooltip_target="tooltipTarget",
|
|
152907
155363
|
visibility="visibility"
|
|
152908
155364
|
)
|
|
152909
155365
|
'''
|
|
@@ -152912,6 +155368,7 @@ class CfnTemplate(
|
|
|
152912
155368
|
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
152913
155369
|
check_type(argname="argument aggregation", value=aggregation, expected_type=type_hints["aggregation"])
|
|
152914
155370
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
155371
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
152915
155372
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
152916
155373
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
152917
155374
|
"column": column,
|
|
@@ -152920,6 +155377,8 @@ class CfnTemplate(
|
|
|
152920
155377
|
self._values["aggregation"] = aggregation
|
|
152921
155378
|
if label is not None:
|
|
152922
155379
|
self._values["label"] = label
|
|
155380
|
+
if tooltip_target is not None:
|
|
155381
|
+
self._values["tooltip_target"] = tooltip_target
|
|
152923
155382
|
if visibility is not None:
|
|
152924
155383
|
self._values["visibility"] = visibility
|
|
152925
155384
|
|
|
@@ -152955,6 +155414,14 @@ class CfnTemplate(
|
|
|
152955
155414
|
result = self._values.get("label")
|
|
152956
155415
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
152957
155416
|
|
|
155417
|
+
@builtins.property
|
|
155418
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
155419
|
+
'''
|
|
155420
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columntooltipitem.html#cfn-quicksight-template-columntooltipitem-tooltiptarget
|
|
155421
|
+
'''
|
|
155422
|
+
result = self._values.get("tooltip_target")
|
|
155423
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
155424
|
+
|
|
152958
155425
|
@builtins.property
|
|
152959
155426
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
152960
155427
|
'''The visibility of the tooltip item.
|
|
@@ -162536,6 +165003,7 @@ class CfnTemplate(
|
|
|
162536
165003
|
)
|
|
162537
165004
|
),
|
|
162538
165005
|
label="label",
|
|
165006
|
+
tooltip_target="tooltipTarget",
|
|
162539
165007
|
visibility="visibility"
|
|
162540
165008
|
),
|
|
162541
165009
|
field_tooltip_item=quicksight.CfnTemplate.FieldTooltipItemProperty(
|
|
@@ -162543,6 +165011,7 @@ class CfnTemplate(
|
|
|
162543
165011
|
|
|
162544
165012
|
# the properties below are optional
|
|
162545
165013
|
label="label",
|
|
165014
|
+
tooltip_target="tooltipTarget",
|
|
162546
165015
|
visibility="visibility"
|
|
162547
165016
|
)
|
|
162548
165017
|
)],
|
|
@@ -162956,6 +165425,7 @@ class CfnTemplate(
|
|
|
162956
165425
|
name_mapping={
|
|
162957
165426
|
"field_id": "fieldId",
|
|
162958
165427
|
"label": "label",
|
|
165428
|
+
"tooltip_target": "tooltipTarget",
|
|
162959
165429
|
"visibility": "visibility",
|
|
162960
165430
|
},
|
|
162961
165431
|
)
|
|
@@ -162965,12 +165435,14 @@ class CfnTemplate(
|
|
|
162965
165435
|
*,
|
|
162966
165436
|
field_id: builtins.str,
|
|
162967
165437
|
label: typing.Optional[builtins.str] = None,
|
|
165438
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
162968
165439
|
visibility: typing.Optional[builtins.str] = None,
|
|
162969
165440
|
) -> None:
|
|
162970
165441
|
'''The tooltip item for the fields.
|
|
162971
165442
|
|
|
162972
165443
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
162973
165444
|
:param label: The label of the tooltip item.
|
|
165445
|
+
:param tooltip_target:
|
|
162974
165446
|
:param visibility: The visibility of the tooltip item.
|
|
162975
165447
|
|
|
162976
165448
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldtooltipitem.html
|
|
@@ -162987,6 +165459,7 @@ class CfnTemplate(
|
|
|
162987
165459
|
|
|
162988
165460
|
# the properties below are optional
|
|
162989
165461
|
label="label",
|
|
165462
|
+
tooltip_target="tooltipTarget",
|
|
162990
165463
|
visibility="visibility"
|
|
162991
165464
|
)
|
|
162992
165465
|
'''
|
|
@@ -162994,12 +165467,15 @@ class CfnTemplate(
|
|
|
162994
165467
|
type_hints = typing.get_type_hints(_typecheckingstub__297ede735671a624776585becdbf3f66ab88b4a2caeee3f00dd4b384c2e8dc58)
|
|
162995
165468
|
check_type(argname="argument field_id", value=field_id, expected_type=type_hints["field_id"])
|
|
162996
165469
|
check_type(argname="argument label", value=label, expected_type=type_hints["label"])
|
|
165470
|
+
check_type(argname="argument tooltip_target", value=tooltip_target, expected_type=type_hints["tooltip_target"])
|
|
162997
165471
|
check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
|
|
162998
165472
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
162999
165473
|
"field_id": field_id,
|
|
163000
165474
|
}
|
|
163001
165475
|
if label is not None:
|
|
163002
165476
|
self._values["label"] = label
|
|
165477
|
+
if tooltip_target is not None:
|
|
165478
|
+
self._values["tooltip_target"] = tooltip_target
|
|
163003
165479
|
if visibility is not None:
|
|
163004
165480
|
self._values["visibility"] = visibility
|
|
163005
165481
|
|
|
@@ -163022,6 +165498,14 @@ class CfnTemplate(
|
|
|
163022
165498
|
result = self._values.get("label")
|
|
163023
165499
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
163024
165500
|
|
|
165501
|
+
@builtins.property
|
|
165502
|
+
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
165503
|
+
'''
|
|
165504
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldtooltipitem.html#cfn-quicksight-template-fieldtooltipitem-tooltiptarget
|
|
165505
|
+
'''
|
|
165506
|
+
result = self._values.get("tooltip_target")
|
|
165507
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
165508
|
+
|
|
163025
165509
|
@builtins.property
|
|
163026
165510
|
def visibility(self) -> typing.Optional[builtins.str]:
|
|
163027
165511
|
'''The visibility of the tooltip item.
|
|
@@ -166315,6 +168799,7 @@ class CfnTemplate(
|
|
|
166315
168799
|
jsii_struct_bases=[],
|
|
166316
168800
|
name_mapping={
|
|
166317
168801
|
"category_filter": "categoryFilter",
|
|
168802
|
+
"nested_filter": "nestedFilter",
|
|
166318
168803
|
"numeric_equality_filter": "numericEqualityFilter",
|
|
166319
168804
|
"numeric_range_filter": "numericRangeFilter",
|
|
166320
168805
|
"relative_dates_filter": "relativeDatesFilter",
|
|
@@ -166328,6 +168813,7 @@ class CfnTemplate(
|
|
|
166328
168813
|
self,
|
|
166329
168814
|
*,
|
|
166330
168815
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.CategoryFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168816
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.NestedFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
166331
168817
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.NumericEqualityFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
166332
168818
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.NumericRangeFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
166333
168819
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.RelativeDatesFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -166340,6 +168826,7 @@ class CfnTemplate(
|
|
|
166340
168826
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
166341
168827
|
|
|
166342
168828
|
:param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
|
|
168829
|
+
:param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
166343
168830
|
:param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
|
|
166344
168831
|
:param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
|
|
166345
168832
|
:param relative_dates_filter: A ``RelativeDatesFilter`` filters date values that are relative to a given date.
|
|
@@ -166357,6 +168844,7 @@ class CfnTemplate(
|
|
|
166357
168844
|
if __debug__:
|
|
166358
168845
|
type_hints = typing.get_type_hints(_typecheckingstub__88122957d84b62e3e46e2cbb5339eea38b7214fb962331dc061a86be966da1f1)
|
|
166359
168846
|
check_type(argname="argument category_filter", value=category_filter, expected_type=type_hints["category_filter"])
|
|
168847
|
+
check_type(argname="argument nested_filter", value=nested_filter, expected_type=type_hints["nested_filter"])
|
|
166360
168848
|
check_type(argname="argument numeric_equality_filter", value=numeric_equality_filter, expected_type=type_hints["numeric_equality_filter"])
|
|
166361
168849
|
check_type(argname="argument numeric_range_filter", value=numeric_range_filter, expected_type=type_hints["numeric_range_filter"])
|
|
166362
168850
|
check_type(argname="argument relative_dates_filter", value=relative_dates_filter, expected_type=type_hints["relative_dates_filter"])
|
|
@@ -166366,6 +168854,8 @@ class CfnTemplate(
|
|
|
166366
168854
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
166367
168855
|
if category_filter is not None:
|
|
166368
168856
|
self._values["category_filter"] = category_filter
|
|
168857
|
+
if nested_filter is not None:
|
|
168858
|
+
self._values["nested_filter"] = nested_filter
|
|
166369
168859
|
if numeric_equality_filter is not None:
|
|
166370
168860
|
self._values["numeric_equality_filter"] = numeric_equality_filter
|
|
166371
168861
|
if numeric_range_filter is not None:
|
|
@@ -166392,6 +168882,17 @@ class CfnTemplate(
|
|
|
166392
168882
|
result = self._values.get("category_filter")
|
|
166393
168883
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryFilterProperty"]], result)
|
|
166394
168884
|
|
|
168885
|
+
@builtins.property
|
|
168886
|
+
def nested_filter(
|
|
168887
|
+
self,
|
|
168888
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.NestedFilterProperty"]]:
|
|
168889
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
168890
|
+
|
|
168891
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filter.html#cfn-quicksight-template-filter-nestedfilter
|
|
168892
|
+
'''
|
|
168893
|
+
result = self._values.get("nested_filter")
|
|
168894
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.NestedFilterProperty"]], result)
|
|
168895
|
+
|
|
166395
168896
|
@builtins.property
|
|
166396
168897
|
def numeric_equality_filter(
|
|
166397
168898
|
self,
|
|
@@ -175534,6 +178035,296 @@ class CfnTemplate(
|
|
|
175534
178035
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
175535
178036
|
)
|
|
175536
178037
|
|
|
178038
|
+
@jsii.data_type(
|
|
178039
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.InnerFilterProperty",
|
|
178040
|
+
jsii_struct_bases=[],
|
|
178041
|
+
name_mapping={"category_inner_filter": "categoryInnerFilter"},
|
|
178042
|
+
)
|
|
178043
|
+
class InnerFilterProperty:
|
|
178044
|
+
def __init__(
|
|
178045
|
+
self,
|
|
178046
|
+
*,
|
|
178047
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.CategoryInnerFilterProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178048
|
+
) -> None:
|
|
178049
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
178050
|
+
|
|
178051
|
+
:param category_inner_filter: A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
178052
|
+
|
|
178053
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-innerfilter.html
|
|
178054
|
+
:exampleMetadata: fixture=_generated
|
|
178055
|
+
|
|
178056
|
+
Example::
|
|
178057
|
+
|
|
178058
|
+
# The code below shows an example of how to instantiate this type.
|
|
178059
|
+
# The values are placeholders you should change.
|
|
178060
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
178061
|
+
|
|
178062
|
+
inner_filter_property = quicksight.CfnTemplate.InnerFilterProperty(
|
|
178063
|
+
category_inner_filter=quicksight.CfnTemplate.CategoryInnerFilterProperty(
|
|
178064
|
+
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
178065
|
+
column_name="columnName",
|
|
178066
|
+
data_set_identifier="dataSetIdentifier"
|
|
178067
|
+
),
|
|
178068
|
+
configuration=quicksight.CfnTemplate.CategoryFilterConfigurationProperty(
|
|
178069
|
+
custom_filter_configuration=quicksight.CfnTemplate.CustomFilterConfigurationProperty(
|
|
178070
|
+
match_operator="matchOperator",
|
|
178071
|
+
null_option="nullOption",
|
|
178072
|
+
|
|
178073
|
+
# the properties below are optional
|
|
178074
|
+
category_value="categoryValue",
|
|
178075
|
+
parameter_name="parameterName",
|
|
178076
|
+
select_all_options="selectAllOptions"
|
|
178077
|
+
),
|
|
178078
|
+
custom_filter_list_configuration=quicksight.CfnTemplate.CustomFilterListConfigurationProperty(
|
|
178079
|
+
match_operator="matchOperator",
|
|
178080
|
+
null_option="nullOption",
|
|
178081
|
+
|
|
178082
|
+
# the properties below are optional
|
|
178083
|
+
category_values=["categoryValues"],
|
|
178084
|
+
select_all_options="selectAllOptions"
|
|
178085
|
+
),
|
|
178086
|
+
filter_list_configuration=quicksight.CfnTemplate.FilterListConfigurationProperty(
|
|
178087
|
+
match_operator="matchOperator",
|
|
178088
|
+
|
|
178089
|
+
# the properties below are optional
|
|
178090
|
+
category_values=["categoryValues"],
|
|
178091
|
+
null_option="nullOption",
|
|
178092
|
+
select_all_options="selectAllOptions"
|
|
178093
|
+
)
|
|
178094
|
+
),
|
|
178095
|
+
|
|
178096
|
+
# the properties below are optional
|
|
178097
|
+
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
178098
|
+
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
178099
|
+
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
178100
|
+
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
178101
|
+
date_time_format="dateTimeFormat",
|
|
178102
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178103
|
+
info_icon_text="infoIconText",
|
|
178104
|
+
visibility="visibility"
|
|
178105
|
+
),
|
|
178106
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178107
|
+
custom_label="customLabel",
|
|
178108
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178109
|
+
font_color="fontColor",
|
|
178110
|
+
font_decoration="fontDecoration",
|
|
178111
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178112
|
+
relative="relative"
|
|
178113
|
+
),
|
|
178114
|
+
font_style="fontStyle",
|
|
178115
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178116
|
+
name="name"
|
|
178117
|
+
)
|
|
178118
|
+
),
|
|
178119
|
+
visibility="visibility"
|
|
178120
|
+
)
|
|
178121
|
+
),
|
|
178122
|
+
type="type"
|
|
178123
|
+
),
|
|
178124
|
+
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
178125
|
+
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
178126
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178127
|
+
info_icon_text="infoIconText",
|
|
178128
|
+
visibility="visibility"
|
|
178129
|
+
),
|
|
178130
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
178131
|
+
visibility="visibility"
|
|
178132
|
+
),
|
|
178133
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178134
|
+
custom_label="customLabel",
|
|
178135
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178136
|
+
font_color="fontColor",
|
|
178137
|
+
font_decoration="fontDecoration",
|
|
178138
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178139
|
+
relative="relative"
|
|
178140
|
+
),
|
|
178141
|
+
font_style="fontStyle",
|
|
178142
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178143
|
+
name="name"
|
|
178144
|
+
)
|
|
178145
|
+
),
|
|
178146
|
+
visibility="visibility"
|
|
178147
|
+
)
|
|
178148
|
+
),
|
|
178149
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
178150
|
+
values=["values"]
|
|
178151
|
+
),
|
|
178152
|
+
type="type"
|
|
178153
|
+
),
|
|
178154
|
+
default_list_options=quicksight.CfnTemplate.DefaultFilterListControlOptionsProperty(
|
|
178155
|
+
display_options=quicksight.CfnTemplate.ListControlDisplayOptionsProperty(
|
|
178156
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178157
|
+
info_icon_text="infoIconText",
|
|
178158
|
+
visibility="visibility"
|
|
178159
|
+
),
|
|
178160
|
+
search_options=quicksight.CfnTemplate.ListControlSearchOptionsProperty(
|
|
178161
|
+
visibility="visibility"
|
|
178162
|
+
),
|
|
178163
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
178164
|
+
visibility="visibility"
|
|
178165
|
+
),
|
|
178166
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178167
|
+
custom_label="customLabel",
|
|
178168
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178169
|
+
font_color="fontColor",
|
|
178170
|
+
font_decoration="fontDecoration",
|
|
178171
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178172
|
+
relative="relative"
|
|
178173
|
+
),
|
|
178174
|
+
font_style="fontStyle",
|
|
178175
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178176
|
+
name="name"
|
|
178177
|
+
)
|
|
178178
|
+
),
|
|
178179
|
+
visibility="visibility"
|
|
178180
|
+
)
|
|
178181
|
+
),
|
|
178182
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
178183
|
+
values=["values"]
|
|
178184
|
+
),
|
|
178185
|
+
type="type"
|
|
178186
|
+
),
|
|
178187
|
+
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
178188
|
+
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
178189
|
+
date_time_format="dateTimeFormat",
|
|
178190
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178191
|
+
info_icon_text="infoIconText",
|
|
178192
|
+
visibility="visibility"
|
|
178193
|
+
),
|
|
178194
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178195
|
+
custom_label="customLabel",
|
|
178196
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178197
|
+
font_color="fontColor",
|
|
178198
|
+
font_decoration="fontDecoration",
|
|
178199
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178200
|
+
relative="relative"
|
|
178201
|
+
),
|
|
178202
|
+
font_style="fontStyle",
|
|
178203
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178204
|
+
name="name"
|
|
178205
|
+
)
|
|
178206
|
+
),
|
|
178207
|
+
visibility="visibility"
|
|
178208
|
+
)
|
|
178209
|
+
)
|
|
178210
|
+
),
|
|
178211
|
+
default_slider_options=quicksight.CfnTemplate.DefaultSliderControlOptionsProperty(
|
|
178212
|
+
maximum_value=123,
|
|
178213
|
+
minimum_value=123,
|
|
178214
|
+
step_size=123,
|
|
178215
|
+
|
|
178216
|
+
# the properties below are optional
|
|
178217
|
+
display_options=quicksight.CfnTemplate.SliderControlDisplayOptionsProperty(
|
|
178218
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178219
|
+
info_icon_text="infoIconText",
|
|
178220
|
+
visibility="visibility"
|
|
178221
|
+
),
|
|
178222
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178223
|
+
custom_label="customLabel",
|
|
178224
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178225
|
+
font_color="fontColor",
|
|
178226
|
+
font_decoration="fontDecoration",
|
|
178227
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178228
|
+
relative="relative"
|
|
178229
|
+
),
|
|
178230
|
+
font_style="fontStyle",
|
|
178231
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178232
|
+
name="name"
|
|
178233
|
+
)
|
|
178234
|
+
),
|
|
178235
|
+
visibility="visibility"
|
|
178236
|
+
)
|
|
178237
|
+
),
|
|
178238
|
+
type="type"
|
|
178239
|
+
),
|
|
178240
|
+
default_text_area_options=quicksight.CfnTemplate.DefaultTextAreaControlOptionsProperty(
|
|
178241
|
+
delimiter="delimiter",
|
|
178242
|
+
display_options=quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty(
|
|
178243
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178244
|
+
info_icon_text="infoIconText",
|
|
178245
|
+
visibility="visibility"
|
|
178246
|
+
),
|
|
178247
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
178248
|
+
visibility="visibility"
|
|
178249
|
+
),
|
|
178250
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178251
|
+
custom_label="customLabel",
|
|
178252
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178253
|
+
font_color="fontColor",
|
|
178254
|
+
font_decoration="fontDecoration",
|
|
178255
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178256
|
+
relative="relative"
|
|
178257
|
+
),
|
|
178258
|
+
font_style="fontStyle",
|
|
178259
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178260
|
+
name="name"
|
|
178261
|
+
)
|
|
178262
|
+
),
|
|
178263
|
+
visibility="visibility"
|
|
178264
|
+
)
|
|
178265
|
+
)
|
|
178266
|
+
),
|
|
178267
|
+
default_text_field_options=quicksight.CfnTemplate.DefaultTextFieldControlOptionsProperty(
|
|
178268
|
+
display_options=quicksight.CfnTemplate.TextFieldControlDisplayOptionsProperty(
|
|
178269
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178270
|
+
info_icon_text="infoIconText",
|
|
178271
|
+
visibility="visibility"
|
|
178272
|
+
),
|
|
178273
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
178274
|
+
visibility="visibility"
|
|
178275
|
+
),
|
|
178276
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
178277
|
+
custom_label="customLabel",
|
|
178278
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
178279
|
+
font_color="fontColor",
|
|
178280
|
+
font_decoration="fontDecoration",
|
|
178281
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
178282
|
+
relative="relative"
|
|
178283
|
+
),
|
|
178284
|
+
font_style="fontStyle",
|
|
178285
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
178286
|
+
name="name"
|
|
178287
|
+
)
|
|
178288
|
+
),
|
|
178289
|
+
visibility="visibility"
|
|
178290
|
+
)
|
|
178291
|
+
)
|
|
178292
|
+
)
|
|
178293
|
+
),
|
|
178294
|
+
title="title"
|
|
178295
|
+
)
|
|
178296
|
+
)
|
|
178297
|
+
)
|
|
178298
|
+
'''
|
|
178299
|
+
if __debug__:
|
|
178300
|
+
type_hints = typing.get_type_hints(_typecheckingstub__435827c079ec3ca37552bba1d5bf9bdb9d9490008f163c38c1b08a52c52333c2)
|
|
178301
|
+
check_type(argname="argument category_inner_filter", value=category_inner_filter, expected_type=type_hints["category_inner_filter"])
|
|
178302
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
178303
|
+
if category_inner_filter is not None:
|
|
178304
|
+
self._values["category_inner_filter"] = category_inner_filter
|
|
178305
|
+
|
|
178306
|
+
@builtins.property
|
|
178307
|
+
def category_inner_filter(
|
|
178308
|
+
self,
|
|
178309
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryInnerFilterProperty"]]:
|
|
178310
|
+
'''A ``CategoryInnerFilter`` filters text values for the ``NestedFilter`` .
|
|
178311
|
+
|
|
178312
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-innerfilter.html#cfn-quicksight-template-innerfilter-categoryinnerfilter
|
|
178313
|
+
'''
|
|
178314
|
+
result = self._values.get("category_inner_filter")
|
|
178315
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryInnerFilterProperty"]], result)
|
|
178316
|
+
|
|
178317
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
178318
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
178319
|
+
|
|
178320
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
178321
|
+
return not (rhs == self)
|
|
178322
|
+
|
|
178323
|
+
def __repr__(self) -> str:
|
|
178324
|
+
return "InnerFilterProperty(%s)" % ", ".join(
|
|
178325
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
178326
|
+
)
|
|
178327
|
+
|
|
175537
178328
|
@jsii.data_type(
|
|
175538
178329
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.InsightConfigurationProperty",
|
|
175539
178330
|
jsii_struct_bases=[],
|
|
@@ -178953,6 +181744,7 @@ class CfnTemplate(
|
|
|
178953
181744
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
178954
181745
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
178955
181746
|
"series": "series",
|
|
181747
|
+
"single_axis_options": "singleAxisOptions",
|
|
178956
181748
|
"small_multiples_options": "smallMultiplesOptions",
|
|
178957
181749
|
"sort_configuration": "sortConfiguration",
|
|
178958
181750
|
"tooltip": "tooltip",
|
|
@@ -178978,6 +181770,7 @@ class CfnTemplate(
|
|
|
178978
181770
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.LineSeriesAxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178979
181771
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178980
181772
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.SeriesItemProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
181773
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178981
181774
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.SmallMultiplesOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178982
181775
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.LineChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178983
181776
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -179000,6 +181793,7 @@ class CfnTemplate(
|
|
|
179000
181793
|
:param secondary_y_axis_display_options: The series axis configuration of a line chart.
|
|
179001
181794
|
:param secondary_y_axis_label_options: The options that determine the presentation of the secondary y-axis label.
|
|
179002
181795
|
:param series: The series item configuration of a line chart.
|
|
181796
|
+
:param single_axis_options:
|
|
179003
181797
|
:param small_multiples_options: The small multiples setup for the visual.
|
|
179004
181798
|
:param sort_configuration: The sort configuration of a line chart.
|
|
179005
181799
|
:param tooltip: The tooltip configuration of a line chart.
|
|
@@ -179029,6 +181823,7 @@ class CfnTemplate(
|
|
|
179029
181823
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
179030
181824
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
179031
181825
|
check_type(argname="argument series", value=series, expected_type=type_hints["series"])
|
|
181826
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
179032
181827
|
check_type(argname="argument small_multiples_options", value=small_multiples_options, expected_type=type_hints["small_multiples_options"])
|
|
179033
181828
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
179034
181829
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
@@ -179061,6 +181856,8 @@ class CfnTemplate(
|
|
|
179061
181856
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
179062
181857
|
if series is not None:
|
|
179063
181858
|
self._values["series"] = series
|
|
181859
|
+
if single_axis_options is not None:
|
|
181860
|
+
self._values["single_axis_options"] = single_axis_options
|
|
179064
181861
|
if small_multiples_options is not None:
|
|
179065
181862
|
self._values["small_multiples_options"] = small_multiples_options
|
|
179066
181863
|
if sort_configuration is not None:
|
|
@@ -179208,6 +182005,16 @@ class CfnTemplate(
|
|
|
179208
182005
|
result = self._values.get("series")
|
|
179209
182006
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SeriesItemProperty"]]]], result)
|
|
179210
182007
|
|
|
182008
|
+
@builtins.property
|
|
182009
|
+
def single_axis_options(
|
|
182010
|
+
self,
|
|
182011
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SingleAxisOptionsProperty"]]:
|
|
182012
|
+
'''
|
|
182013
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-linechartconfiguration.html#cfn-quicksight-template-linechartconfiguration-singleaxisoptions
|
|
182014
|
+
'''
|
|
182015
|
+
result = self._values.get("single_axis_options")
|
|
182016
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SingleAxisOptionsProperty"]], result)
|
|
182017
|
+
|
|
179211
182018
|
@builtins.property
|
|
179212
182019
|
def small_multiples_options(
|
|
179213
182020
|
self,
|
|
@@ -182026,6 +184833,358 @@ class CfnTemplate(
|
|
|
182026
184833
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
182027
184834
|
)
|
|
182028
184835
|
|
|
184836
|
+
@jsii.data_type(
|
|
184837
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.NestedFilterProperty",
|
|
184838
|
+
jsii_struct_bases=[],
|
|
184839
|
+
name_mapping={
|
|
184840
|
+
"column": "column",
|
|
184841
|
+
"filter_id": "filterId",
|
|
184842
|
+
"include_inner_set": "includeInnerSet",
|
|
184843
|
+
"inner_filter": "innerFilter",
|
|
184844
|
+
},
|
|
184845
|
+
)
|
|
184846
|
+
class NestedFilterProperty:
|
|
184847
|
+
def __init__(
|
|
184848
|
+
self,
|
|
184849
|
+
*,
|
|
184850
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ColumnIdentifierProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
184851
|
+
filter_id: builtins.str,
|
|
184852
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
184853
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.InnerFilterProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
184854
|
+
) -> None:
|
|
184855
|
+
'''A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
|
|
184856
|
+
|
|
184857
|
+
:param column: The column that the filter is applied to.
|
|
184858
|
+
:param filter_id: An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
184859
|
+
:param include_inner_set: A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter. Default: - false
|
|
184860
|
+
:param inner_filter: The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
184861
|
+
|
|
184862
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html
|
|
184863
|
+
:exampleMetadata: fixture=_generated
|
|
184864
|
+
|
|
184865
|
+
Example::
|
|
184866
|
+
|
|
184867
|
+
# The code below shows an example of how to instantiate this type.
|
|
184868
|
+
# The values are placeholders you should change.
|
|
184869
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
184870
|
+
|
|
184871
|
+
nested_filter_property = quicksight.CfnTemplate.NestedFilterProperty(
|
|
184872
|
+
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
184873
|
+
column_name="columnName",
|
|
184874
|
+
data_set_identifier="dataSetIdentifier"
|
|
184875
|
+
),
|
|
184876
|
+
filter_id="filterId",
|
|
184877
|
+
include_inner_set=False,
|
|
184878
|
+
inner_filter=quicksight.CfnTemplate.InnerFilterProperty(
|
|
184879
|
+
category_inner_filter=quicksight.CfnTemplate.CategoryInnerFilterProperty(
|
|
184880
|
+
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
184881
|
+
column_name="columnName",
|
|
184882
|
+
data_set_identifier="dataSetIdentifier"
|
|
184883
|
+
),
|
|
184884
|
+
configuration=quicksight.CfnTemplate.CategoryFilterConfigurationProperty(
|
|
184885
|
+
custom_filter_configuration=quicksight.CfnTemplate.CustomFilterConfigurationProperty(
|
|
184886
|
+
match_operator="matchOperator",
|
|
184887
|
+
null_option="nullOption",
|
|
184888
|
+
|
|
184889
|
+
# the properties below are optional
|
|
184890
|
+
category_value="categoryValue",
|
|
184891
|
+
parameter_name="parameterName",
|
|
184892
|
+
select_all_options="selectAllOptions"
|
|
184893
|
+
),
|
|
184894
|
+
custom_filter_list_configuration=quicksight.CfnTemplate.CustomFilterListConfigurationProperty(
|
|
184895
|
+
match_operator="matchOperator",
|
|
184896
|
+
null_option="nullOption",
|
|
184897
|
+
|
|
184898
|
+
# the properties below are optional
|
|
184899
|
+
category_values=["categoryValues"],
|
|
184900
|
+
select_all_options="selectAllOptions"
|
|
184901
|
+
),
|
|
184902
|
+
filter_list_configuration=quicksight.CfnTemplate.FilterListConfigurationProperty(
|
|
184903
|
+
match_operator="matchOperator",
|
|
184904
|
+
|
|
184905
|
+
# the properties below are optional
|
|
184906
|
+
category_values=["categoryValues"],
|
|
184907
|
+
null_option="nullOption",
|
|
184908
|
+
select_all_options="selectAllOptions"
|
|
184909
|
+
)
|
|
184910
|
+
),
|
|
184911
|
+
|
|
184912
|
+
# the properties below are optional
|
|
184913
|
+
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
184914
|
+
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
184915
|
+
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
184916
|
+
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
184917
|
+
date_time_format="dateTimeFormat",
|
|
184918
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
184919
|
+
info_icon_text="infoIconText",
|
|
184920
|
+
visibility="visibility"
|
|
184921
|
+
),
|
|
184922
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
184923
|
+
custom_label="customLabel",
|
|
184924
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
184925
|
+
font_color="fontColor",
|
|
184926
|
+
font_decoration="fontDecoration",
|
|
184927
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
184928
|
+
relative="relative"
|
|
184929
|
+
),
|
|
184930
|
+
font_style="fontStyle",
|
|
184931
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
184932
|
+
name="name"
|
|
184933
|
+
)
|
|
184934
|
+
),
|
|
184935
|
+
visibility="visibility"
|
|
184936
|
+
)
|
|
184937
|
+
),
|
|
184938
|
+
type="type"
|
|
184939
|
+
),
|
|
184940
|
+
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
184941
|
+
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
184942
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
184943
|
+
info_icon_text="infoIconText",
|
|
184944
|
+
visibility="visibility"
|
|
184945
|
+
),
|
|
184946
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
184947
|
+
visibility="visibility"
|
|
184948
|
+
),
|
|
184949
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
184950
|
+
custom_label="customLabel",
|
|
184951
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
184952
|
+
font_color="fontColor",
|
|
184953
|
+
font_decoration="fontDecoration",
|
|
184954
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
184955
|
+
relative="relative"
|
|
184956
|
+
),
|
|
184957
|
+
font_style="fontStyle",
|
|
184958
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
184959
|
+
name="name"
|
|
184960
|
+
)
|
|
184961
|
+
),
|
|
184962
|
+
visibility="visibility"
|
|
184963
|
+
)
|
|
184964
|
+
),
|
|
184965
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
184966
|
+
values=["values"]
|
|
184967
|
+
),
|
|
184968
|
+
type="type"
|
|
184969
|
+
),
|
|
184970
|
+
default_list_options=quicksight.CfnTemplate.DefaultFilterListControlOptionsProperty(
|
|
184971
|
+
display_options=quicksight.CfnTemplate.ListControlDisplayOptionsProperty(
|
|
184972
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
184973
|
+
info_icon_text="infoIconText",
|
|
184974
|
+
visibility="visibility"
|
|
184975
|
+
),
|
|
184976
|
+
search_options=quicksight.CfnTemplate.ListControlSearchOptionsProperty(
|
|
184977
|
+
visibility="visibility"
|
|
184978
|
+
),
|
|
184979
|
+
select_all_options=quicksight.CfnTemplate.ListControlSelectAllOptionsProperty(
|
|
184980
|
+
visibility="visibility"
|
|
184981
|
+
),
|
|
184982
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
184983
|
+
custom_label="customLabel",
|
|
184984
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
184985
|
+
font_color="fontColor",
|
|
184986
|
+
font_decoration="fontDecoration",
|
|
184987
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
184988
|
+
relative="relative"
|
|
184989
|
+
),
|
|
184990
|
+
font_style="fontStyle",
|
|
184991
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
184992
|
+
name="name"
|
|
184993
|
+
)
|
|
184994
|
+
),
|
|
184995
|
+
visibility="visibility"
|
|
184996
|
+
)
|
|
184997
|
+
),
|
|
184998
|
+
selectable_values=quicksight.CfnTemplate.FilterSelectableValuesProperty(
|
|
184999
|
+
values=["values"]
|
|
185000
|
+
),
|
|
185001
|
+
type="type"
|
|
185002
|
+
),
|
|
185003
|
+
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
185004
|
+
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
185005
|
+
date_time_format="dateTimeFormat",
|
|
185006
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
185007
|
+
info_icon_text="infoIconText",
|
|
185008
|
+
visibility="visibility"
|
|
185009
|
+
),
|
|
185010
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
185011
|
+
custom_label="customLabel",
|
|
185012
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
185013
|
+
font_color="fontColor",
|
|
185014
|
+
font_decoration="fontDecoration",
|
|
185015
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
185016
|
+
relative="relative"
|
|
185017
|
+
),
|
|
185018
|
+
font_style="fontStyle",
|
|
185019
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
185020
|
+
name="name"
|
|
185021
|
+
)
|
|
185022
|
+
),
|
|
185023
|
+
visibility="visibility"
|
|
185024
|
+
)
|
|
185025
|
+
)
|
|
185026
|
+
),
|
|
185027
|
+
default_slider_options=quicksight.CfnTemplate.DefaultSliderControlOptionsProperty(
|
|
185028
|
+
maximum_value=123,
|
|
185029
|
+
minimum_value=123,
|
|
185030
|
+
step_size=123,
|
|
185031
|
+
|
|
185032
|
+
# the properties below are optional
|
|
185033
|
+
display_options=quicksight.CfnTemplate.SliderControlDisplayOptionsProperty(
|
|
185034
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
185035
|
+
info_icon_text="infoIconText",
|
|
185036
|
+
visibility="visibility"
|
|
185037
|
+
),
|
|
185038
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
185039
|
+
custom_label="customLabel",
|
|
185040
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
185041
|
+
font_color="fontColor",
|
|
185042
|
+
font_decoration="fontDecoration",
|
|
185043
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
185044
|
+
relative="relative"
|
|
185045
|
+
),
|
|
185046
|
+
font_style="fontStyle",
|
|
185047
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
185048
|
+
name="name"
|
|
185049
|
+
)
|
|
185050
|
+
),
|
|
185051
|
+
visibility="visibility"
|
|
185052
|
+
)
|
|
185053
|
+
),
|
|
185054
|
+
type="type"
|
|
185055
|
+
),
|
|
185056
|
+
default_text_area_options=quicksight.CfnTemplate.DefaultTextAreaControlOptionsProperty(
|
|
185057
|
+
delimiter="delimiter",
|
|
185058
|
+
display_options=quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty(
|
|
185059
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
185060
|
+
info_icon_text="infoIconText",
|
|
185061
|
+
visibility="visibility"
|
|
185062
|
+
),
|
|
185063
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
185064
|
+
visibility="visibility"
|
|
185065
|
+
),
|
|
185066
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
185067
|
+
custom_label="customLabel",
|
|
185068
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
185069
|
+
font_color="fontColor",
|
|
185070
|
+
font_decoration="fontDecoration",
|
|
185071
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
185072
|
+
relative="relative"
|
|
185073
|
+
),
|
|
185074
|
+
font_style="fontStyle",
|
|
185075
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
185076
|
+
name="name"
|
|
185077
|
+
)
|
|
185078
|
+
),
|
|
185079
|
+
visibility="visibility"
|
|
185080
|
+
)
|
|
185081
|
+
)
|
|
185082
|
+
),
|
|
185083
|
+
default_text_field_options=quicksight.CfnTemplate.DefaultTextFieldControlOptionsProperty(
|
|
185084
|
+
display_options=quicksight.CfnTemplate.TextFieldControlDisplayOptionsProperty(
|
|
185085
|
+
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
185086
|
+
info_icon_text="infoIconText",
|
|
185087
|
+
visibility="visibility"
|
|
185088
|
+
),
|
|
185089
|
+
placeholder_options=quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty(
|
|
185090
|
+
visibility="visibility"
|
|
185091
|
+
),
|
|
185092
|
+
title_options=quicksight.CfnTemplate.LabelOptionsProperty(
|
|
185093
|
+
custom_label="customLabel",
|
|
185094
|
+
font_configuration=quicksight.CfnTemplate.FontConfigurationProperty(
|
|
185095
|
+
font_color="fontColor",
|
|
185096
|
+
font_decoration="fontDecoration",
|
|
185097
|
+
font_size=quicksight.CfnTemplate.FontSizeProperty(
|
|
185098
|
+
relative="relative"
|
|
185099
|
+
),
|
|
185100
|
+
font_style="fontStyle",
|
|
185101
|
+
font_weight=quicksight.CfnTemplate.FontWeightProperty(
|
|
185102
|
+
name="name"
|
|
185103
|
+
)
|
|
185104
|
+
),
|
|
185105
|
+
visibility="visibility"
|
|
185106
|
+
)
|
|
185107
|
+
)
|
|
185108
|
+
)
|
|
185109
|
+
),
|
|
185110
|
+
title="title"
|
|
185111
|
+
)
|
|
185112
|
+
)
|
|
185113
|
+
)
|
|
185114
|
+
)
|
|
185115
|
+
'''
|
|
185116
|
+
if __debug__:
|
|
185117
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2c79c20e720c0e92975a9347e4e95734af1c8a02b12e23aa272bd8a27ab19220)
|
|
185118
|
+
check_type(argname="argument column", value=column, expected_type=type_hints["column"])
|
|
185119
|
+
check_type(argname="argument filter_id", value=filter_id, expected_type=type_hints["filter_id"])
|
|
185120
|
+
check_type(argname="argument include_inner_set", value=include_inner_set, expected_type=type_hints["include_inner_set"])
|
|
185121
|
+
check_type(argname="argument inner_filter", value=inner_filter, expected_type=type_hints["inner_filter"])
|
|
185122
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
185123
|
+
"column": column,
|
|
185124
|
+
"filter_id": filter_id,
|
|
185125
|
+
"include_inner_set": include_inner_set,
|
|
185126
|
+
"inner_filter": inner_filter,
|
|
185127
|
+
}
|
|
185128
|
+
|
|
185129
|
+
@builtins.property
|
|
185130
|
+
def column(
|
|
185131
|
+
self,
|
|
185132
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.ColumnIdentifierProperty"]:
|
|
185133
|
+
'''The column that the filter is applied to.
|
|
185134
|
+
|
|
185135
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html#cfn-quicksight-template-nestedfilter-column
|
|
185136
|
+
'''
|
|
185137
|
+
result = self._values.get("column")
|
|
185138
|
+
assert result is not None, "Required property 'column' is missing"
|
|
185139
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.ColumnIdentifierProperty"], result)
|
|
185140
|
+
|
|
185141
|
+
@builtins.property
|
|
185142
|
+
def filter_id(self) -> builtins.str:
|
|
185143
|
+
'''An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
|
185144
|
+
|
|
185145
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html#cfn-quicksight-template-nestedfilter-filterid
|
|
185146
|
+
'''
|
|
185147
|
+
result = self._values.get("filter_id")
|
|
185148
|
+
assert result is not None, "Required property 'filter_id' is missing"
|
|
185149
|
+
return typing.cast(builtins.str, result)
|
|
185150
|
+
|
|
185151
|
+
@builtins.property
|
|
185152
|
+
def include_inner_set(
|
|
185153
|
+
self,
|
|
185154
|
+
) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
185155
|
+
'''A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
|
|
185156
|
+
|
|
185157
|
+
:default: - false
|
|
185158
|
+
|
|
185159
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html#cfn-quicksight-template-nestedfilter-includeinnerset
|
|
185160
|
+
'''
|
|
185161
|
+
result = self._values.get("include_inner_set")
|
|
185162
|
+
assert result is not None, "Required property 'include_inner_set' is missing"
|
|
185163
|
+
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
|
|
185164
|
+
|
|
185165
|
+
@builtins.property
|
|
185166
|
+
def inner_filter(
|
|
185167
|
+
self,
|
|
185168
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.InnerFilterProperty"]:
|
|
185169
|
+
'''The ``InnerFilter`` defines the subset of data to be used with the ``NestedFilter`` .
|
|
185170
|
+
|
|
185171
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html#cfn-quicksight-template-nestedfilter-innerfilter
|
|
185172
|
+
'''
|
|
185173
|
+
result = self._values.get("inner_filter")
|
|
185174
|
+
assert result is not None, "Required property 'inner_filter' is missing"
|
|
185175
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.InnerFilterProperty"], result)
|
|
185176
|
+
|
|
185177
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
185178
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
185179
|
+
|
|
185180
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
185181
|
+
return not (rhs == self)
|
|
185182
|
+
|
|
185183
|
+
def __repr__(self) -> str:
|
|
185184
|
+
return "NestedFilterProperty(%s)" % ", ".join(
|
|
185185
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
185186
|
+
)
|
|
185187
|
+
|
|
182029
185188
|
@jsii.data_type(
|
|
182030
185189
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.NullValueFormatConfigurationProperty",
|
|
182031
185190
|
jsii_struct_bases=[],
|
|
@@ -197630,6 +200789,38 @@ class CfnTemplate(
|
|
|
197630
200789
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
197631
200790
|
)
|
|
197632
200791
|
|
|
200792
|
+
@jsii.data_type(
|
|
200793
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.SingleAxisOptionsProperty",
|
|
200794
|
+
jsii_struct_bases=[],
|
|
200795
|
+
name_mapping={},
|
|
200796
|
+
)
|
|
200797
|
+
class SingleAxisOptionsProperty:
|
|
200798
|
+
def __init__(self) -> None:
|
|
200799
|
+
'''
|
|
200800
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-singleaxisoptions.html
|
|
200801
|
+
:exampleMetadata: fixture=_generated
|
|
200802
|
+
|
|
200803
|
+
Example::
|
|
200804
|
+
|
|
200805
|
+
# The code below shows an example of how to instantiate this type.
|
|
200806
|
+
# The values are placeholders you should change.
|
|
200807
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
200808
|
+
|
|
200809
|
+
single_axis_options_property = quicksight.CfnTemplate.SingleAxisOptionsProperty()
|
|
200810
|
+
'''
|
|
200811
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
200812
|
+
|
|
200813
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
200814
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
200815
|
+
|
|
200816
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
200817
|
+
return not (rhs == self)
|
|
200818
|
+
|
|
200819
|
+
def __repr__(self) -> str:
|
|
200820
|
+
return "SingleAxisOptionsProperty(%s)" % ", ".join(
|
|
200821
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
200822
|
+
)
|
|
200823
|
+
|
|
197633
200824
|
@jsii.data_type(
|
|
197634
200825
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.SliderControlDisplayOptionsProperty",
|
|
197635
200826
|
jsii_struct_bases=[],
|
|
@@ -205035,6 +208226,7 @@ class CfnTemplate(
|
|
|
205035
208226
|
)
|
|
205036
208227
|
),
|
|
205037
208228
|
label="label",
|
|
208229
|
+
tooltip_target="tooltipTarget",
|
|
205038
208230
|
visibility="visibility"
|
|
205039
208231
|
),
|
|
205040
208232
|
field_tooltip_item=quicksight.CfnTemplate.FieldTooltipItemProperty(
|
|
@@ -205042,6 +208234,7 @@ class CfnTemplate(
|
|
|
205042
208234
|
|
|
205043
208235
|
# the properties below are optional
|
|
205044
208236
|
label="label",
|
|
208237
|
+
tooltip_target="tooltipTarget",
|
|
205045
208238
|
visibility="visibility"
|
|
205046
208239
|
)
|
|
205047
208240
|
)
|
|
@@ -205147,6 +208340,7 @@ class CfnTemplate(
|
|
|
205147
208340
|
)
|
|
205148
208341
|
),
|
|
205149
208342
|
label="label",
|
|
208343
|
+
tooltip_target="tooltipTarget",
|
|
205150
208344
|
visibility="visibility"
|
|
205151
208345
|
),
|
|
205152
208346
|
field_tooltip_item=quicksight.CfnTemplate.FieldTooltipItemProperty(
|
|
@@ -205154,6 +208348,7 @@ class CfnTemplate(
|
|
|
205154
208348
|
|
|
205155
208349
|
# the properties below are optional
|
|
205156
208350
|
label="label",
|
|
208351
|
+
tooltip_target="tooltipTarget",
|
|
205157
208352
|
visibility="visibility"
|
|
205158
208353
|
)
|
|
205159
208354
|
)],
|
|
@@ -219399,6 +222594,15 @@ def _typecheckingstub__cd5df25b1a6ff9a1098d6d573aaa7220ac13f7af43bbeca0f4bc97a2c
|
|
|
219399
222594
|
"""Type checking stubs"""
|
|
219400
222595
|
pass
|
|
219401
222596
|
|
|
222597
|
+
def _typecheckingstub__fa46e3dafba0f42142e194e9a84fc7c39c34b77252141686ed7953c4557ed2f0(
|
|
222598
|
+
*,
|
|
222599
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
222600
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.CategoryFilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
222601
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DefaultFilterControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222602
|
+
) -> None:
|
|
222603
|
+
"""Type checking stubs"""
|
|
222604
|
+
pass
|
|
222605
|
+
|
|
219402
222606
|
def _typecheckingstub__cdb4eeafd511c20ae740891fafdc3d7f3d7cfde84fc43817149bce640d505ce6(
|
|
219403
222607
|
*,
|
|
219404
222608
|
axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.AxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -219479,6 +222683,7 @@ def _typecheckingstub__12db1f9cc37d2edf229e12062c9eab5719bcac0eab45d7cef4de82861
|
|
|
219479
222683
|
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
219480
222684
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.AggregationFunctionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
219481
222685
|
label: typing.Optional[builtins.str] = None,
|
|
222686
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
219482
222687
|
visibility: typing.Optional[builtins.str] = None,
|
|
219483
222688
|
) -> None:
|
|
219484
222689
|
"""Type checking stubs"""
|
|
@@ -220281,6 +223486,7 @@ def _typecheckingstub__5c4bc4ebe959aca45b152955d00be66568532d3a9a70918e0b907c898
|
|
|
220281
223486
|
*,
|
|
220282
223487
|
field_id: builtins.str,
|
|
220283
223488
|
label: typing.Optional[builtins.str] = None,
|
|
223489
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
220284
223490
|
visibility: typing.Optional[builtins.str] = None,
|
|
220285
223491
|
) -> None:
|
|
220286
223492
|
"""Type checking stubs"""
|
|
@@ -220455,6 +223661,7 @@ def _typecheckingstub__f5490b40d7c62237df50c87f1ae3088084d263413035ee935290c5745
|
|
|
220455
223661
|
def _typecheckingstub__e5ec3a86d99768a1b2bd1ed74da1da68c4fcdc98b71db0a76af4dd3d698e1d03(
|
|
220456
223662
|
*,
|
|
220457
223663
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.CategoryFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223664
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.NestedFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
220458
223665
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.NumericEqualityFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
220459
223666
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.NumericRangeFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
220460
223667
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.RelativeDatesFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -221064,6 +224271,13 @@ def _typecheckingstub__9b9d5c9507d3323958409c1c9d4a9fb9fddaca4d0d02309f8baf8d0df
|
|
|
221064
224271
|
"""Type checking stubs"""
|
|
221065
224272
|
pass
|
|
221066
224273
|
|
|
224274
|
+
def _typecheckingstub__dc5060636ef3dbe067ef80d3eae558c398f1ebbfd3b4ec8d36c64c3504f26ef5(
|
|
224275
|
+
*,
|
|
224276
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.CategoryInnerFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224277
|
+
) -> None:
|
|
224278
|
+
"""Type checking stubs"""
|
|
224279
|
+
pass
|
|
224280
|
+
|
|
221067
224281
|
def _typecheckingstub__3b1f4686e9a6b17ff8f88eae015d754bae635d12717476852207d861895839dc(
|
|
221068
224282
|
*,
|
|
221069
224283
|
computations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ComputationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -221312,6 +224526,7 @@ def _typecheckingstub__8e4502981ca8885c526c0c955a0d5f3d3b8508216fe092b6d829c86bf
|
|
|
221312
224526
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.LineSeriesAxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
221313
224527
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
221314
224528
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SeriesItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
224529
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
221315
224530
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SmallMultiplesOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
221316
224531
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.LineChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
221317
224532
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -221512,6 +224727,16 @@ def _typecheckingstub__793176bb726227d6768a798703e6f55c058d7fd7161ce55ae77842a75
|
|
|
221512
224727
|
"""Type checking stubs"""
|
|
221513
224728
|
pass
|
|
221514
224729
|
|
|
224730
|
+
def _typecheckingstub__231f8447788ff52722472babe53409ac7cf66d08964f47f15db58d88c09d9619(
|
|
224731
|
+
*,
|
|
224732
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
224733
|
+
filter_id: builtins.str,
|
|
224734
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
224735
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.InnerFilterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
224736
|
+
) -> None:
|
|
224737
|
+
"""Type checking stubs"""
|
|
224738
|
+
pass
|
|
224739
|
+
|
|
221515
224740
|
def _typecheckingstub__6accfef980def7683166f161eccc3f4a0a522aa91f8b2fa7091e4657cdd10079(
|
|
221516
224741
|
*,
|
|
221517
224742
|
null_string: builtins.str,
|
|
@@ -223997,6 +227222,15 @@ def _typecheckingstub__f69313d9472c41cb99afc1e0281076733ee261b50594b22b59ec1b43d
|
|
|
223997
227222
|
"""Type checking stubs"""
|
|
223998
227223
|
pass
|
|
223999
227224
|
|
|
227225
|
+
def _typecheckingstub__a6860261c59c0f902550f18476cbde97caea7f79cef0bc417af3b4c3eba08731(
|
|
227226
|
+
*,
|
|
227227
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
227228
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.CategoryFilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
227229
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DefaultFilterControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227230
|
+
) -> None:
|
|
227231
|
+
"""Type checking stubs"""
|
|
227232
|
+
pass
|
|
227233
|
+
|
|
224000
227234
|
def _typecheckingstub__c83f5a1113c0da518a3850e90d9d9ac8ff08085a4eca5440484a162b0c459183(
|
|
224001
227235
|
*,
|
|
224002
227236
|
axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.AxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -224077,6 +227311,7 @@ def _typecheckingstub__96d6011056d24680d9b2e7f70ada41725b936a7dcab8464ea73d0a863
|
|
|
224077
227311
|
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
224078
227312
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.AggregationFunctionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224079
227313
|
label: typing.Optional[builtins.str] = None,
|
|
227314
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
224080
227315
|
visibility: typing.Optional[builtins.str] = None,
|
|
224081
227316
|
) -> None:
|
|
224082
227317
|
"""Type checking stubs"""
|
|
@@ -224999,6 +228234,7 @@ def _typecheckingstub__2b39cb7f5cb9b4fe2e4a6850ae1e2aebcadcb37b16fbc7431330772f2
|
|
|
224999
228234
|
*,
|
|
225000
228235
|
field_id: builtins.str,
|
|
225001
228236
|
label: typing.Optional[builtins.str] = None,
|
|
228237
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
225002
228238
|
visibility: typing.Optional[builtins.str] = None,
|
|
225003
228239
|
) -> None:
|
|
225004
228240
|
"""Type checking stubs"""
|
|
@@ -225173,6 +228409,7 @@ def _typecheckingstub__413ed1cbfd1047c2147c27cfc0b0ae60bc33e6bae22446da36a79d3fd
|
|
|
225173
228409
|
def _typecheckingstub__409a9ada70537b5b198a9297213605c443d07089acc597a347aed1b89af1fd00(
|
|
225174
228410
|
*,
|
|
225175
228411
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.CategoryFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228412
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.NestedFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225176
228413
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.NumericEqualityFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225177
228414
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.NumericRangeFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225178
228415
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.RelativeDatesFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -225782,6 +229019,13 @@ def _typecheckingstub__78952f3cbccea943cf440ea987f75700f709d9dd4fc6a9dac06b74921
|
|
|
225782
229019
|
"""Type checking stubs"""
|
|
225783
229020
|
pass
|
|
225784
229021
|
|
|
229022
|
+
def _typecheckingstub__de4a38acf197cbc54301e01be8c907898891cb47ba0a29d092bc3264dcc7839d(
|
|
229023
|
+
*,
|
|
229024
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.CategoryInnerFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
229025
|
+
) -> None:
|
|
229026
|
+
"""Type checking stubs"""
|
|
229027
|
+
pass
|
|
229028
|
+
|
|
225785
229029
|
def _typecheckingstub__8235743ecc0286b79753dfcdda1de4970acead6aaa3259160c576abc6de630fc(
|
|
225786
229030
|
*,
|
|
225787
229031
|
computations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ComputationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -226030,6 +229274,7 @@ def _typecheckingstub__325e94055957a7a4fa28fbb3ed26c873db36927077f3686d2bb2a695a
|
|
|
226030
229274
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.LineSeriesAxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226031
229275
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226032
229276
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SeriesItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
229277
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226033
229278
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SmallMultiplesOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226034
229279
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.LineChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226035
229280
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -226237,6 +229482,16 @@ def _typecheckingstub__25a251d32a4f0c00a9eef760d498031f541fc3c71caf4c3ee65823d07
|
|
|
226237
229482
|
"""Type checking stubs"""
|
|
226238
229483
|
pass
|
|
226239
229484
|
|
|
229485
|
+
def _typecheckingstub__f840142ad05582e1f48f8d476a6cf04b1a01f1eb46899b5c47d58f0f6e245aef(
|
|
229486
|
+
*,
|
|
229487
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
229488
|
+
filter_id: builtins.str,
|
|
229489
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
229490
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.InnerFilterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
229491
|
+
) -> None:
|
|
229492
|
+
"""Type checking stubs"""
|
|
229493
|
+
pass
|
|
229494
|
+
|
|
226240
229495
|
def _typecheckingstub__7f51b09eae900dd10cd29e9f1885f421f017f3caf1e8e21b09b84868e7a5f8ba(
|
|
226241
229496
|
*,
|
|
226242
229497
|
null_string: builtins.str,
|
|
@@ -229760,6 +233015,15 @@ def _typecheckingstub__3017eded9b1bfc6448b1469ba204c8bbc08e95788b728881eddce0968
|
|
|
229760
233015
|
"""Type checking stubs"""
|
|
229761
233016
|
pass
|
|
229762
233017
|
|
|
233018
|
+
def _typecheckingstub__39fa439e4037cae7a0f56cf1a6c00bd20c045d969da1fe6209eab161d9802d70(
|
|
233019
|
+
*,
|
|
233020
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
233021
|
+
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.CategoryFilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
233022
|
+
default_filter_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DefaultFilterControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233023
|
+
) -> None:
|
|
233024
|
+
"""Type checking stubs"""
|
|
233025
|
+
pass
|
|
233026
|
+
|
|
229763
233027
|
def _typecheckingstub__cd3c711efd09d7544fe28d319f0ce82f22d9327f74110415786c318d4f8c545d(
|
|
229764
233028
|
*,
|
|
229765
233029
|
axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.AxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -229864,6 +233128,7 @@ def _typecheckingstub__e72a81bfa16daea305420ebfe224e8705acae996707ffe9c3e4fca7ca
|
|
|
229864
233128
|
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
229865
233129
|
aggregation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.AggregationFunctionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
229866
233130
|
label: typing.Optional[builtins.str] = None,
|
|
233131
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
229867
233132
|
visibility: typing.Optional[builtins.str] = None,
|
|
229868
233133
|
) -> None:
|
|
229869
233134
|
"""Type checking stubs"""
|
|
@@ -230658,6 +233923,7 @@ def _typecheckingstub__297ede735671a624776585becdbf3f66ab88b4a2caeee3f00dd4b384c
|
|
|
230658
233923
|
*,
|
|
230659
233924
|
field_id: builtins.str,
|
|
230660
233925
|
label: typing.Optional[builtins.str] = None,
|
|
233926
|
+
tooltip_target: typing.Optional[builtins.str] = None,
|
|
230661
233927
|
visibility: typing.Optional[builtins.str] = None,
|
|
230662
233928
|
) -> None:
|
|
230663
233929
|
"""Type checking stubs"""
|
|
@@ -230832,6 +234098,7 @@ def _typecheckingstub__5b57cf8043ee4ba481fbb66efe48b5c56ba864f070b676ad8c0a30c31
|
|
|
230832
234098
|
def _typecheckingstub__88122957d84b62e3e46e2cbb5339eea38b7214fb962331dc061a86be966da1f1(
|
|
230833
234099
|
*,
|
|
230834
234100
|
category_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.CategoryFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234101
|
+
nested_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.NestedFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
230835
234102
|
numeric_equality_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.NumericEqualityFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
230836
234103
|
numeric_range_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.NumericRangeFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
230837
234104
|
relative_dates_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.RelativeDatesFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -231441,6 +234708,13 @@ def _typecheckingstub__ab527615f6b21e9430a86b65d119a808df9a319645b768620dc48e143
|
|
|
231441
234708
|
"""Type checking stubs"""
|
|
231442
234709
|
pass
|
|
231443
234710
|
|
|
234711
|
+
def _typecheckingstub__435827c079ec3ca37552bba1d5bf9bdb9d9490008f163c38c1b08a52c52333c2(
|
|
234712
|
+
*,
|
|
234713
|
+
category_inner_filter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.CategoryInnerFilterProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234714
|
+
) -> None:
|
|
234715
|
+
"""Type checking stubs"""
|
|
234716
|
+
pass
|
|
234717
|
+
|
|
231444
234718
|
def _typecheckingstub__de5ac8843b10f13c98afb9192d6451f0f353ef81e8a1df734101a8111749fc37(
|
|
231445
234719
|
*,
|
|
231446
234720
|
computations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ComputationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -231681,6 +234955,7 @@ def _typecheckingstub__5512c77f2e4a1702a8c594533133d44abba69e618642372c6dbeccc10
|
|
|
231681
234955
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.LineSeriesAxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231682
234956
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231683
234957
|
series: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SeriesItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
234958
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231684
234959
|
small_multiples_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SmallMultiplesOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231685
234960
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.LineChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231686
234961
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -231881,6 +235156,16 @@ def _typecheckingstub__861dacb150b9116530cacc74aeb5fef839aa760953bb470a63908c93a
|
|
|
231881
235156
|
"""Type checking stubs"""
|
|
231882
235157
|
pass
|
|
231883
235158
|
|
|
235159
|
+
def _typecheckingstub__2c79c20e720c0e92975a9347e4e95734af1c8a02b12e23aa272bd8a27ab19220(
|
|
235160
|
+
*,
|
|
235161
|
+
column: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
235162
|
+
filter_id: builtins.str,
|
|
235163
|
+
include_inner_set: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
235164
|
+
inner_filter: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.InnerFilterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
235165
|
+
) -> None:
|
|
235166
|
+
"""Type checking stubs"""
|
|
235167
|
+
pass
|
|
235168
|
+
|
|
231884
235169
|
def _typecheckingstub__7ef2703bb84434a9c18efac4a8fe2867f5900bb19178ac0f4e9a9e81b63125ca(
|
|
231885
235170
|
*,
|
|
231886
235171
|
null_string: builtins.str,
|