aws-cdk-lib 2.160.0__py3-none-any.whl → 2.161.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 +21 -14
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.160.0.jsii.tgz → aws-cdk-lib@2.161.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -14
- aws_cdk/aws_autoscaling/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +2283 -672
- aws_cdk/aws_batch/__init__.py +9 -5
- aws_cdk/aws_bedrock/__init__.py +52 -20
- aws_cdk/aws_cloudformation/__init__.py +9 -9
- aws_cdk/aws_cloudtrail/__init__.py +97 -183
- aws_cdk/aws_cloudwatch/__init__.py +38 -42
- aws_cdk/aws_datasync/__init__.py +1 -1
- aws_cdk/aws_ec2/__init__.py +114 -8
- aws_cdk/aws_ecs/__init__.py +513 -2
- aws_cdk/aws_eks/__init__.py +118 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -3
- aws_cdk/aws_glue/__init__.py +386 -0
- aws_cdk/aws_iotfleetwise/__init__.py +49 -49
- aws_cdk/aws_iottwinmaker/__init__.py +4 -4
- aws_cdk/aws_iotwireless/__init__.py +2 -1
- aws_cdk/aws_kinesisfirehose/__init__.py +52 -76
- aws_cdk/aws_lambda/__init__.py +383 -244
- aws_cdk/aws_logs/__init__.py +431 -3
- aws_cdk/aws_mediaconnect/__init__.py +6 -4
- aws_cdk/aws_medialive/__init__.py +36 -0
- aws_cdk/aws_organizations/__init__.py +4 -3
- aws_cdk/aws_pipes/__init__.py +2 -2
- aws_cdk/aws_quicksight/__init__.py +1086 -6
- aws_cdk/aws_rds/__init__.py +158 -3
- aws_cdk/aws_route53resolver/__init__.py +3 -17
- aws_cdk/aws_s3/__init__.py +20 -11
- aws_cdk/aws_s3_deployment/__init__.py +45 -0
- aws_cdk/aws_s3express/__init__.py +314 -4
- aws_cdk/aws_sagemaker/__init__.py +44 -4
- aws_cdk/aws_secretsmanager/__init__.py +14 -7
- aws_cdk/aws_securityhub/__init__.py +16 -14
- aws_cdk/aws_ses/__init__.py +52 -18
- aws_cdk/aws_sqs/__init__.py +16 -14
- aws_cdk/aws_ssm/__init__.py +6 -2
- aws_cdk/aws_synthetics/__init__.py +46 -0
- aws_cdk/aws_waf/__init__.py +33 -22
- aws_cdk/aws_wafregional/__init__.py +36 -24
- aws_cdk/aws_workspacesweb/__init__.py +54 -3
- aws_cdk/cloudformation_include/__init__.py +28 -0
- aws_cdk/cx_api/__init__.py +50 -0
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/RECORD +51 -51
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.160.0.dist-info → aws_cdk_lib-2.161.0.dist-info}/top_level.txt +0 -0
|
@@ -64,6 +64,7 @@ from .. import (
|
|
|
64
64
|
IInspectable as _IInspectable_c2943556,
|
|
65
65
|
IResolvable as _IResolvable_da3f097b,
|
|
66
66
|
ITaggable as _ITaggable_36806126,
|
|
67
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
67
68
|
TagManager as _TagManager_0a598cb3,
|
|
68
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
70
|
)
|
|
@@ -6538,6 +6539,7 @@ class CfnAnalysis(
|
|
|
6538
6539
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
6539
6540
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
6540
6541
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
6542
|
+
commit_mode="commitMode",
|
|
6541
6543
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
6542
6544
|
date_time_format="dateTimeFormat",
|
|
6543
6545
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -6563,6 +6565,7 @@ class CfnAnalysis(
|
|
|
6563
6565
|
type="type"
|
|
6564
6566
|
),
|
|
6565
6567
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
6568
|
+
commit_mode="commitMode",
|
|
6566
6569
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
6567
6570
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6568
6571
|
info_icon_text="infoIconText",
|
|
@@ -6626,6 +6629,7 @@ class CfnAnalysis(
|
|
|
6626
6629
|
type="type"
|
|
6627
6630
|
),
|
|
6628
6631
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
6632
|
+
commit_mode="commitMode",
|
|
6629
6633
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
6630
6634
|
date_time_format="dateTimeFormat",
|
|
6631
6635
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -6877,6 +6881,7 @@ class CfnAnalysis(
|
|
|
6877
6881
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
6878
6882
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
6879
6883
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
6884
|
+
commit_mode="commitMode",
|
|
6880
6885
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
6881
6886
|
date_time_format="dateTimeFormat",
|
|
6882
6887
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -6902,6 +6907,7 @@ class CfnAnalysis(
|
|
|
6902
6907
|
type="type"
|
|
6903
6908
|
),
|
|
6904
6909
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
6910
|
+
commit_mode="commitMode",
|
|
6905
6911
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
6906
6912
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
6907
6913
|
info_icon_text="infoIconText",
|
|
@@ -6965,6 +6971,7 @@ class CfnAnalysis(
|
|
|
6965
6971
|
type="type"
|
|
6966
6972
|
),
|
|
6967
6973
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
6974
|
+
commit_mode="commitMode",
|
|
6968
6975
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
6969
6976
|
date_time_format="dateTimeFormat",
|
|
6970
6977
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -14714,17 +14721,23 @@ class CfnAnalysis(
|
|
|
14714
14721
|
@jsii.data_type(
|
|
14715
14722
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty",
|
|
14716
14723
|
jsii_struct_bases=[],
|
|
14717
|
-
name_mapping={
|
|
14724
|
+
name_mapping={
|
|
14725
|
+
"commit_mode": "commitMode",
|
|
14726
|
+
"display_options": "displayOptions",
|
|
14727
|
+
"type": "type",
|
|
14728
|
+
},
|
|
14718
14729
|
)
|
|
14719
14730
|
class DefaultDateTimePickerControlOptionsProperty:
|
|
14720
14731
|
def __init__(
|
|
14721
14732
|
self,
|
|
14722
14733
|
*,
|
|
14734
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
14723
14735
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14724
14736
|
type: typing.Optional[builtins.str] = None,
|
|
14725
14737
|
) -> None:
|
|
14726
14738
|
'''The default options that correspond to the filter control type of a ``DateTimePicker`` .
|
|
14727
14739
|
|
|
14740
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
14728
14741
|
:param display_options: The display options of a control.
|
|
14729
14742
|
:param type: The date time picker type of the ``DefaultDateTimePickerControlOptions`` . Choose one of the following options:. - ``SINGLE_VALUED`` : The filter condition is a fixed date. - ``DATE_RANGE`` : The filter condition is a date time range.
|
|
14730
14743
|
|
|
@@ -14738,6 +14751,7 @@ class CfnAnalysis(
|
|
|
14738
14751
|
from aws_cdk import aws_quicksight as quicksight
|
|
14739
14752
|
|
|
14740
14753
|
default_date_time_picker_control_options_property = quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
14754
|
+
commit_mode="commitMode",
|
|
14741
14755
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
14742
14756
|
date_time_format="dateTimeFormat",
|
|
14743
14757
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -14765,14 +14779,26 @@ class CfnAnalysis(
|
|
|
14765
14779
|
'''
|
|
14766
14780
|
if __debug__:
|
|
14767
14781
|
type_hints = typing.get_type_hints(_typecheckingstub__52fd2c3e57bfcf88ae48256a8376a66a8e65189b3c80fbf4e5c127c6c6b186ec)
|
|
14782
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
14768
14783
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
14769
14784
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
14770
14785
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
14786
|
+
if commit_mode is not None:
|
|
14787
|
+
self._values["commit_mode"] = commit_mode
|
|
14771
14788
|
if display_options is not None:
|
|
14772
14789
|
self._values["display_options"] = display_options
|
|
14773
14790
|
if type is not None:
|
|
14774
14791
|
self._values["type"] = type
|
|
14775
14792
|
|
|
14793
|
+
@builtins.property
|
|
14794
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
14795
|
+
'''The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
14796
|
+
|
|
14797
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-defaultdatetimepickercontroloptions.html#cfn-quicksight-analysis-defaultdatetimepickercontroloptions-commitmode
|
|
14798
|
+
'''
|
|
14799
|
+
result = self._values.get("commit_mode")
|
|
14800
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
14801
|
+
|
|
14776
14802
|
@builtins.property
|
|
14777
14803
|
def display_options(
|
|
14778
14804
|
self,
|
|
@@ -14836,6 +14862,7 @@ class CfnAnalysis(
|
|
|
14836
14862
|
default_filter_control_configuration_property = quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
14837
14863
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
14838
14864
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
14865
|
+
commit_mode="commitMode",
|
|
14839
14866
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
14840
14867
|
date_time_format="dateTimeFormat",
|
|
14841
14868
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -14861,6 +14888,7 @@ class CfnAnalysis(
|
|
|
14861
14888
|
type="type"
|
|
14862
14889
|
),
|
|
14863
14890
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
14891
|
+
commit_mode="commitMode",
|
|
14864
14892
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
14865
14893
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
14866
14894
|
info_icon_text="infoIconText",
|
|
@@ -14924,6 +14952,7 @@ class CfnAnalysis(
|
|
|
14924
14952
|
type="type"
|
|
14925
14953
|
),
|
|
14926
14954
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
14955
|
+
commit_mode="commitMode",
|
|
14927
14956
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
14928
14957
|
date_time_format="dateTimeFormat",
|
|
14929
14958
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -15123,6 +15152,7 @@ class CfnAnalysis(
|
|
|
15123
15152
|
|
|
15124
15153
|
default_filter_control_options_property = quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
15125
15154
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
15155
|
+
commit_mode="commitMode",
|
|
15126
15156
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
15127
15157
|
date_time_format="dateTimeFormat",
|
|
15128
15158
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -15148,6 +15178,7 @@ class CfnAnalysis(
|
|
|
15148
15178
|
type="type"
|
|
15149
15179
|
),
|
|
15150
15180
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
15181
|
+
commit_mode="commitMode",
|
|
15151
15182
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
15152
15183
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
15153
15184
|
info_icon_text="infoIconText",
|
|
@@ -15211,6 +15242,7 @@ class CfnAnalysis(
|
|
|
15211
15242
|
type="type"
|
|
15212
15243
|
),
|
|
15213
15244
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
15245
|
+
commit_mode="commitMode",
|
|
15214
15246
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
15215
15247
|
date_time_format="dateTimeFormat",
|
|
15216
15248
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -15435,6 +15467,7 @@ class CfnAnalysis(
|
|
|
15435
15467
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty",
|
|
15436
15468
|
jsii_struct_bases=[],
|
|
15437
15469
|
name_mapping={
|
|
15470
|
+
"commit_mode": "commitMode",
|
|
15438
15471
|
"display_options": "displayOptions",
|
|
15439
15472
|
"selectable_values": "selectableValues",
|
|
15440
15473
|
"type": "type",
|
|
@@ -15444,12 +15477,14 @@ class CfnAnalysis(
|
|
|
15444
15477
|
def __init__(
|
|
15445
15478
|
self,
|
|
15446
15479
|
*,
|
|
15480
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
15447
15481
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
15448
15482
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
15449
15483
|
type: typing.Optional[builtins.str] = None,
|
|
15450
15484
|
) -> None:
|
|
15451
15485
|
'''The default options that correspond to the ``Dropdown`` filter control type.
|
|
15452
15486
|
|
|
15487
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
15453
15488
|
:param display_options: The display options of a control.
|
|
15454
15489
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
15455
15490
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -15464,6 +15499,7 @@ class CfnAnalysis(
|
|
|
15464
15499
|
from aws_cdk import aws_quicksight as quicksight
|
|
15465
15500
|
|
|
15466
15501
|
default_filter_drop_down_control_options_property = quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
15502
|
+
commit_mode="commitMode",
|
|
15467
15503
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
15468
15504
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
15469
15505
|
info_icon_text="infoIconText",
|
|
@@ -15496,10 +15532,13 @@ class CfnAnalysis(
|
|
|
15496
15532
|
'''
|
|
15497
15533
|
if __debug__:
|
|
15498
15534
|
type_hints = typing.get_type_hints(_typecheckingstub__00d4312e6cf7d6b386f290ad11b6c17be510948da18718023b41f8ec7a6ac06a)
|
|
15535
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
15499
15536
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
15500
15537
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
15501
15538
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
15502
15539
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
15540
|
+
if commit_mode is not None:
|
|
15541
|
+
self._values["commit_mode"] = commit_mode
|
|
15503
15542
|
if display_options is not None:
|
|
15504
15543
|
self._values["display_options"] = display_options
|
|
15505
15544
|
if selectable_values is not None:
|
|
@@ -15507,6 +15546,15 @@ class CfnAnalysis(
|
|
|
15507
15546
|
if type is not None:
|
|
15508
15547
|
self._values["type"] = type
|
|
15509
15548
|
|
|
15549
|
+
@builtins.property
|
|
15550
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
15551
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
15552
|
+
|
|
15553
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-defaultfilterdropdowncontroloptions.html#cfn-quicksight-analysis-defaultfilterdropdowncontroloptions-commitmode
|
|
15554
|
+
'''
|
|
15555
|
+
result = self._values.get("commit_mode")
|
|
15556
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15557
|
+
|
|
15510
15558
|
@builtins.property
|
|
15511
15559
|
def display_options(
|
|
15512
15560
|
self,
|
|
@@ -16091,16 +16139,21 @@ class CfnAnalysis(
|
|
|
16091
16139
|
@jsii.data_type(
|
|
16092
16140
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty",
|
|
16093
16141
|
jsii_struct_bases=[],
|
|
16094
|
-
name_mapping={
|
|
16142
|
+
name_mapping={
|
|
16143
|
+
"commit_mode": "commitMode",
|
|
16144
|
+
"display_options": "displayOptions",
|
|
16145
|
+
},
|
|
16095
16146
|
)
|
|
16096
16147
|
class DefaultRelativeDateTimeControlOptionsProperty:
|
|
16097
16148
|
def __init__(
|
|
16098
16149
|
self,
|
|
16099
16150
|
*,
|
|
16151
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
16100
16152
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
16101
16153
|
) -> None:
|
|
16102
16154
|
'''The default options that correspond to the ``RelativeDateTime`` filter control type.
|
|
16103
16155
|
|
|
16156
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
16104
16157
|
:param display_options: The display options of a control.
|
|
16105
16158
|
|
|
16106
16159
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-defaultrelativedatetimecontroloptions.html
|
|
@@ -16113,6 +16166,7 @@ class CfnAnalysis(
|
|
|
16113
16166
|
from aws_cdk import aws_quicksight as quicksight
|
|
16114
16167
|
|
|
16115
16168
|
default_relative_date_time_control_options_property = quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
16169
|
+
commit_mode="commitMode",
|
|
16116
16170
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
16117
16171
|
date_time_format="dateTimeFormat",
|
|
16118
16172
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -16139,11 +16193,23 @@ class CfnAnalysis(
|
|
|
16139
16193
|
'''
|
|
16140
16194
|
if __debug__:
|
|
16141
16195
|
type_hints = typing.get_type_hints(_typecheckingstub__1bd65586357ac07b086b4a81b5d3f1f351c9b2f5ee8daeddf95e0d79795820a9)
|
|
16196
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
16142
16197
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
16143
16198
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
16199
|
+
if commit_mode is not None:
|
|
16200
|
+
self._values["commit_mode"] = commit_mode
|
|
16144
16201
|
if display_options is not None:
|
|
16145
16202
|
self._values["display_options"] = display_options
|
|
16146
16203
|
|
|
16204
|
+
@builtins.property
|
|
16205
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
16206
|
+
'''The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
16207
|
+
|
|
16208
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-defaultrelativedatetimecontroloptions.html#cfn-quicksight-analysis-defaultrelativedatetimecontroloptions-commitmode
|
|
16209
|
+
'''
|
|
16210
|
+
result = self._values.get("commit_mode")
|
|
16211
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
16212
|
+
|
|
16147
16213
|
@builtins.property
|
|
16148
16214
|
def display_options(
|
|
16149
16215
|
self,
|
|
@@ -20375,6 +20441,7 @@ class CfnAnalysis(
|
|
|
20375
20441
|
title="title",
|
|
20376
20442
|
|
|
20377
20443
|
# the properties below are optional
|
|
20444
|
+
commit_mode="commitMode",
|
|
20378
20445
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
20379
20446
|
date_time_format="dateTimeFormat",
|
|
20380
20447
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -20414,6 +20481,7 @@ class CfnAnalysis(
|
|
|
20414
20481
|
source_sheet_control_id="sourceSheetControlId"
|
|
20415
20482
|
)]
|
|
20416
20483
|
),
|
|
20484
|
+
commit_mode="commitMode",
|
|
20417
20485
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
20418
20486
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
20419
20487
|
info_icon_text="infoIconText",
|
|
@@ -20496,6 +20564,7 @@ class CfnAnalysis(
|
|
|
20496
20564
|
title="title",
|
|
20497
20565
|
|
|
20498
20566
|
# the properties below are optional
|
|
20567
|
+
commit_mode="commitMode",
|
|
20499
20568
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
20500
20569
|
date_time_format="dateTimeFormat",
|
|
20501
20570
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -20860,6 +20929,7 @@ class CfnAnalysis(
|
|
|
20860
20929
|
"filter_control_id": "filterControlId",
|
|
20861
20930
|
"source_filter_id": "sourceFilterId",
|
|
20862
20931
|
"title": "title",
|
|
20932
|
+
"commit_mode": "commitMode",
|
|
20863
20933
|
"display_options": "displayOptions",
|
|
20864
20934
|
"type": "type",
|
|
20865
20935
|
},
|
|
@@ -20871,6 +20941,7 @@ class CfnAnalysis(
|
|
|
20871
20941
|
filter_control_id: builtins.str,
|
|
20872
20942
|
source_filter_id: builtins.str,
|
|
20873
20943
|
title: builtins.str,
|
|
20944
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
20874
20945
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20875
20946
|
type: typing.Optional[builtins.str] = None,
|
|
20876
20947
|
) -> None:
|
|
@@ -20879,6 +20950,7 @@ class CfnAnalysis(
|
|
|
20879
20950
|
:param filter_control_id: The ID of the ``FilterDateTimePickerControl`` .
|
|
20880
20951
|
:param source_filter_id: The source filter ID of the ``FilterDateTimePickerControl`` .
|
|
20881
20952
|
:param title: The title of the ``FilterDateTimePickerControl`` .
|
|
20953
|
+
:param commit_mode: The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
20882
20954
|
:param display_options: The display options of a control.
|
|
20883
20955
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
20884
20956
|
|
|
@@ -20897,6 +20969,7 @@ class CfnAnalysis(
|
|
|
20897
20969
|
title="title",
|
|
20898
20970
|
|
|
20899
20971
|
# the properties below are optional
|
|
20972
|
+
commit_mode="commitMode",
|
|
20900
20973
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
20901
20974
|
date_time_format="dateTimeFormat",
|
|
20902
20975
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -20927,6 +21000,7 @@ class CfnAnalysis(
|
|
|
20927
21000
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
20928
21001
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
20929
21002
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
21003
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
20930
21004
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
20931
21005
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
20932
21006
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -20934,6 +21008,8 @@ class CfnAnalysis(
|
|
|
20934
21008
|
"source_filter_id": source_filter_id,
|
|
20935
21009
|
"title": title,
|
|
20936
21010
|
}
|
|
21011
|
+
if commit_mode is not None:
|
|
21012
|
+
self._values["commit_mode"] = commit_mode
|
|
20937
21013
|
if display_options is not None:
|
|
20938
21014
|
self._values["display_options"] = display_options
|
|
20939
21015
|
if type is not None:
|
|
@@ -20969,6 +21045,15 @@ class CfnAnalysis(
|
|
|
20969
21045
|
assert result is not None, "Required property 'title' is missing"
|
|
20970
21046
|
return typing.cast(builtins.str, result)
|
|
20971
21047
|
|
|
21048
|
+
@builtins.property
|
|
21049
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
21050
|
+
'''The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
21051
|
+
|
|
21052
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-commitmode
|
|
21053
|
+
'''
|
|
21054
|
+
result = self._values.get("commit_mode")
|
|
21055
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
21056
|
+
|
|
20972
21057
|
@builtins.property
|
|
20973
21058
|
def display_options(
|
|
20974
21059
|
self,
|
|
@@ -21011,6 +21096,7 @@ class CfnAnalysis(
|
|
|
21011
21096
|
"source_filter_id": "sourceFilterId",
|
|
21012
21097
|
"title": "title",
|
|
21013
21098
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
21099
|
+
"commit_mode": "commitMode",
|
|
21014
21100
|
"display_options": "displayOptions",
|
|
21015
21101
|
"selectable_values": "selectableValues",
|
|
21016
21102
|
"type": "type",
|
|
@@ -21024,6 +21110,7 @@ class CfnAnalysis(
|
|
|
21024
21110
|
source_filter_id: builtins.str,
|
|
21025
21111
|
title: builtins.str,
|
|
21026
21112
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21113
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
21027
21114
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21028
21115
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21029
21116
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -21034,6 +21121,7 @@ class CfnAnalysis(
|
|
|
21034
21121
|
:param source_filter_id: The source filter ID of the ``FilterDropDownControl`` .
|
|
21035
21122
|
:param title: The title of the ``FilterDropDownControl`` .
|
|
21036
21123
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
21124
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
21037
21125
|
:param display_options: The display options of the ``FilterDropDownControl`` .
|
|
21038
21126
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
21039
21127
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -21062,6 +21150,7 @@ class CfnAnalysis(
|
|
|
21062
21150
|
source_sheet_control_id="sourceSheetControlId"
|
|
21063
21151
|
)]
|
|
21064
21152
|
),
|
|
21153
|
+
commit_mode="commitMode",
|
|
21065
21154
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
21066
21155
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
21067
21156
|
info_icon_text="infoIconText",
|
|
@@ -21098,6 +21187,7 @@ class CfnAnalysis(
|
|
|
21098
21187
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
21099
21188
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
21100
21189
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
21190
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
21101
21191
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
21102
21192
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
21103
21193
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -21108,6 +21198,8 @@ class CfnAnalysis(
|
|
|
21108
21198
|
}
|
|
21109
21199
|
if cascading_control_configuration is not None:
|
|
21110
21200
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
21201
|
+
if commit_mode is not None:
|
|
21202
|
+
self._values["commit_mode"] = commit_mode
|
|
21111
21203
|
if display_options is not None:
|
|
21112
21204
|
self._values["display_options"] = display_options
|
|
21113
21205
|
if selectable_values is not None:
|
|
@@ -21156,6 +21248,15 @@ class CfnAnalysis(
|
|
|
21156
21248
|
result = self._values.get("cascading_control_configuration")
|
|
21157
21249
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CascadingControlConfigurationProperty"]], result)
|
|
21158
21250
|
|
|
21251
|
+
@builtins.property
|
|
21252
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
21253
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
21254
|
+
|
|
21255
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdropdowncontrol.html#cfn-quicksight-analysis-filterdropdowncontrol-commitmode
|
|
21256
|
+
'''
|
|
21257
|
+
result = self._values.get("commit_mode")
|
|
21258
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
21259
|
+
|
|
21159
21260
|
@builtins.property
|
|
21160
21261
|
def display_options(
|
|
21161
21262
|
self,
|
|
@@ -21988,6 +22089,7 @@ class CfnAnalysis(
|
|
|
21988
22089
|
"filter_control_id": "filterControlId",
|
|
21989
22090
|
"source_filter_id": "sourceFilterId",
|
|
21990
22091
|
"title": "title",
|
|
22092
|
+
"commit_mode": "commitMode",
|
|
21991
22093
|
"display_options": "displayOptions",
|
|
21992
22094
|
},
|
|
21993
22095
|
)
|
|
@@ -21998,6 +22100,7 @@ class CfnAnalysis(
|
|
|
21998
22100
|
filter_control_id: builtins.str,
|
|
21999
22101
|
source_filter_id: builtins.str,
|
|
22000
22102
|
title: builtins.str,
|
|
22103
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
22001
22104
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
22002
22105
|
) -> None:
|
|
22003
22106
|
'''A control from a date filter that is used to specify the relative date.
|
|
@@ -22005,6 +22108,7 @@ class CfnAnalysis(
|
|
|
22005
22108
|
:param filter_control_id: The ID of the ``FilterTextAreaControl`` .
|
|
22006
22109
|
:param source_filter_id: The source filter ID of the ``FilterTextAreaControl`` .
|
|
22007
22110
|
:param title: The title of the ``FilterTextAreaControl`` .
|
|
22111
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
22008
22112
|
:param display_options: The display options of a control.
|
|
22009
22113
|
|
|
22010
22114
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterrelativedatetimecontrol.html
|
|
@@ -22022,6 +22126,7 @@ class CfnAnalysis(
|
|
|
22022
22126
|
title="title",
|
|
22023
22127
|
|
|
22024
22128
|
# the properties below are optional
|
|
22129
|
+
commit_mode="commitMode",
|
|
22025
22130
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
22026
22131
|
date_time_format="dateTimeFormat",
|
|
22027
22132
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -22051,12 +22156,15 @@ class CfnAnalysis(
|
|
|
22051
22156
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
22052
22157
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
22053
22158
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
22159
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
22054
22160
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
22055
22161
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
22056
22162
|
"filter_control_id": filter_control_id,
|
|
22057
22163
|
"source_filter_id": source_filter_id,
|
|
22058
22164
|
"title": title,
|
|
22059
22165
|
}
|
|
22166
|
+
if commit_mode is not None:
|
|
22167
|
+
self._values["commit_mode"] = commit_mode
|
|
22060
22168
|
if display_options is not None:
|
|
22061
22169
|
self._values["display_options"] = display_options
|
|
22062
22170
|
|
|
@@ -22090,6 +22198,15 @@ class CfnAnalysis(
|
|
|
22090
22198
|
assert result is not None, "Required property 'title' is missing"
|
|
22091
22199
|
return typing.cast(builtins.str, result)
|
|
22092
22200
|
|
|
22201
|
+
@builtins.property
|
|
22202
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
22203
|
+
'''The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
22204
|
+
|
|
22205
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterrelativedatetimecontrol.html#cfn-quicksight-analysis-filterrelativedatetimecontrol-commitmode
|
|
22206
|
+
'''
|
|
22207
|
+
result = self._values.get("commit_mode")
|
|
22208
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
22209
|
+
|
|
22093
22210
|
@builtins.property
|
|
22094
22211
|
def display_options(
|
|
22095
22212
|
self,
|
|
@@ -31108,6 +31225,7 @@ class CfnAnalysis(
|
|
|
31108
31225
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
31109
31226
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
31110
31227
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
31228
|
+
commit_mode="commitMode",
|
|
31111
31229
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
31112
31230
|
date_time_format="dateTimeFormat",
|
|
31113
31231
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -31133,6 +31251,7 @@ class CfnAnalysis(
|
|
|
31133
31251
|
type="type"
|
|
31134
31252
|
),
|
|
31135
31253
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
31254
|
+
commit_mode="commitMode",
|
|
31136
31255
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
31137
31256
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
31138
31257
|
info_icon_text="infoIconText",
|
|
@@ -31196,6 +31315,7 @@ class CfnAnalysis(
|
|
|
31196
31315
|
type="type"
|
|
31197
31316
|
),
|
|
31198
31317
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
31318
|
+
commit_mode="commitMode",
|
|
31199
31319
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
31200
31320
|
date_time_format="dateTimeFormat",
|
|
31201
31321
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -37997,6 +38117,7 @@ class CfnAnalysis(
|
|
|
37997
38117
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
37998
38118
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
37999
38119
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
38120
|
+
commit_mode="commitMode",
|
|
38000
38121
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
38001
38122
|
date_time_format="dateTimeFormat",
|
|
38002
38123
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -38022,6 +38143,7 @@ class CfnAnalysis(
|
|
|
38022
38143
|
type="type"
|
|
38023
38144
|
),
|
|
38024
38145
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
38146
|
+
commit_mode="commitMode",
|
|
38025
38147
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
38026
38148
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38027
38149
|
info_icon_text="infoIconText",
|
|
@@ -38085,6 +38207,7 @@ class CfnAnalysis(
|
|
|
38085
38207
|
type="type"
|
|
38086
38208
|
),
|
|
38087
38209
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
38210
|
+
commit_mode="commitMode",
|
|
38088
38211
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
38089
38212
|
date_time_format="dateTimeFormat",
|
|
38090
38213
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -38860,6 +38983,7 @@ class CfnAnalysis(
|
|
|
38860
38983
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
38861
38984
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
38862
38985
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
38986
|
+
commit_mode="commitMode",
|
|
38863
38987
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
38864
38988
|
date_time_format="dateTimeFormat",
|
|
38865
38989
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -38885,6 +39009,7 @@ class CfnAnalysis(
|
|
|
38885
39009
|
type="type"
|
|
38886
39010
|
),
|
|
38887
39011
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
39012
|
+
commit_mode="commitMode",
|
|
38888
39013
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
38889
39014
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
38890
39015
|
info_icon_text="infoIconText",
|
|
@@ -38948,6 +39073,7 @@ class CfnAnalysis(
|
|
|
38948
39073
|
type="type"
|
|
38949
39074
|
),
|
|
38950
39075
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
39076
|
+
commit_mode="commitMode",
|
|
38951
39077
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
38952
39078
|
date_time_format="dateTimeFormat",
|
|
38953
39079
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -39435,6 +39561,7 @@ class CfnAnalysis(
|
|
|
39435
39561
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
39436
39562
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
39437
39563
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
39564
|
+
commit_mode="commitMode",
|
|
39438
39565
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
39439
39566
|
date_time_format="dateTimeFormat",
|
|
39440
39567
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -39460,6 +39587,7 @@ class CfnAnalysis(
|
|
|
39460
39587
|
type="type"
|
|
39461
39588
|
),
|
|
39462
39589
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
39590
|
+
commit_mode="commitMode",
|
|
39463
39591
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
39464
39592
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
39465
39593
|
info_icon_text="infoIconText",
|
|
@@ -39523,6 +39651,7 @@ class CfnAnalysis(
|
|
|
39523
39651
|
type="type"
|
|
39524
39652
|
),
|
|
39525
39653
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
39654
|
+
commit_mode="commitMode",
|
|
39526
39655
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
39527
39656
|
date_time_format="dateTimeFormat",
|
|
39528
39657
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -40863,6 +40992,7 @@ class CfnAnalysis(
|
|
|
40863
40992
|
source_sheet_control_id="sourceSheetControlId"
|
|
40864
40993
|
)]
|
|
40865
40994
|
),
|
|
40995
|
+
commit_mode="commitMode",
|
|
40866
40996
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
40867
40997
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
40868
40998
|
info_icon_text="infoIconText",
|
|
@@ -41534,6 +41664,7 @@ class CfnAnalysis(
|
|
|
41534
41664
|
"source_parameter_name": "sourceParameterName",
|
|
41535
41665
|
"title": "title",
|
|
41536
41666
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
41667
|
+
"commit_mode": "commitMode",
|
|
41537
41668
|
"display_options": "displayOptions",
|
|
41538
41669
|
"selectable_values": "selectableValues",
|
|
41539
41670
|
"type": "type",
|
|
@@ -41547,6 +41678,7 @@ class CfnAnalysis(
|
|
|
41547
41678
|
source_parameter_name: builtins.str,
|
|
41548
41679
|
title: builtins.str,
|
|
41549
41680
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41681
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
41550
41682
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41551
41683
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ParameterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41552
41684
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -41557,6 +41689,7 @@ class CfnAnalysis(
|
|
|
41557
41689
|
:param source_parameter_name: The source parameter name of the ``ParameterDropDownControl`` .
|
|
41558
41690
|
:param title: The title of the ``ParameterDropDownControl`` .
|
|
41559
41691
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
41692
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
41560
41693
|
:param display_options: The display options of a control.
|
|
41561
41694
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
41562
41695
|
:param type: The type parameter name of the ``ParameterDropDownControl`` .
|
|
@@ -41585,6 +41718,7 @@ class CfnAnalysis(
|
|
|
41585
41718
|
source_sheet_control_id="sourceSheetControlId"
|
|
41586
41719
|
)]
|
|
41587
41720
|
),
|
|
41721
|
+
commit_mode="commitMode",
|
|
41588
41722
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
41589
41723
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
41590
41724
|
info_icon_text="infoIconText",
|
|
@@ -41625,6 +41759,7 @@ class CfnAnalysis(
|
|
|
41625
41759
|
check_type(argname="argument source_parameter_name", value=source_parameter_name, expected_type=type_hints["source_parameter_name"])
|
|
41626
41760
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
41627
41761
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
41762
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
41628
41763
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
41629
41764
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
41630
41765
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -41635,6 +41770,8 @@ class CfnAnalysis(
|
|
|
41635
41770
|
}
|
|
41636
41771
|
if cascading_control_configuration is not None:
|
|
41637
41772
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
41773
|
+
if commit_mode is not None:
|
|
41774
|
+
self._values["commit_mode"] = commit_mode
|
|
41638
41775
|
if display_options is not None:
|
|
41639
41776
|
self._values["display_options"] = display_options
|
|
41640
41777
|
if selectable_values is not None:
|
|
@@ -41683,6 +41820,15 @@ class CfnAnalysis(
|
|
|
41683
41820
|
result = self._values.get("cascading_control_configuration")
|
|
41684
41821
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CascadingControlConfigurationProperty"]], result)
|
|
41685
41822
|
|
|
41823
|
+
@builtins.property
|
|
41824
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
41825
|
+
'''The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
41826
|
+
|
|
41827
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-parameterdropdowncontrol.html#cfn-quicksight-analysis-parameterdropdowncontrol-commitmode
|
|
41828
|
+
'''
|
|
41829
|
+
result = self._values.get("commit_mode")
|
|
41830
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
41831
|
+
|
|
41686
41832
|
@builtins.property
|
|
41687
41833
|
def display_options(
|
|
41688
41834
|
self,
|
|
@@ -50031,6 +50177,7 @@ class CfnAnalysis(
|
|
|
50031
50177
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
50032
50178
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
50033
50179
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
50180
|
+
commit_mode="commitMode",
|
|
50034
50181
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
50035
50182
|
date_time_format="dateTimeFormat",
|
|
50036
50183
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -50056,6 +50203,7 @@ class CfnAnalysis(
|
|
|
50056
50203
|
type="type"
|
|
50057
50204
|
),
|
|
50058
50205
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
50206
|
+
commit_mode="commitMode",
|
|
50059
50207
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
50060
50208
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
50061
50209
|
info_icon_text="infoIconText",
|
|
@@ -50119,6 +50267,7 @@ class CfnAnalysis(
|
|
|
50119
50267
|
type="type"
|
|
50120
50268
|
),
|
|
50121
50269
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
50270
|
+
commit_mode="commitMode",
|
|
50122
50271
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
50123
50272
|
date_time_format="dateTimeFormat",
|
|
50124
50273
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -59842,6 +59991,7 @@ class CfnAnalysis(
|
|
|
59842
59991
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
59843
59992
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
59844
59993
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
59994
|
+
commit_mode="commitMode",
|
|
59845
59995
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
59846
59996
|
date_time_format="dateTimeFormat",
|
|
59847
59997
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -59867,6 +60017,7 @@ class CfnAnalysis(
|
|
|
59867
60017
|
type="type"
|
|
59868
60018
|
),
|
|
59869
60019
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
60020
|
+
commit_mode="commitMode",
|
|
59870
60021
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
59871
60022
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
59872
60023
|
info_icon_text="infoIconText",
|
|
@@ -59930,6 +60081,7 @@ class CfnAnalysis(
|
|
|
59930
60081
|
type="type"
|
|
59931
60082
|
),
|
|
59932
60083
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
60084
|
+
commit_mode="commitMode",
|
|
59933
60085
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
59934
60086
|
date_time_format="dateTimeFormat",
|
|
59935
60087
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -60339,6 +60491,7 @@ class CfnAnalysis(
|
|
|
60339
60491
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
60340
60492
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
60341
60493
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
60494
|
+
commit_mode="commitMode",
|
|
60342
60495
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
60343
60496
|
date_time_format="dateTimeFormat",
|
|
60344
60497
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -60364,6 +60517,7 @@ class CfnAnalysis(
|
|
|
60364
60517
|
type="type"
|
|
60365
60518
|
),
|
|
60366
60519
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
60520
|
+
commit_mode="commitMode",
|
|
60367
60521
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
60368
60522
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
60369
60523
|
info_icon_text="infoIconText",
|
|
@@ -60427,6 +60581,7 @@ class CfnAnalysis(
|
|
|
60427
60581
|
type="type"
|
|
60428
60582
|
),
|
|
60429
60583
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
60584
|
+
commit_mode="commitMode",
|
|
60430
60585
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
60431
60586
|
date_time_format="dateTimeFormat",
|
|
60432
60587
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -61143,6 +61298,7 @@ class CfnAnalysis(
|
|
|
61143
61298
|
default_filter_control_configuration=quicksight.CfnAnalysis.DefaultFilterControlConfigurationProperty(
|
|
61144
61299
|
control_options=quicksight.CfnAnalysis.DefaultFilterControlOptionsProperty(
|
|
61145
61300
|
default_date_time_picker_options=quicksight.CfnAnalysis.DefaultDateTimePickerControlOptionsProperty(
|
|
61301
|
+
commit_mode="commitMode",
|
|
61146
61302
|
display_options=quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty(
|
|
61147
61303
|
date_time_format="dateTimeFormat",
|
|
61148
61304
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -61168,6 +61324,7 @@ class CfnAnalysis(
|
|
|
61168
61324
|
type="type"
|
|
61169
61325
|
),
|
|
61170
61326
|
default_dropdown_options=quicksight.CfnAnalysis.DefaultFilterDropDownControlOptionsProperty(
|
|
61327
|
+
commit_mode="commitMode",
|
|
61171
61328
|
display_options=quicksight.CfnAnalysis.DropDownControlDisplayOptionsProperty(
|
|
61172
61329
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
61173
61330
|
info_icon_text="infoIconText",
|
|
@@ -61231,6 +61388,7 @@ class CfnAnalysis(
|
|
|
61231
61388
|
type="type"
|
|
61232
61389
|
),
|
|
61233
61390
|
default_relative_date_time_options=quicksight.CfnAnalysis.DefaultRelativeDateTimeControlOptionsProperty(
|
|
61391
|
+
commit_mode="commitMode",
|
|
61234
61392
|
display_options=quicksight.CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty(
|
|
61235
61393
|
date_time_format="dateTimeFormat",
|
|
61236
61394
|
info_icon_label_options=quicksight.CfnAnalysis.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -73965,6 +74123,7 @@ class CfnDashboard(
|
|
|
73965
74123
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
73966
74124
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
73967
74125
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
74126
|
+
commit_mode="commitMode",
|
|
73968
74127
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
73969
74128
|
date_time_format="dateTimeFormat",
|
|
73970
74129
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -73990,6 +74149,7 @@ class CfnDashboard(
|
|
|
73990
74149
|
type="type"
|
|
73991
74150
|
),
|
|
73992
74151
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
74152
|
+
commit_mode="commitMode",
|
|
73993
74153
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
73994
74154
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
73995
74155
|
info_icon_text="infoIconText",
|
|
@@ -74053,6 +74213,7 @@ class CfnDashboard(
|
|
|
74053
74213
|
type="type"
|
|
74054
74214
|
),
|
|
74055
74215
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
74216
|
+
commit_mode="commitMode",
|
|
74056
74217
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
74057
74218
|
date_time_format="dateTimeFormat",
|
|
74058
74219
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -74304,6 +74465,7 @@ class CfnDashboard(
|
|
|
74304
74465
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
74305
74466
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
74306
74467
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
74468
|
+
commit_mode="commitMode",
|
|
74307
74469
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
74308
74470
|
date_time_format="dateTimeFormat",
|
|
74309
74471
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -74329,6 +74491,7 @@ class CfnDashboard(
|
|
|
74329
74491
|
type="type"
|
|
74330
74492
|
),
|
|
74331
74493
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
74494
|
+
commit_mode="commitMode",
|
|
74332
74495
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
74333
74496
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
74334
74497
|
info_icon_text="infoIconText",
|
|
@@ -74392,6 +74555,7 @@ class CfnDashboard(
|
|
|
74392
74555
|
type="type"
|
|
74393
74556
|
),
|
|
74394
74557
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
74558
|
+
commit_mode="commitMode",
|
|
74395
74559
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
74396
74560
|
date_time_format="dateTimeFormat",
|
|
74397
74561
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83256,17 +83420,23 @@ class CfnDashboard(
|
|
|
83256
83420
|
@jsii.data_type(
|
|
83257
83421
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty",
|
|
83258
83422
|
jsii_struct_bases=[],
|
|
83259
|
-
name_mapping={
|
|
83423
|
+
name_mapping={
|
|
83424
|
+
"commit_mode": "commitMode",
|
|
83425
|
+
"display_options": "displayOptions",
|
|
83426
|
+
"type": "type",
|
|
83427
|
+
},
|
|
83260
83428
|
)
|
|
83261
83429
|
class DefaultDateTimePickerControlOptionsProperty:
|
|
83262
83430
|
def __init__(
|
|
83263
83431
|
self,
|
|
83264
83432
|
*,
|
|
83433
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
83265
83434
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
83266
83435
|
type: typing.Optional[builtins.str] = None,
|
|
83267
83436
|
) -> None:
|
|
83268
83437
|
'''The default options that correspond to the filter control type of a ``DateTimePicker`` .
|
|
83269
83438
|
|
|
83439
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
83270
83440
|
:param display_options: The display options of a control.
|
|
83271
83441
|
:param type: The date time picker type of the ``DefaultDateTimePickerControlOptions`` . Choose one of the following options:. - ``SINGLE_VALUED`` : The filter condition is a fixed date. - ``DATE_RANGE`` : The filter condition is a date time range.
|
|
83272
83442
|
|
|
@@ -83280,6 +83450,7 @@ class CfnDashboard(
|
|
|
83280
83450
|
from aws_cdk import aws_quicksight as quicksight
|
|
83281
83451
|
|
|
83282
83452
|
default_date_time_picker_control_options_property = quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
83453
|
+
commit_mode="commitMode",
|
|
83283
83454
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
83284
83455
|
date_time_format="dateTimeFormat",
|
|
83285
83456
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83307,14 +83478,26 @@ class CfnDashboard(
|
|
|
83307
83478
|
'''
|
|
83308
83479
|
if __debug__:
|
|
83309
83480
|
type_hints = typing.get_type_hints(_typecheckingstub__bc2a37f7ae8965ececf7dc6b7c2057454b4e12e34001d5d2f9108fad0df3bed4)
|
|
83481
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
83310
83482
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
83311
83483
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
83312
83484
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
83485
|
+
if commit_mode is not None:
|
|
83486
|
+
self._values["commit_mode"] = commit_mode
|
|
83313
83487
|
if display_options is not None:
|
|
83314
83488
|
self._values["display_options"] = display_options
|
|
83315
83489
|
if type is not None:
|
|
83316
83490
|
self._values["type"] = type
|
|
83317
83491
|
|
|
83492
|
+
@builtins.property
|
|
83493
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
83494
|
+
'''The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
83495
|
+
|
|
83496
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-commitmode
|
|
83497
|
+
'''
|
|
83498
|
+
result = self._values.get("commit_mode")
|
|
83499
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
83500
|
+
|
|
83318
83501
|
@builtins.property
|
|
83319
83502
|
def display_options(
|
|
83320
83503
|
self,
|
|
@@ -83378,6 +83561,7 @@ class CfnDashboard(
|
|
|
83378
83561
|
default_filter_control_configuration_property = quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
83379
83562
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
83380
83563
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
83564
|
+
commit_mode="commitMode",
|
|
83381
83565
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
83382
83566
|
date_time_format="dateTimeFormat",
|
|
83383
83567
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83403,6 +83587,7 @@ class CfnDashboard(
|
|
|
83403
83587
|
type="type"
|
|
83404
83588
|
),
|
|
83405
83589
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
83590
|
+
commit_mode="commitMode",
|
|
83406
83591
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
83407
83592
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
83408
83593
|
info_icon_text="infoIconText",
|
|
@@ -83466,6 +83651,7 @@ class CfnDashboard(
|
|
|
83466
83651
|
type="type"
|
|
83467
83652
|
),
|
|
83468
83653
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
83654
|
+
commit_mode="commitMode",
|
|
83469
83655
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
83470
83656
|
date_time_format="dateTimeFormat",
|
|
83471
83657
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83665,6 +83851,7 @@ class CfnDashboard(
|
|
|
83665
83851
|
|
|
83666
83852
|
default_filter_control_options_property = quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
83667
83853
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
83854
|
+
commit_mode="commitMode",
|
|
83668
83855
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
83669
83856
|
date_time_format="dateTimeFormat",
|
|
83670
83857
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83690,6 +83877,7 @@ class CfnDashboard(
|
|
|
83690
83877
|
type="type"
|
|
83691
83878
|
),
|
|
83692
83879
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
83880
|
+
commit_mode="commitMode",
|
|
83693
83881
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
83694
83882
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
83695
83883
|
info_icon_text="infoIconText",
|
|
@@ -83753,6 +83941,7 @@ class CfnDashboard(
|
|
|
83753
83941
|
type="type"
|
|
83754
83942
|
),
|
|
83755
83943
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
83944
|
+
commit_mode="commitMode",
|
|
83756
83945
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
83757
83946
|
date_time_format="dateTimeFormat",
|
|
83758
83947
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -83977,6 +84166,7 @@ class CfnDashboard(
|
|
|
83977
84166
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty",
|
|
83978
84167
|
jsii_struct_bases=[],
|
|
83979
84168
|
name_mapping={
|
|
84169
|
+
"commit_mode": "commitMode",
|
|
83980
84170
|
"display_options": "displayOptions",
|
|
83981
84171
|
"selectable_values": "selectableValues",
|
|
83982
84172
|
"type": "type",
|
|
@@ -83986,12 +84176,14 @@ class CfnDashboard(
|
|
|
83986
84176
|
def __init__(
|
|
83987
84177
|
self,
|
|
83988
84178
|
*,
|
|
84179
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
83989
84180
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
83990
84181
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
83991
84182
|
type: typing.Optional[builtins.str] = None,
|
|
83992
84183
|
) -> None:
|
|
83993
84184
|
'''The default options that correspond to the ``Dropdown`` filter control type.
|
|
83994
84185
|
|
|
84186
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
83995
84187
|
:param display_options: The display options of a control.
|
|
83996
84188
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
83997
84189
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -84006,6 +84198,7 @@ class CfnDashboard(
|
|
|
84006
84198
|
from aws_cdk import aws_quicksight as quicksight
|
|
84007
84199
|
|
|
84008
84200
|
default_filter_drop_down_control_options_property = quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
84201
|
+
commit_mode="commitMode",
|
|
84009
84202
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
84010
84203
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
84011
84204
|
info_icon_text="infoIconText",
|
|
@@ -84038,10 +84231,13 @@ class CfnDashboard(
|
|
|
84038
84231
|
'''
|
|
84039
84232
|
if __debug__:
|
|
84040
84233
|
type_hints = typing.get_type_hints(_typecheckingstub__dd98c49776880bc1d4a0ee8eda857544ccd317eeeefa534adcb03b22cce1b29f)
|
|
84234
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
84041
84235
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
84042
84236
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
84043
84237
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
84044
84238
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
84239
|
+
if commit_mode is not None:
|
|
84240
|
+
self._values["commit_mode"] = commit_mode
|
|
84045
84241
|
if display_options is not None:
|
|
84046
84242
|
self._values["display_options"] = display_options
|
|
84047
84243
|
if selectable_values is not None:
|
|
@@ -84049,6 +84245,15 @@ class CfnDashboard(
|
|
|
84049
84245
|
if type is not None:
|
|
84050
84246
|
self._values["type"] = type
|
|
84051
84247
|
|
|
84248
|
+
@builtins.property
|
|
84249
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
84250
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
84251
|
+
|
|
84252
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions.html#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-commitmode
|
|
84253
|
+
'''
|
|
84254
|
+
result = self._values.get("commit_mode")
|
|
84255
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
84256
|
+
|
|
84052
84257
|
@builtins.property
|
|
84053
84258
|
def display_options(
|
|
84054
84259
|
self,
|
|
@@ -84633,16 +84838,21 @@ class CfnDashboard(
|
|
|
84633
84838
|
@jsii.data_type(
|
|
84634
84839
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty",
|
|
84635
84840
|
jsii_struct_bases=[],
|
|
84636
|
-
name_mapping={
|
|
84841
|
+
name_mapping={
|
|
84842
|
+
"commit_mode": "commitMode",
|
|
84843
|
+
"display_options": "displayOptions",
|
|
84844
|
+
},
|
|
84637
84845
|
)
|
|
84638
84846
|
class DefaultRelativeDateTimeControlOptionsProperty:
|
|
84639
84847
|
def __init__(
|
|
84640
84848
|
self,
|
|
84641
84849
|
*,
|
|
84850
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
84642
84851
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
84643
84852
|
) -> None:
|
|
84644
84853
|
'''The default options that correspond to the ``RelativeDateTime`` filter control type.
|
|
84645
84854
|
|
|
84855
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
84646
84856
|
:param display_options: The display options of a control.
|
|
84647
84857
|
|
|
84648
84858
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions.html
|
|
@@ -84655,6 +84865,7 @@ class CfnDashboard(
|
|
|
84655
84865
|
from aws_cdk import aws_quicksight as quicksight
|
|
84656
84866
|
|
|
84657
84867
|
default_relative_date_time_control_options_property = quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
84868
|
+
commit_mode="commitMode",
|
|
84658
84869
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
84659
84870
|
date_time_format="dateTimeFormat",
|
|
84660
84871
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -84681,11 +84892,23 @@ class CfnDashboard(
|
|
|
84681
84892
|
'''
|
|
84682
84893
|
if __debug__:
|
|
84683
84894
|
type_hints = typing.get_type_hints(_typecheckingstub__d22f9a91af39d2fb92de880f728f6566e3d86f257441db382d325b18c09eb73b)
|
|
84895
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
84684
84896
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
84685
84897
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
84898
|
+
if commit_mode is not None:
|
|
84899
|
+
self._values["commit_mode"] = commit_mode
|
|
84686
84900
|
if display_options is not None:
|
|
84687
84901
|
self._values["display_options"] = display_options
|
|
84688
84902
|
|
|
84903
|
+
@builtins.property
|
|
84904
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
84905
|
+
'''The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
84906
|
+
|
|
84907
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions.html#cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-commitmode
|
|
84908
|
+
'''
|
|
84909
|
+
result = self._values.get("commit_mode")
|
|
84910
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
84911
|
+
|
|
84689
84912
|
@builtins.property
|
|
84690
84913
|
def display_options(
|
|
84691
84914
|
self,
|
|
@@ -89082,6 +89305,7 @@ class CfnDashboard(
|
|
|
89082
89305
|
title="title",
|
|
89083
89306
|
|
|
89084
89307
|
# the properties below are optional
|
|
89308
|
+
commit_mode="commitMode",
|
|
89085
89309
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
89086
89310
|
date_time_format="dateTimeFormat",
|
|
89087
89311
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -89121,6 +89345,7 @@ class CfnDashboard(
|
|
|
89121
89345
|
source_sheet_control_id="sourceSheetControlId"
|
|
89122
89346
|
)]
|
|
89123
89347
|
),
|
|
89348
|
+
commit_mode="commitMode",
|
|
89124
89349
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
89125
89350
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
89126
89351
|
info_icon_text="infoIconText",
|
|
@@ -89203,6 +89428,7 @@ class CfnDashboard(
|
|
|
89203
89428
|
title="title",
|
|
89204
89429
|
|
|
89205
89430
|
# the properties below are optional
|
|
89431
|
+
commit_mode="commitMode",
|
|
89206
89432
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
89207
89433
|
date_time_format="dateTimeFormat",
|
|
89208
89434
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -89567,6 +89793,7 @@ class CfnDashboard(
|
|
|
89567
89793
|
"filter_control_id": "filterControlId",
|
|
89568
89794
|
"source_filter_id": "sourceFilterId",
|
|
89569
89795
|
"title": "title",
|
|
89796
|
+
"commit_mode": "commitMode",
|
|
89570
89797
|
"display_options": "displayOptions",
|
|
89571
89798
|
"type": "type",
|
|
89572
89799
|
},
|
|
@@ -89578,6 +89805,7 @@ class CfnDashboard(
|
|
|
89578
89805
|
filter_control_id: builtins.str,
|
|
89579
89806
|
source_filter_id: builtins.str,
|
|
89580
89807
|
title: builtins.str,
|
|
89808
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
89581
89809
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
89582
89810
|
type: typing.Optional[builtins.str] = None,
|
|
89583
89811
|
) -> None:
|
|
@@ -89586,6 +89814,7 @@ class CfnDashboard(
|
|
|
89586
89814
|
:param filter_control_id: The ID of the ``FilterDateTimePickerControl`` .
|
|
89587
89815
|
:param source_filter_id: The source filter ID of the ``FilterDateTimePickerControl`` .
|
|
89588
89816
|
:param title: The title of the ``FilterDateTimePickerControl`` .
|
|
89817
|
+
:param commit_mode: The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
89589
89818
|
:param display_options: The display options of a control.
|
|
89590
89819
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
89591
89820
|
|
|
@@ -89604,6 +89833,7 @@ class CfnDashboard(
|
|
|
89604
89833
|
title="title",
|
|
89605
89834
|
|
|
89606
89835
|
# the properties below are optional
|
|
89836
|
+
commit_mode="commitMode",
|
|
89607
89837
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
89608
89838
|
date_time_format="dateTimeFormat",
|
|
89609
89839
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -89634,6 +89864,7 @@ class CfnDashboard(
|
|
|
89634
89864
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
89635
89865
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
89636
89866
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
89867
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
89637
89868
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
89638
89869
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
89639
89870
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -89641,6 +89872,8 @@ class CfnDashboard(
|
|
|
89641
89872
|
"source_filter_id": source_filter_id,
|
|
89642
89873
|
"title": title,
|
|
89643
89874
|
}
|
|
89875
|
+
if commit_mode is not None:
|
|
89876
|
+
self._values["commit_mode"] = commit_mode
|
|
89644
89877
|
if display_options is not None:
|
|
89645
89878
|
self._values["display_options"] = display_options
|
|
89646
89879
|
if type is not None:
|
|
@@ -89676,6 +89909,15 @@ class CfnDashboard(
|
|
|
89676
89909
|
assert result is not None, "Required property 'title' is missing"
|
|
89677
89910
|
return typing.cast(builtins.str, result)
|
|
89678
89911
|
|
|
89912
|
+
@builtins.property
|
|
89913
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
89914
|
+
'''The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
89915
|
+
|
|
89916
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterdatetimepickercontrol.html#cfn-quicksight-dashboard-filterdatetimepickercontrol-commitmode
|
|
89917
|
+
'''
|
|
89918
|
+
result = self._values.get("commit_mode")
|
|
89919
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
89920
|
+
|
|
89679
89921
|
@builtins.property
|
|
89680
89922
|
def display_options(
|
|
89681
89923
|
self,
|
|
@@ -89718,6 +89960,7 @@ class CfnDashboard(
|
|
|
89718
89960
|
"source_filter_id": "sourceFilterId",
|
|
89719
89961
|
"title": "title",
|
|
89720
89962
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
89963
|
+
"commit_mode": "commitMode",
|
|
89721
89964
|
"display_options": "displayOptions",
|
|
89722
89965
|
"selectable_values": "selectableValues",
|
|
89723
89966
|
"type": "type",
|
|
@@ -89731,6 +89974,7 @@ class CfnDashboard(
|
|
|
89731
89974
|
source_filter_id: builtins.str,
|
|
89732
89975
|
title: builtins.str,
|
|
89733
89976
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
89977
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
89734
89978
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
89735
89979
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
89736
89980
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -89741,6 +89985,7 @@ class CfnDashboard(
|
|
|
89741
89985
|
:param source_filter_id: The source filter ID of the ``FilterDropDownControl`` .
|
|
89742
89986
|
:param title: The title of the ``FilterDropDownControl`` .
|
|
89743
89987
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
89988
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
89744
89989
|
:param display_options: The display options of the ``FilterDropDownControl`` .
|
|
89745
89990
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
89746
89991
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -89769,6 +90014,7 @@ class CfnDashboard(
|
|
|
89769
90014
|
source_sheet_control_id="sourceSheetControlId"
|
|
89770
90015
|
)]
|
|
89771
90016
|
),
|
|
90017
|
+
commit_mode="commitMode",
|
|
89772
90018
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
89773
90019
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
89774
90020
|
info_icon_text="infoIconText",
|
|
@@ -89805,6 +90051,7 @@ class CfnDashboard(
|
|
|
89805
90051
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
89806
90052
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
89807
90053
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
90054
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
89808
90055
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
89809
90056
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
89810
90057
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -89815,6 +90062,8 @@ class CfnDashboard(
|
|
|
89815
90062
|
}
|
|
89816
90063
|
if cascading_control_configuration is not None:
|
|
89817
90064
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
90065
|
+
if commit_mode is not None:
|
|
90066
|
+
self._values["commit_mode"] = commit_mode
|
|
89818
90067
|
if display_options is not None:
|
|
89819
90068
|
self._values["display_options"] = display_options
|
|
89820
90069
|
if selectable_values is not None:
|
|
@@ -89863,6 +90112,15 @@ class CfnDashboard(
|
|
|
89863
90112
|
result = self._values.get("cascading_control_configuration")
|
|
89864
90113
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CascadingControlConfigurationProperty"]], result)
|
|
89865
90114
|
|
|
90115
|
+
@builtins.property
|
|
90116
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
90117
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
90118
|
+
|
|
90119
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterdropdowncontrol.html#cfn-quicksight-dashboard-filterdropdowncontrol-commitmode
|
|
90120
|
+
'''
|
|
90121
|
+
result = self._values.get("commit_mode")
|
|
90122
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
90123
|
+
|
|
89866
90124
|
@builtins.property
|
|
89867
90125
|
def display_options(
|
|
89868
90126
|
self,
|
|
@@ -90695,6 +90953,7 @@ class CfnDashboard(
|
|
|
90695
90953
|
"filter_control_id": "filterControlId",
|
|
90696
90954
|
"source_filter_id": "sourceFilterId",
|
|
90697
90955
|
"title": "title",
|
|
90956
|
+
"commit_mode": "commitMode",
|
|
90698
90957
|
"display_options": "displayOptions",
|
|
90699
90958
|
},
|
|
90700
90959
|
)
|
|
@@ -90705,6 +90964,7 @@ class CfnDashboard(
|
|
|
90705
90964
|
filter_control_id: builtins.str,
|
|
90706
90965
|
source_filter_id: builtins.str,
|
|
90707
90966
|
title: builtins.str,
|
|
90967
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
90708
90968
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
90709
90969
|
) -> None:
|
|
90710
90970
|
'''A control from a date filter that is used to specify the relative date.
|
|
@@ -90712,6 +90972,7 @@ class CfnDashboard(
|
|
|
90712
90972
|
:param filter_control_id: The ID of the ``FilterTextAreaControl`` .
|
|
90713
90973
|
:param source_filter_id: The source filter ID of the ``FilterTextAreaControl`` .
|
|
90714
90974
|
:param title: The title of the ``FilterTextAreaControl`` .
|
|
90975
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
90715
90976
|
:param display_options: The display options of a control.
|
|
90716
90977
|
|
|
90717
90978
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterrelativedatetimecontrol.html
|
|
@@ -90729,6 +90990,7 @@ class CfnDashboard(
|
|
|
90729
90990
|
title="title",
|
|
90730
90991
|
|
|
90731
90992
|
# the properties below are optional
|
|
90993
|
+
commit_mode="commitMode",
|
|
90732
90994
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
90733
90995
|
date_time_format="dateTimeFormat",
|
|
90734
90996
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -90758,12 +91020,15 @@ class CfnDashboard(
|
|
|
90758
91020
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
90759
91021
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
90760
91022
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
91023
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
90761
91024
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
90762
91025
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
90763
91026
|
"filter_control_id": filter_control_id,
|
|
90764
91027
|
"source_filter_id": source_filter_id,
|
|
90765
91028
|
"title": title,
|
|
90766
91029
|
}
|
|
91030
|
+
if commit_mode is not None:
|
|
91031
|
+
self._values["commit_mode"] = commit_mode
|
|
90767
91032
|
if display_options is not None:
|
|
90768
91033
|
self._values["display_options"] = display_options
|
|
90769
91034
|
|
|
@@ -90797,6 +91062,15 @@ class CfnDashboard(
|
|
|
90797
91062
|
assert result is not None, "Required property 'title' is missing"
|
|
90798
91063
|
return typing.cast(builtins.str, result)
|
|
90799
91064
|
|
|
91065
|
+
@builtins.property
|
|
91066
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
91067
|
+
'''The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
91068
|
+
|
|
91069
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterrelativedatetimecontrol.html#cfn-quicksight-dashboard-filterrelativedatetimecontrol-commitmode
|
|
91070
|
+
'''
|
|
91071
|
+
result = self._values.get("commit_mode")
|
|
91072
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
91073
|
+
|
|
90800
91074
|
@builtins.property
|
|
90801
91075
|
def display_options(
|
|
90802
91076
|
self,
|
|
@@ -99815,6 +100089,7 @@ class CfnDashboard(
|
|
|
99815
100089
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
99816
100090
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
99817
100091
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
100092
|
+
commit_mode="commitMode",
|
|
99818
100093
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
99819
100094
|
date_time_format="dateTimeFormat",
|
|
99820
100095
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -99840,6 +100115,7 @@ class CfnDashboard(
|
|
|
99840
100115
|
type="type"
|
|
99841
100116
|
),
|
|
99842
100117
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
100118
|
+
commit_mode="commitMode",
|
|
99843
100119
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
99844
100120
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
99845
100121
|
info_icon_text="infoIconText",
|
|
@@ -99903,6 +100179,7 @@ class CfnDashboard(
|
|
|
99903
100179
|
type="type"
|
|
99904
100180
|
),
|
|
99905
100181
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
100182
|
+
commit_mode="commitMode",
|
|
99906
100183
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
99907
100184
|
date_time_format="dateTimeFormat",
|
|
99908
100185
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -106767,6 +107044,7 @@ class CfnDashboard(
|
|
|
106767
107044
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
106768
107045
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
106769
107046
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
107047
|
+
commit_mode="commitMode",
|
|
106770
107048
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
106771
107049
|
date_time_format="dateTimeFormat",
|
|
106772
107050
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -106792,6 +107070,7 @@ class CfnDashboard(
|
|
|
106792
107070
|
type="type"
|
|
106793
107071
|
),
|
|
106794
107072
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
107073
|
+
commit_mode="commitMode",
|
|
106795
107074
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
106796
107075
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
106797
107076
|
info_icon_text="infoIconText",
|
|
@@ -106855,6 +107134,7 @@ class CfnDashboard(
|
|
|
106855
107134
|
type="type"
|
|
106856
107135
|
),
|
|
106857
107136
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
107137
|
+
commit_mode="commitMode",
|
|
106858
107138
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
106859
107139
|
date_time_format="dateTimeFormat",
|
|
106860
107140
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -107630,6 +107910,7 @@ class CfnDashboard(
|
|
|
107630
107910
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
107631
107911
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
107632
107912
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
107913
|
+
commit_mode="commitMode",
|
|
107633
107914
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
107634
107915
|
date_time_format="dateTimeFormat",
|
|
107635
107916
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -107655,6 +107936,7 @@ class CfnDashboard(
|
|
|
107655
107936
|
type="type"
|
|
107656
107937
|
),
|
|
107657
107938
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
107939
|
+
commit_mode="commitMode",
|
|
107658
107940
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
107659
107941
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
107660
107942
|
info_icon_text="infoIconText",
|
|
@@ -107718,6 +108000,7 @@ class CfnDashboard(
|
|
|
107718
108000
|
type="type"
|
|
107719
108001
|
),
|
|
107720
108002
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
108003
|
+
commit_mode="commitMode",
|
|
107721
108004
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
107722
108005
|
date_time_format="dateTimeFormat",
|
|
107723
108006
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -108205,6 +108488,7 @@ class CfnDashboard(
|
|
|
108205
108488
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
108206
108489
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
108207
108490
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
108491
|
+
commit_mode="commitMode",
|
|
108208
108492
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
108209
108493
|
date_time_format="dateTimeFormat",
|
|
108210
108494
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -108230,6 +108514,7 @@ class CfnDashboard(
|
|
|
108230
108514
|
type="type"
|
|
108231
108515
|
),
|
|
108232
108516
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
108517
|
+
commit_mode="commitMode",
|
|
108233
108518
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
108234
108519
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
108235
108520
|
info_icon_text="infoIconText",
|
|
@@ -108293,6 +108578,7 @@ class CfnDashboard(
|
|
|
108293
108578
|
type="type"
|
|
108294
108579
|
),
|
|
108295
108580
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
108581
|
+
commit_mode="commitMode",
|
|
108296
108582
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
108297
108583
|
date_time_format="dateTimeFormat",
|
|
108298
108584
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -109633,6 +109919,7 @@ class CfnDashboard(
|
|
|
109633
109919
|
source_sheet_control_id="sourceSheetControlId"
|
|
109634
109920
|
)]
|
|
109635
109921
|
),
|
|
109922
|
+
commit_mode="commitMode",
|
|
109636
109923
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
109637
109924
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
109638
109925
|
info_icon_text="infoIconText",
|
|
@@ -110304,6 +110591,7 @@ class CfnDashboard(
|
|
|
110304
110591
|
"source_parameter_name": "sourceParameterName",
|
|
110305
110592
|
"title": "title",
|
|
110306
110593
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
110594
|
+
"commit_mode": "commitMode",
|
|
110307
110595
|
"display_options": "displayOptions",
|
|
110308
110596
|
"selectable_values": "selectableValues",
|
|
110309
110597
|
"type": "type",
|
|
@@ -110317,6 +110605,7 @@ class CfnDashboard(
|
|
|
110317
110605
|
source_parameter_name: builtins.str,
|
|
110318
110606
|
title: builtins.str,
|
|
110319
110607
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110608
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
110320
110609
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110321
110610
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ParameterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110322
110611
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -110327,6 +110616,7 @@ class CfnDashboard(
|
|
|
110327
110616
|
:param source_parameter_name: The source parameter name of the ``ParameterDropDownControl`` .
|
|
110328
110617
|
:param title: The title of the ``ParameterDropDownControl`` .
|
|
110329
110618
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
110619
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
110330
110620
|
:param display_options: The display options of a control.
|
|
110331
110621
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
110332
110622
|
:param type: The type parameter name of the ``ParameterDropDownControl`` .
|
|
@@ -110355,6 +110645,7 @@ class CfnDashboard(
|
|
|
110355
110645
|
source_sheet_control_id="sourceSheetControlId"
|
|
110356
110646
|
)]
|
|
110357
110647
|
),
|
|
110648
|
+
commit_mode="commitMode",
|
|
110358
110649
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
110359
110650
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
110360
110651
|
info_icon_text="infoIconText",
|
|
@@ -110395,6 +110686,7 @@ class CfnDashboard(
|
|
|
110395
110686
|
check_type(argname="argument source_parameter_name", value=source_parameter_name, expected_type=type_hints["source_parameter_name"])
|
|
110396
110687
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
110397
110688
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
110689
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
110398
110690
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
110399
110691
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
110400
110692
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -110405,6 +110697,8 @@ class CfnDashboard(
|
|
|
110405
110697
|
}
|
|
110406
110698
|
if cascading_control_configuration is not None:
|
|
110407
110699
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
110700
|
+
if commit_mode is not None:
|
|
110701
|
+
self._values["commit_mode"] = commit_mode
|
|
110408
110702
|
if display_options is not None:
|
|
110409
110703
|
self._values["display_options"] = display_options
|
|
110410
110704
|
if selectable_values is not None:
|
|
@@ -110453,6 +110747,15 @@ class CfnDashboard(
|
|
|
110453
110747
|
result = self._values.get("cascading_control_configuration")
|
|
110454
110748
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CascadingControlConfigurationProperty"]], result)
|
|
110455
110749
|
|
|
110750
|
+
@builtins.property
|
|
110751
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
110752
|
+
'''The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
110753
|
+
|
|
110754
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameterdropdowncontrol.html#cfn-quicksight-dashboard-parameterdropdowncontrol-commitmode
|
|
110755
|
+
'''
|
|
110756
|
+
result = self._values.get("commit_mode")
|
|
110757
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
110758
|
+
|
|
110456
110759
|
@builtins.property
|
|
110457
110760
|
def display_options(
|
|
110458
110761
|
self,
|
|
@@ -118746,6 +119049,7 @@ class CfnDashboard(
|
|
|
118746
119049
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
118747
119050
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
118748
119051
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
119052
|
+
commit_mode="commitMode",
|
|
118749
119053
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
118750
119054
|
date_time_format="dateTimeFormat",
|
|
118751
119055
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -118771,6 +119075,7 @@ class CfnDashboard(
|
|
|
118771
119075
|
type="type"
|
|
118772
119076
|
),
|
|
118773
119077
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
119078
|
+
commit_mode="commitMode",
|
|
118774
119079
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
118775
119080
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
118776
119081
|
info_icon_text="infoIconText",
|
|
@@ -118834,6 +119139,7 @@ class CfnDashboard(
|
|
|
118834
119139
|
type="type"
|
|
118835
119140
|
),
|
|
118836
119141
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
119142
|
+
commit_mode="commitMode",
|
|
118837
119143
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
118838
119144
|
date_time_format="dateTimeFormat",
|
|
118839
119145
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -128667,6 +128973,7 @@ class CfnDashboard(
|
|
|
128667
128973
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
128668
128974
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
128669
128975
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
128976
|
+
commit_mode="commitMode",
|
|
128670
128977
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
128671
128978
|
date_time_format="dateTimeFormat",
|
|
128672
128979
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -128692,6 +128999,7 @@ class CfnDashboard(
|
|
|
128692
128999
|
type="type"
|
|
128693
129000
|
),
|
|
128694
129001
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
129002
|
+
commit_mode="commitMode",
|
|
128695
129003
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
128696
129004
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
128697
129005
|
info_icon_text="infoIconText",
|
|
@@ -128755,6 +129063,7 @@ class CfnDashboard(
|
|
|
128755
129063
|
type="type"
|
|
128756
129064
|
),
|
|
128757
129065
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
129066
|
+
commit_mode="commitMode",
|
|
128758
129067
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
128759
129068
|
date_time_format="dateTimeFormat",
|
|
128760
129069
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -129164,6 +129473,7 @@ class CfnDashboard(
|
|
|
129164
129473
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
129165
129474
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
129166
129475
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
129476
|
+
commit_mode="commitMode",
|
|
129167
129477
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
129168
129478
|
date_time_format="dateTimeFormat",
|
|
129169
129479
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -129189,6 +129499,7 @@ class CfnDashboard(
|
|
|
129189
129499
|
type="type"
|
|
129190
129500
|
),
|
|
129191
129501
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
129502
|
+
commit_mode="commitMode",
|
|
129192
129503
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
129193
129504
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
129194
129505
|
info_icon_text="infoIconText",
|
|
@@ -129252,6 +129563,7 @@ class CfnDashboard(
|
|
|
129252
129563
|
type="type"
|
|
129253
129564
|
),
|
|
129254
129565
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
129566
|
+
commit_mode="commitMode",
|
|
129255
129567
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
129256
129568
|
date_time_format="dateTimeFormat",
|
|
129257
129569
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -129968,6 +130280,7 @@ class CfnDashboard(
|
|
|
129968
130280
|
default_filter_control_configuration=quicksight.CfnDashboard.DefaultFilterControlConfigurationProperty(
|
|
129969
130281
|
control_options=quicksight.CfnDashboard.DefaultFilterControlOptionsProperty(
|
|
129970
130282
|
default_date_time_picker_options=quicksight.CfnDashboard.DefaultDateTimePickerControlOptionsProperty(
|
|
130283
|
+
commit_mode="commitMode",
|
|
129971
130284
|
display_options=quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty(
|
|
129972
130285
|
date_time_format="dateTimeFormat",
|
|
129973
130286
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -129993,6 +130306,7 @@ class CfnDashboard(
|
|
|
129993
130306
|
type="type"
|
|
129994
130307
|
),
|
|
129995
130308
|
default_dropdown_options=quicksight.CfnDashboard.DefaultFilterDropDownControlOptionsProperty(
|
|
130309
|
+
commit_mode="commitMode",
|
|
129996
130310
|
display_options=quicksight.CfnDashboard.DropDownControlDisplayOptionsProperty(
|
|
129997
130311
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
129998
130312
|
info_icon_text="infoIconText",
|
|
@@ -130056,6 +130370,7 @@ class CfnDashboard(
|
|
|
130056
130370
|
type="type"
|
|
130057
130371
|
),
|
|
130058
130372
|
default_relative_date_time_options=quicksight.CfnDashboard.DefaultRelativeDateTimeControlOptionsProperty(
|
|
130373
|
+
commit_mode="commitMode",
|
|
130059
130374
|
display_options=quicksight.CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty(
|
|
130060
130375
|
date_time_format="dateTimeFormat",
|
|
130061
130376
|
info_icon_label_options=quicksight.CfnDashboard.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -147101,6 +147416,493 @@ class CfnDataSourceProps:
|
|
|
147101
147416
|
)
|
|
147102
147417
|
|
|
147103
147418
|
|
|
147419
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
147420
|
+
class CfnFolder(
|
|
147421
|
+
_CfnResource_9df397a6,
|
|
147422
|
+
metaclass=jsii.JSIIMeta,
|
|
147423
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnFolder",
|
|
147424
|
+
):
|
|
147425
|
+
'''Definition of the AWS::QuickSight::Folder Resource Type.
|
|
147426
|
+
|
|
147427
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html
|
|
147428
|
+
:cloudformationResource: AWS::QuickSight::Folder
|
|
147429
|
+
:exampleMetadata: fixture=_generated
|
|
147430
|
+
|
|
147431
|
+
Example::
|
|
147432
|
+
|
|
147433
|
+
# The code below shows an example of how to instantiate this type.
|
|
147434
|
+
# The values are placeholders you should change.
|
|
147435
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
147436
|
+
|
|
147437
|
+
cfn_folder = quicksight.CfnFolder(self, "MyCfnFolder",
|
|
147438
|
+
aws_account_id="awsAccountId",
|
|
147439
|
+
folder_id="folderId",
|
|
147440
|
+
folder_type="folderType",
|
|
147441
|
+
name="name",
|
|
147442
|
+
parent_folder_arn="parentFolderArn",
|
|
147443
|
+
permissions=[quicksight.CfnFolder.ResourcePermissionProperty(
|
|
147444
|
+
actions=["actions"],
|
|
147445
|
+
principal="principal"
|
|
147446
|
+
)],
|
|
147447
|
+
sharing_model="sharingModel",
|
|
147448
|
+
tags=[CfnTag(
|
|
147449
|
+
key="key",
|
|
147450
|
+
value="value"
|
|
147451
|
+
)]
|
|
147452
|
+
)
|
|
147453
|
+
'''
|
|
147454
|
+
|
|
147455
|
+
def __init__(
|
|
147456
|
+
self,
|
|
147457
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
147458
|
+
id: builtins.str,
|
|
147459
|
+
*,
|
|
147460
|
+
aws_account_id: typing.Optional[builtins.str] = None,
|
|
147461
|
+
folder_id: typing.Optional[builtins.str] = None,
|
|
147462
|
+
folder_type: typing.Optional[builtins.str] = None,
|
|
147463
|
+
name: typing.Optional[builtins.str] = None,
|
|
147464
|
+
parent_folder_arn: typing.Optional[builtins.str] = None,
|
|
147465
|
+
permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFolder.ResourcePermissionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
147466
|
+
sharing_model: typing.Optional[builtins.str] = None,
|
|
147467
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147468
|
+
) -> None:
|
|
147469
|
+
'''
|
|
147470
|
+
:param scope: Scope in which this resource is defined.
|
|
147471
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
147472
|
+
:param aws_account_id:
|
|
147473
|
+
:param folder_id:
|
|
147474
|
+
:param folder_type:
|
|
147475
|
+
:param name:
|
|
147476
|
+
:param parent_folder_arn:
|
|
147477
|
+
:param permissions:
|
|
147478
|
+
:param sharing_model:
|
|
147479
|
+
:param tags:
|
|
147480
|
+
'''
|
|
147481
|
+
if __debug__:
|
|
147482
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ad21456d864c00798d407eba9a5159c164c124d46390206781d0e19673e451e)
|
|
147483
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
147484
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
147485
|
+
props = CfnFolderProps(
|
|
147486
|
+
aws_account_id=aws_account_id,
|
|
147487
|
+
folder_id=folder_id,
|
|
147488
|
+
folder_type=folder_type,
|
|
147489
|
+
name=name,
|
|
147490
|
+
parent_folder_arn=parent_folder_arn,
|
|
147491
|
+
permissions=permissions,
|
|
147492
|
+
sharing_model=sharing_model,
|
|
147493
|
+
tags=tags,
|
|
147494
|
+
)
|
|
147495
|
+
|
|
147496
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
147497
|
+
|
|
147498
|
+
@jsii.member(jsii_name="inspect")
|
|
147499
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
147500
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
147501
|
+
|
|
147502
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
147503
|
+
'''
|
|
147504
|
+
if __debug__:
|
|
147505
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f2742c5ea8b84bdbc4ba6da59e008091b94809adf812a8463af16ffe52bacb75)
|
|
147506
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
147507
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
147508
|
+
|
|
147509
|
+
@jsii.member(jsii_name="renderProperties")
|
|
147510
|
+
def _render_properties(
|
|
147511
|
+
self,
|
|
147512
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
147513
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
147514
|
+
'''
|
|
147515
|
+
:param props: -
|
|
147516
|
+
'''
|
|
147517
|
+
if __debug__:
|
|
147518
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6fcb9bd1fe99a63bbc546dff91505f1183765e1c859e3374f9cda161db91b934)
|
|
147519
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
147520
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
147521
|
+
|
|
147522
|
+
@jsii.python.classproperty
|
|
147523
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
147524
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
147525
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
147526
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
147527
|
+
|
|
147528
|
+
@builtins.property
|
|
147529
|
+
@jsii.member(jsii_name="attrArn")
|
|
147530
|
+
def attr_arn(self) -> builtins.str:
|
|
147531
|
+
'''
|
|
147532
|
+
:cloudformationAttribute: Arn
|
|
147533
|
+
'''
|
|
147534
|
+
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
147535
|
+
|
|
147536
|
+
@builtins.property
|
|
147537
|
+
@jsii.member(jsii_name="attrCreatedTime")
|
|
147538
|
+
def attr_created_time(self) -> builtins.str:
|
|
147539
|
+
'''
|
|
147540
|
+
:cloudformationAttribute: CreatedTime
|
|
147541
|
+
'''
|
|
147542
|
+
return typing.cast(builtins.str, jsii.get(self, "attrCreatedTime"))
|
|
147543
|
+
|
|
147544
|
+
@builtins.property
|
|
147545
|
+
@jsii.member(jsii_name="attrLastUpdatedTime")
|
|
147546
|
+
def attr_last_updated_time(self) -> builtins.str:
|
|
147547
|
+
'''
|
|
147548
|
+
:cloudformationAttribute: LastUpdatedTime
|
|
147549
|
+
'''
|
|
147550
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLastUpdatedTime"))
|
|
147551
|
+
|
|
147552
|
+
@builtins.property
|
|
147553
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
147554
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
147555
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
147556
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
147557
|
+
|
|
147558
|
+
@builtins.property
|
|
147559
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
147560
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
147561
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
147562
|
+
|
|
147563
|
+
@builtins.property
|
|
147564
|
+
@jsii.member(jsii_name="awsAccountId")
|
|
147565
|
+
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
147566
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "awsAccountId"))
|
|
147567
|
+
|
|
147568
|
+
@aws_account_id.setter
|
|
147569
|
+
def aws_account_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
147570
|
+
if __debug__:
|
|
147571
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35d67bc86948587648d071ce93e8404723b5369c0ae1e0ca8a75fd44f9e719f7)
|
|
147572
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147573
|
+
jsii.set(self, "awsAccountId", value) # pyright: ignore[reportArgumentType]
|
|
147574
|
+
|
|
147575
|
+
@builtins.property
|
|
147576
|
+
@jsii.member(jsii_name="folderId")
|
|
147577
|
+
def folder_id(self) -> typing.Optional[builtins.str]:
|
|
147578
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "folderId"))
|
|
147579
|
+
|
|
147580
|
+
@folder_id.setter
|
|
147581
|
+
def folder_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
147582
|
+
if __debug__:
|
|
147583
|
+
type_hints = typing.get_type_hints(_typecheckingstub__91044d4a34ed55a0c6e0683995f7540e3d1900bf243f77bb080cfb1aa1d1fa49)
|
|
147584
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147585
|
+
jsii.set(self, "folderId", value) # pyright: ignore[reportArgumentType]
|
|
147586
|
+
|
|
147587
|
+
@builtins.property
|
|
147588
|
+
@jsii.member(jsii_name="folderType")
|
|
147589
|
+
def folder_type(self) -> typing.Optional[builtins.str]:
|
|
147590
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "folderType"))
|
|
147591
|
+
|
|
147592
|
+
@folder_type.setter
|
|
147593
|
+
def folder_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
147594
|
+
if __debug__:
|
|
147595
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2afd271fc7ce569eaff660c69aa78b5691d1b5b63c4a9c6fd9927ec90dcedb61)
|
|
147596
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147597
|
+
jsii.set(self, "folderType", value) # pyright: ignore[reportArgumentType]
|
|
147598
|
+
|
|
147599
|
+
@builtins.property
|
|
147600
|
+
@jsii.member(jsii_name="name")
|
|
147601
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
147602
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
147603
|
+
|
|
147604
|
+
@name.setter
|
|
147605
|
+
def name(self, value: typing.Optional[builtins.str]) -> None:
|
|
147606
|
+
if __debug__:
|
|
147607
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bb441b604d945559518d628230a2e271a4364e2bcf701ee5698685de9cb4832f)
|
|
147608
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147609
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
147610
|
+
|
|
147611
|
+
@builtins.property
|
|
147612
|
+
@jsii.member(jsii_name="parentFolderArn")
|
|
147613
|
+
def parent_folder_arn(self) -> typing.Optional[builtins.str]:
|
|
147614
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "parentFolderArn"))
|
|
147615
|
+
|
|
147616
|
+
@parent_folder_arn.setter
|
|
147617
|
+
def parent_folder_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
147618
|
+
if __debug__:
|
|
147619
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6cedbd952fe59a6ebef82b573bbb690c19a305a1322ece8965325efb43268223)
|
|
147620
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147621
|
+
jsii.set(self, "parentFolderArn", value) # pyright: ignore[reportArgumentType]
|
|
147622
|
+
|
|
147623
|
+
@builtins.property
|
|
147624
|
+
@jsii.member(jsii_name="permissions")
|
|
147625
|
+
def permissions(
|
|
147626
|
+
self,
|
|
147627
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFolder.ResourcePermissionProperty"]]]]:
|
|
147628
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFolder.ResourcePermissionProperty"]]]], jsii.get(self, "permissions"))
|
|
147629
|
+
|
|
147630
|
+
@permissions.setter
|
|
147631
|
+
def permissions(
|
|
147632
|
+
self,
|
|
147633
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFolder.ResourcePermissionProperty"]]]],
|
|
147634
|
+
) -> None:
|
|
147635
|
+
if __debug__:
|
|
147636
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f86f2d140003874cda16702073cb03599b8532e0745526f17e2f96577c0d7989)
|
|
147637
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147638
|
+
jsii.set(self, "permissions", value) # pyright: ignore[reportArgumentType]
|
|
147639
|
+
|
|
147640
|
+
@builtins.property
|
|
147641
|
+
@jsii.member(jsii_name="sharingModel")
|
|
147642
|
+
def sharing_model(self) -> typing.Optional[builtins.str]:
|
|
147643
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sharingModel"))
|
|
147644
|
+
|
|
147645
|
+
@sharing_model.setter
|
|
147646
|
+
def sharing_model(self, value: typing.Optional[builtins.str]) -> None:
|
|
147647
|
+
if __debug__:
|
|
147648
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d149dab6df8ba365957c72de952139c7fdc7ba2a6833638dc43ece2da37eabe9)
|
|
147649
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147650
|
+
jsii.set(self, "sharingModel", value) # pyright: ignore[reportArgumentType]
|
|
147651
|
+
|
|
147652
|
+
@builtins.property
|
|
147653
|
+
@jsii.member(jsii_name="tags")
|
|
147654
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
147655
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
147656
|
+
|
|
147657
|
+
@tags.setter
|
|
147658
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
147659
|
+
if __debug__:
|
|
147660
|
+
type_hints = typing.get_type_hints(_typecheckingstub__99c12697bf0e31f520b7212073ffeecfc58fbe1858cfe00dd5d0b69d57ad00a6)
|
|
147661
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
147662
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
147663
|
+
|
|
147664
|
+
@jsii.data_type(
|
|
147665
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnFolder.ResourcePermissionProperty",
|
|
147666
|
+
jsii_struct_bases=[],
|
|
147667
|
+
name_mapping={"actions": "actions", "principal": "principal"},
|
|
147668
|
+
)
|
|
147669
|
+
class ResourcePermissionProperty:
|
|
147670
|
+
def __init__(
|
|
147671
|
+
self,
|
|
147672
|
+
*,
|
|
147673
|
+
actions: typing.Sequence[builtins.str],
|
|
147674
|
+
principal: builtins.str,
|
|
147675
|
+
) -> None:
|
|
147676
|
+
'''
|
|
147677
|
+
:param actions:
|
|
147678
|
+
:param principal: This can be one of the following: The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)
|
|
147679
|
+
|
|
147680
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-folder-resourcepermission.html
|
|
147681
|
+
:exampleMetadata: fixture=_generated
|
|
147682
|
+
|
|
147683
|
+
Example::
|
|
147684
|
+
|
|
147685
|
+
# The code below shows an example of how to instantiate this type.
|
|
147686
|
+
# The values are placeholders you should change.
|
|
147687
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
147688
|
+
|
|
147689
|
+
resource_permission_property = quicksight.CfnFolder.ResourcePermissionProperty(
|
|
147690
|
+
actions=["actions"],
|
|
147691
|
+
principal="principal"
|
|
147692
|
+
)
|
|
147693
|
+
'''
|
|
147694
|
+
if __debug__:
|
|
147695
|
+
type_hints = typing.get_type_hints(_typecheckingstub__70f79d315a5fb919ede4963fbb698c592169be6b4af027423df63fb43045b7f6)
|
|
147696
|
+
check_type(argname="argument actions", value=actions, expected_type=type_hints["actions"])
|
|
147697
|
+
check_type(argname="argument principal", value=principal, expected_type=type_hints["principal"])
|
|
147698
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
147699
|
+
"actions": actions,
|
|
147700
|
+
"principal": principal,
|
|
147701
|
+
}
|
|
147702
|
+
|
|
147703
|
+
@builtins.property
|
|
147704
|
+
def actions(self) -> typing.List[builtins.str]:
|
|
147705
|
+
'''
|
|
147706
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-folder-resourcepermission.html#cfn-quicksight-folder-resourcepermission-actions
|
|
147707
|
+
'''
|
|
147708
|
+
result = self._values.get("actions")
|
|
147709
|
+
assert result is not None, "Required property 'actions' is missing"
|
|
147710
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
147711
|
+
|
|
147712
|
+
@builtins.property
|
|
147713
|
+
def principal(self) -> builtins.str:
|
|
147714
|
+
'''
|
|
147715
|
+
This can be one of the
|
|
147716
|
+
following:
|
|
147717
|
+
|
|
147718
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-folder-resourcepermission.html#cfn-quicksight-folder-resourcepermission-principal
|
|
147719
|
+
'''
|
|
147720
|
+
result = self._values.get("principal")
|
|
147721
|
+
assert result is not None, "Required property 'principal' is missing"
|
|
147722
|
+
return typing.cast(builtins.str, result)
|
|
147723
|
+
|
|
147724
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
147725
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
147726
|
+
|
|
147727
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
147728
|
+
return not (rhs == self)
|
|
147729
|
+
|
|
147730
|
+
def __repr__(self) -> str:
|
|
147731
|
+
return "ResourcePermissionProperty(%s)" % ", ".join(
|
|
147732
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
147733
|
+
)
|
|
147734
|
+
|
|
147735
|
+
|
|
147736
|
+
@jsii.data_type(
|
|
147737
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnFolderProps",
|
|
147738
|
+
jsii_struct_bases=[],
|
|
147739
|
+
name_mapping={
|
|
147740
|
+
"aws_account_id": "awsAccountId",
|
|
147741
|
+
"folder_id": "folderId",
|
|
147742
|
+
"folder_type": "folderType",
|
|
147743
|
+
"name": "name",
|
|
147744
|
+
"parent_folder_arn": "parentFolderArn",
|
|
147745
|
+
"permissions": "permissions",
|
|
147746
|
+
"sharing_model": "sharingModel",
|
|
147747
|
+
"tags": "tags",
|
|
147748
|
+
},
|
|
147749
|
+
)
|
|
147750
|
+
class CfnFolderProps:
|
|
147751
|
+
def __init__(
|
|
147752
|
+
self,
|
|
147753
|
+
*,
|
|
147754
|
+
aws_account_id: typing.Optional[builtins.str] = None,
|
|
147755
|
+
folder_id: typing.Optional[builtins.str] = None,
|
|
147756
|
+
folder_type: typing.Optional[builtins.str] = None,
|
|
147757
|
+
name: typing.Optional[builtins.str] = None,
|
|
147758
|
+
parent_folder_arn: typing.Optional[builtins.str] = None,
|
|
147759
|
+
permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFolder.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
147760
|
+
sharing_model: typing.Optional[builtins.str] = None,
|
|
147761
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147762
|
+
) -> None:
|
|
147763
|
+
'''Properties for defining a ``CfnFolder``.
|
|
147764
|
+
|
|
147765
|
+
:param aws_account_id:
|
|
147766
|
+
:param folder_id:
|
|
147767
|
+
:param folder_type:
|
|
147768
|
+
:param name:
|
|
147769
|
+
:param parent_folder_arn:
|
|
147770
|
+
:param permissions:
|
|
147771
|
+
:param sharing_model:
|
|
147772
|
+
:param tags:
|
|
147773
|
+
|
|
147774
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html
|
|
147775
|
+
:exampleMetadata: fixture=_generated
|
|
147776
|
+
|
|
147777
|
+
Example::
|
|
147778
|
+
|
|
147779
|
+
# The code below shows an example of how to instantiate this type.
|
|
147780
|
+
# The values are placeholders you should change.
|
|
147781
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
147782
|
+
|
|
147783
|
+
cfn_folder_props = quicksight.CfnFolderProps(
|
|
147784
|
+
aws_account_id="awsAccountId",
|
|
147785
|
+
folder_id="folderId",
|
|
147786
|
+
folder_type="folderType",
|
|
147787
|
+
name="name",
|
|
147788
|
+
parent_folder_arn="parentFolderArn",
|
|
147789
|
+
permissions=[quicksight.CfnFolder.ResourcePermissionProperty(
|
|
147790
|
+
actions=["actions"],
|
|
147791
|
+
principal="principal"
|
|
147792
|
+
)],
|
|
147793
|
+
sharing_model="sharingModel",
|
|
147794
|
+
tags=[CfnTag(
|
|
147795
|
+
key="key",
|
|
147796
|
+
value="value"
|
|
147797
|
+
)]
|
|
147798
|
+
)
|
|
147799
|
+
'''
|
|
147800
|
+
if __debug__:
|
|
147801
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b63060db31a6c716602b26e86e5d549cf157723fbc969c002c0f959d0d66c3ed)
|
|
147802
|
+
check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
|
|
147803
|
+
check_type(argname="argument folder_id", value=folder_id, expected_type=type_hints["folder_id"])
|
|
147804
|
+
check_type(argname="argument folder_type", value=folder_type, expected_type=type_hints["folder_type"])
|
|
147805
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
147806
|
+
check_type(argname="argument parent_folder_arn", value=parent_folder_arn, expected_type=type_hints["parent_folder_arn"])
|
|
147807
|
+
check_type(argname="argument permissions", value=permissions, expected_type=type_hints["permissions"])
|
|
147808
|
+
check_type(argname="argument sharing_model", value=sharing_model, expected_type=type_hints["sharing_model"])
|
|
147809
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
147810
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
147811
|
+
if aws_account_id is not None:
|
|
147812
|
+
self._values["aws_account_id"] = aws_account_id
|
|
147813
|
+
if folder_id is not None:
|
|
147814
|
+
self._values["folder_id"] = folder_id
|
|
147815
|
+
if folder_type is not None:
|
|
147816
|
+
self._values["folder_type"] = folder_type
|
|
147817
|
+
if name is not None:
|
|
147818
|
+
self._values["name"] = name
|
|
147819
|
+
if parent_folder_arn is not None:
|
|
147820
|
+
self._values["parent_folder_arn"] = parent_folder_arn
|
|
147821
|
+
if permissions is not None:
|
|
147822
|
+
self._values["permissions"] = permissions
|
|
147823
|
+
if sharing_model is not None:
|
|
147824
|
+
self._values["sharing_model"] = sharing_model
|
|
147825
|
+
if tags is not None:
|
|
147826
|
+
self._values["tags"] = tags
|
|
147827
|
+
|
|
147828
|
+
@builtins.property
|
|
147829
|
+
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
147830
|
+
'''
|
|
147831
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-awsaccountid
|
|
147832
|
+
'''
|
|
147833
|
+
result = self._values.get("aws_account_id")
|
|
147834
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147835
|
+
|
|
147836
|
+
@builtins.property
|
|
147837
|
+
def folder_id(self) -> typing.Optional[builtins.str]:
|
|
147838
|
+
'''
|
|
147839
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-folderid
|
|
147840
|
+
'''
|
|
147841
|
+
result = self._values.get("folder_id")
|
|
147842
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147843
|
+
|
|
147844
|
+
@builtins.property
|
|
147845
|
+
def folder_type(self) -> typing.Optional[builtins.str]:
|
|
147846
|
+
'''
|
|
147847
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-foldertype
|
|
147848
|
+
'''
|
|
147849
|
+
result = self._values.get("folder_type")
|
|
147850
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147851
|
+
|
|
147852
|
+
@builtins.property
|
|
147853
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
147854
|
+
'''
|
|
147855
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-name
|
|
147856
|
+
'''
|
|
147857
|
+
result = self._values.get("name")
|
|
147858
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147859
|
+
|
|
147860
|
+
@builtins.property
|
|
147861
|
+
def parent_folder_arn(self) -> typing.Optional[builtins.str]:
|
|
147862
|
+
'''
|
|
147863
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-parentfolderarn
|
|
147864
|
+
'''
|
|
147865
|
+
result = self._values.get("parent_folder_arn")
|
|
147866
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147867
|
+
|
|
147868
|
+
@builtins.property
|
|
147869
|
+
def permissions(
|
|
147870
|
+
self,
|
|
147871
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFolder.ResourcePermissionProperty]]]]:
|
|
147872
|
+
'''
|
|
147873
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-permissions
|
|
147874
|
+
'''
|
|
147875
|
+
result = self._values.get("permissions")
|
|
147876
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFolder.ResourcePermissionProperty]]]], result)
|
|
147877
|
+
|
|
147878
|
+
@builtins.property
|
|
147879
|
+
def sharing_model(self) -> typing.Optional[builtins.str]:
|
|
147880
|
+
'''
|
|
147881
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-sharingmodel
|
|
147882
|
+
'''
|
|
147883
|
+
result = self._values.get("sharing_model")
|
|
147884
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147885
|
+
|
|
147886
|
+
@builtins.property
|
|
147887
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
147888
|
+
'''
|
|
147889
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html#cfn-quicksight-folder-tags
|
|
147890
|
+
'''
|
|
147891
|
+
result = self._values.get("tags")
|
|
147892
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
147893
|
+
|
|
147894
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
147895
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
147896
|
+
|
|
147897
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
147898
|
+
return not (rhs == self)
|
|
147899
|
+
|
|
147900
|
+
def __repr__(self) -> str:
|
|
147901
|
+
return "CfnFolderProps(%s)" % ", ".join(
|
|
147902
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
147903
|
+
)
|
|
147904
|
+
|
|
147905
|
+
|
|
147104
147906
|
@jsii.implements(_IInspectable_c2943556)
|
|
147105
147907
|
class CfnRefreshSchedule(
|
|
147106
147908
|
_CfnResource_9df397a6,
|
|
@@ -153693,6 +154495,7 @@ class CfnTemplate(
|
|
|
153693
154495
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
153694
154496
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
153695
154497
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
154498
|
+
commit_mode="commitMode",
|
|
153696
154499
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
153697
154500
|
date_time_format="dateTimeFormat",
|
|
153698
154501
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -153718,6 +154521,7 @@ class CfnTemplate(
|
|
|
153718
154521
|
type="type"
|
|
153719
154522
|
),
|
|
153720
154523
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
154524
|
+
commit_mode="commitMode",
|
|
153721
154525
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
153722
154526
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
153723
154527
|
info_icon_text="infoIconText",
|
|
@@ -153781,6 +154585,7 @@ class CfnTemplate(
|
|
|
153781
154585
|
type="type"
|
|
153782
154586
|
),
|
|
153783
154587
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
154588
|
+
commit_mode="commitMode",
|
|
153784
154589
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
153785
154590
|
date_time_format="dateTimeFormat",
|
|
153786
154591
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -154032,6 +154837,7 @@ class CfnTemplate(
|
|
|
154032
154837
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
154033
154838
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
154034
154839
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
154840
|
+
commit_mode="commitMode",
|
|
154035
154841
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
154036
154842
|
date_time_format="dateTimeFormat",
|
|
154037
154843
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -154057,6 +154863,7 @@ class CfnTemplate(
|
|
|
154057
154863
|
type="type"
|
|
154058
154864
|
),
|
|
154059
154865
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
154866
|
+
commit_mode="commitMode",
|
|
154060
154867
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
154061
154868
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
154062
154869
|
info_icon_text="infoIconText",
|
|
@@ -154120,6 +154927,7 @@ class CfnTemplate(
|
|
|
154120
154927
|
type="type"
|
|
154121
154928
|
),
|
|
154122
154929
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
154930
|
+
commit_mode="commitMode",
|
|
154123
154931
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
154124
154932
|
date_time_format="dateTimeFormat",
|
|
154125
154933
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162036,17 +162844,23 @@ class CfnTemplate(
|
|
|
162036
162844
|
@jsii.data_type(
|
|
162037
162845
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty",
|
|
162038
162846
|
jsii_struct_bases=[],
|
|
162039
|
-
name_mapping={
|
|
162847
|
+
name_mapping={
|
|
162848
|
+
"commit_mode": "commitMode",
|
|
162849
|
+
"display_options": "displayOptions",
|
|
162850
|
+
"type": "type",
|
|
162851
|
+
},
|
|
162040
162852
|
)
|
|
162041
162853
|
class DefaultDateTimePickerControlOptionsProperty:
|
|
162042
162854
|
def __init__(
|
|
162043
162855
|
self,
|
|
162044
162856
|
*,
|
|
162857
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
162045
162858
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
162046
162859
|
type: typing.Optional[builtins.str] = None,
|
|
162047
162860
|
) -> None:
|
|
162048
162861
|
'''The default options that correspond to the filter control type of a ``DateTimePicker`` .
|
|
162049
162862
|
|
|
162863
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
162050
162864
|
:param display_options: The display options of a control.
|
|
162051
162865
|
:param type: The date time picker type of the ``DefaultDateTimePickerControlOptions`` . Choose one of the following options:. - ``SINGLE_VALUED`` : The filter condition is a fixed date. - ``DATE_RANGE`` : The filter condition is a date time range.
|
|
162052
162866
|
|
|
@@ -162060,6 +162874,7 @@ class CfnTemplate(
|
|
|
162060
162874
|
from aws_cdk import aws_quicksight as quicksight
|
|
162061
162875
|
|
|
162062
162876
|
default_date_time_picker_control_options_property = quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
162877
|
+
commit_mode="commitMode",
|
|
162063
162878
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
162064
162879
|
date_time_format="dateTimeFormat",
|
|
162065
162880
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162087,14 +162902,26 @@ class CfnTemplate(
|
|
|
162087
162902
|
'''
|
|
162088
162903
|
if __debug__:
|
|
162089
162904
|
type_hints = typing.get_type_hints(_typecheckingstub__50d53ae60ecc374e86aafac2d87a515f5c611581b272c8e323fd735454f8431f)
|
|
162905
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
162090
162906
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
162091
162907
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
162092
162908
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
162909
|
+
if commit_mode is not None:
|
|
162910
|
+
self._values["commit_mode"] = commit_mode
|
|
162093
162911
|
if display_options is not None:
|
|
162094
162912
|
self._values["display_options"] = display_options
|
|
162095
162913
|
if type is not None:
|
|
162096
162914
|
self._values["type"] = type
|
|
162097
162915
|
|
|
162916
|
+
@builtins.property
|
|
162917
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
162918
|
+
'''The visibility configuration of the Apply button on a ``DateTimePickerControl`` .
|
|
162919
|
+
|
|
162920
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.html#cfn-quicksight-template-defaultdatetimepickercontroloptions-commitmode
|
|
162921
|
+
'''
|
|
162922
|
+
result = self._values.get("commit_mode")
|
|
162923
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
162924
|
+
|
|
162098
162925
|
@builtins.property
|
|
162099
162926
|
def display_options(
|
|
162100
162927
|
self,
|
|
@@ -162158,6 +162985,7 @@ class CfnTemplate(
|
|
|
162158
162985
|
default_filter_control_configuration_property = quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
162159
162986
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
162160
162987
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
162988
|
+
commit_mode="commitMode",
|
|
162161
162989
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
162162
162990
|
date_time_format="dateTimeFormat",
|
|
162163
162991
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162183,6 +163011,7 @@ class CfnTemplate(
|
|
|
162183
163011
|
type="type"
|
|
162184
163012
|
),
|
|
162185
163013
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
163014
|
+
commit_mode="commitMode",
|
|
162186
163015
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
162187
163016
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
162188
163017
|
info_icon_text="infoIconText",
|
|
@@ -162246,6 +163075,7 @@ class CfnTemplate(
|
|
|
162246
163075
|
type="type"
|
|
162247
163076
|
),
|
|
162248
163077
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
163078
|
+
commit_mode="commitMode",
|
|
162249
163079
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
162250
163080
|
date_time_format="dateTimeFormat",
|
|
162251
163081
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162445,6 +163275,7 @@ class CfnTemplate(
|
|
|
162445
163275
|
|
|
162446
163276
|
default_filter_control_options_property = quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
162447
163277
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
163278
|
+
commit_mode="commitMode",
|
|
162448
163279
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
162449
163280
|
date_time_format="dateTimeFormat",
|
|
162450
163281
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162470,6 +163301,7 @@ class CfnTemplate(
|
|
|
162470
163301
|
type="type"
|
|
162471
163302
|
),
|
|
162472
163303
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
163304
|
+
commit_mode="commitMode",
|
|
162473
163305
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
162474
163306
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
162475
163307
|
info_icon_text="infoIconText",
|
|
@@ -162533,6 +163365,7 @@ class CfnTemplate(
|
|
|
162533
163365
|
type="type"
|
|
162534
163366
|
),
|
|
162535
163367
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
163368
|
+
commit_mode="commitMode",
|
|
162536
163369
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
162537
163370
|
date_time_format="dateTimeFormat",
|
|
162538
163371
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -162757,6 +163590,7 @@ class CfnTemplate(
|
|
|
162757
163590
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty",
|
|
162758
163591
|
jsii_struct_bases=[],
|
|
162759
163592
|
name_mapping={
|
|
163593
|
+
"commit_mode": "commitMode",
|
|
162760
163594
|
"display_options": "displayOptions",
|
|
162761
163595
|
"selectable_values": "selectableValues",
|
|
162762
163596
|
"type": "type",
|
|
@@ -162766,12 +163600,14 @@ class CfnTemplate(
|
|
|
162766
163600
|
def __init__(
|
|
162767
163601
|
self,
|
|
162768
163602
|
*,
|
|
163603
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
162769
163604
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
162770
163605
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
162771
163606
|
type: typing.Optional[builtins.str] = None,
|
|
162772
163607
|
) -> None:
|
|
162773
163608
|
'''The default options that correspond to the ``Dropdown`` filter control type.
|
|
162774
163609
|
|
|
163610
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
162775
163611
|
:param display_options: The display options of a control.
|
|
162776
163612
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
162777
163613
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -162786,6 +163622,7 @@ class CfnTemplate(
|
|
|
162786
163622
|
from aws_cdk import aws_quicksight as quicksight
|
|
162787
163623
|
|
|
162788
163624
|
default_filter_drop_down_control_options_property = quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
163625
|
+
commit_mode="commitMode",
|
|
162789
163626
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
162790
163627
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
162791
163628
|
info_icon_text="infoIconText",
|
|
@@ -162818,10 +163655,13 @@ class CfnTemplate(
|
|
|
162818
163655
|
'''
|
|
162819
163656
|
if __debug__:
|
|
162820
163657
|
type_hints = typing.get_type_hints(_typecheckingstub__2e983969492bc945bd76a62f6abfd95bb5a4d632a00ebf51597c76a65b4f5be2)
|
|
163658
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
162821
163659
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
162822
163660
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
162823
163661
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
162824
163662
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
163663
|
+
if commit_mode is not None:
|
|
163664
|
+
self._values["commit_mode"] = commit_mode
|
|
162825
163665
|
if display_options is not None:
|
|
162826
163666
|
self._values["display_options"] = display_options
|
|
162827
163667
|
if selectable_values is not None:
|
|
@@ -162829,6 +163669,15 @@ class CfnTemplate(
|
|
|
162829
163669
|
if type is not None:
|
|
162830
163670
|
self._values["type"] = type
|
|
162831
163671
|
|
|
163672
|
+
@builtins.property
|
|
163673
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
163674
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
163675
|
+
|
|
163676
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultfilterdropdowncontroloptions.html#cfn-quicksight-template-defaultfilterdropdowncontroloptions-commitmode
|
|
163677
|
+
'''
|
|
163678
|
+
result = self._values.get("commit_mode")
|
|
163679
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
163680
|
+
|
|
162832
163681
|
@builtins.property
|
|
162833
163682
|
def display_options(
|
|
162834
163683
|
self,
|
|
@@ -163413,16 +164262,21 @@ class CfnTemplate(
|
|
|
163413
164262
|
@jsii.data_type(
|
|
163414
164263
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty",
|
|
163415
164264
|
jsii_struct_bases=[],
|
|
163416
|
-
name_mapping={
|
|
164265
|
+
name_mapping={
|
|
164266
|
+
"commit_mode": "commitMode",
|
|
164267
|
+
"display_options": "displayOptions",
|
|
164268
|
+
},
|
|
163417
164269
|
)
|
|
163418
164270
|
class DefaultRelativeDateTimeControlOptionsProperty:
|
|
163419
164271
|
def __init__(
|
|
163420
164272
|
self,
|
|
163421
164273
|
*,
|
|
164274
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
163422
164275
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
163423
164276
|
) -> None:
|
|
163424
164277
|
'''The default options that correspond to the ``RelativeDateTime`` filter control type.
|
|
163425
164278
|
|
|
164279
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
163426
164280
|
:param display_options: The display options of a control.
|
|
163427
164281
|
|
|
163428
164282
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultrelativedatetimecontroloptions.html
|
|
@@ -163435,6 +164289,7 @@ class CfnTemplate(
|
|
|
163435
164289
|
from aws_cdk import aws_quicksight as quicksight
|
|
163436
164290
|
|
|
163437
164291
|
default_relative_date_time_control_options_property = quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
164292
|
+
commit_mode="commitMode",
|
|
163438
164293
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
163439
164294
|
date_time_format="dateTimeFormat",
|
|
163440
164295
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -163461,11 +164316,23 @@ class CfnTemplate(
|
|
|
163461
164316
|
'''
|
|
163462
164317
|
if __debug__:
|
|
163463
164318
|
type_hints = typing.get_type_hints(_typecheckingstub__de8e90030cad4c2730df13ba320301897e8eef65c8778bf65fa303db809eadaf)
|
|
164319
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
163464
164320
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
163465
164321
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
164322
|
+
if commit_mode is not None:
|
|
164323
|
+
self._values["commit_mode"] = commit_mode
|
|
163466
164324
|
if display_options is not None:
|
|
163467
164325
|
self._values["display_options"] = display_options
|
|
163468
164326
|
|
|
164327
|
+
@builtins.property
|
|
164328
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
164329
|
+
'''The visibility configuration of the Apply button on a ``RelativeDateTimeControl`` .
|
|
164330
|
+
|
|
164331
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultrelativedatetimecontroloptions.html#cfn-quicksight-template-defaultrelativedatetimecontroloptions-commitmode
|
|
164332
|
+
'''
|
|
164333
|
+
result = self._values.get("commit_mode")
|
|
164334
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
164335
|
+
|
|
163469
164336
|
@builtins.property
|
|
163470
164337
|
def display_options(
|
|
163471
164338
|
self,
|
|
@@ -167697,6 +168564,7 @@ class CfnTemplate(
|
|
|
167697
168564
|
title="title",
|
|
167698
168565
|
|
|
167699
168566
|
# the properties below are optional
|
|
168567
|
+
commit_mode="commitMode",
|
|
167700
168568
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
167701
168569
|
date_time_format="dateTimeFormat",
|
|
167702
168570
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -167736,6 +168604,7 @@ class CfnTemplate(
|
|
|
167736
168604
|
source_sheet_control_id="sourceSheetControlId"
|
|
167737
168605
|
)]
|
|
167738
168606
|
),
|
|
168607
|
+
commit_mode="commitMode",
|
|
167739
168608
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
167740
168609
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
167741
168610
|
info_icon_text="infoIconText",
|
|
@@ -167818,6 +168687,7 @@ class CfnTemplate(
|
|
|
167818
168687
|
title="title",
|
|
167819
168688
|
|
|
167820
168689
|
# the properties below are optional
|
|
168690
|
+
commit_mode="commitMode",
|
|
167821
168691
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
167822
168692
|
date_time_format="dateTimeFormat",
|
|
167823
168693
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -168182,6 +169052,7 @@ class CfnTemplate(
|
|
|
168182
169052
|
"filter_control_id": "filterControlId",
|
|
168183
169053
|
"source_filter_id": "sourceFilterId",
|
|
168184
169054
|
"title": "title",
|
|
169055
|
+
"commit_mode": "commitMode",
|
|
168185
169056
|
"display_options": "displayOptions",
|
|
168186
169057
|
"type": "type",
|
|
168187
169058
|
},
|
|
@@ -168193,6 +169064,7 @@ class CfnTemplate(
|
|
|
168193
169064
|
filter_control_id: builtins.str,
|
|
168194
169065
|
source_filter_id: builtins.str,
|
|
168195
169066
|
title: builtins.str,
|
|
169067
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
168196
169068
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DateTimePickerControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168197
169069
|
type: typing.Optional[builtins.str] = None,
|
|
168198
169070
|
) -> None:
|
|
@@ -168201,6 +169073,7 @@ class CfnTemplate(
|
|
|
168201
169073
|
:param filter_control_id: The ID of the ``FilterDateTimePickerControl`` .
|
|
168202
169074
|
:param source_filter_id: The source filter ID of the ``FilterDateTimePickerControl`` .
|
|
168203
169075
|
:param title: The title of the ``FilterDateTimePickerControl`` .
|
|
169076
|
+
:param commit_mode: The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
168204
169077
|
:param display_options: The display options of a control.
|
|
168205
169078
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
168206
169079
|
|
|
@@ -168219,6 +169092,7 @@ class CfnTemplate(
|
|
|
168219
169092
|
title="title",
|
|
168220
169093
|
|
|
168221
169094
|
# the properties below are optional
|
|
169095
|
+
commit_mode="commitMode",
|
|
168222
169096
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
168223
169097
|
date_time_format="dateTimeFormat",
|
|
168224
169098
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -168249,6 +169123,7 @@ class CfnTemplate(
|
|
|
168249
169123
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
168250
169124
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
168251
169125
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
169126
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
168252
169127
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
168253
169128
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
168254
169129
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -168256,6 +169131,8 @@ class CfnTemplate(
|
|
|
168256
169131
|
"source_filter_id": source_filter_id,
|
|
168257
169132
|
"title": title,
|
|
168258
169133
|
}
|
|
169134
|
+
if commit_mode is not None:
|
|
169135
|
+
self._values["commit_mode"] = commit_mode
|
|
168259
169136
|
if display_options is not None:
|
|
168260
169137
|
self._values["display_options"] = display_options
|
|
168261
169138
|
if type is not None:
|
|
@@ -168291,6 +169168,15 @@ class CfnTemplate(
|
|
|
168291
169168
|
assert result is not None, "Required property 'title' is missing"
|
|
168292
169169
|
return typing.cast(builtins.str, result)
|
|
168293
169170
|
|
|
169171
|
+
@builtins.property
|
|
169172
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
169173
|
+
'''The visibility configurationof the Apply button on a ``DateTimePickerControl`` .
|
|
169174
|
+
|
|
169175
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterdatetimepickercontrol.html#cfn-quicksight-template-filterdatetimepickercontrol-commitmode
|
|
169176
|
+
'''
|
|
169177
|
+
result = self._values.get("commit_mode")
|
|
169178
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
169179
|
+
|
|
168294
169180
|
@builtins.property
|
|
168295
169181
|
def display_options(
|
|
168296
169182
|
self,
|
|
@@ -168333,6 +169219,7 @@ class CfnTemplate(
|
|
|
168333
169219
|
"source_filter_id": "sourceFilterId",
|
|
168334
169220
|
"title": "title",
|
|
168335
169221
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
169222
|
+
"commit_mode": "commitMode",
|
|
168336
169223
|
"display_options": "displayOptions",
|
|
168337
169224
|
"selectable_values": "selectableValues",
|
|
168338
169225
|
"type": "type",
|
|
@@ -168346,6 +169233,7 @@ class CfnTemplate(
|
|
|
168346
169233
|
source_filter_id: builtins.str,
|
|
168347
169234
|
title: builtins.str,
|
|
168348
169235
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
169236
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
168349
169237
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168350
169238
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.FilterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168351
169239
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -168356,6 +169244,7 @@ class CfnTemplate(
|
|
|
168356
169244
|
:param source_filter_id: The source filter ID of the ``FilterDropDownControl`` .
|
|
168357
169245
|
:param title: The title of the ``FilterDropDownControl`` .
|
|
168358
169246
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
169247
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
168359
169248
|
:param display_options: The display options of the ``FilterDropDownControl`` .
|
|
168360
169249
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
168361
169250
|
:param type: The type of the ``FilterDropDownControl`` . Choose one of the following options:. - ``MULTI_SELECT`` : The user can select multiple entries from a dropdown menu. - ``SINGLE_SELECT`` : The user can select a single entry from a dropdown menu.
|
|
@@ -168384,6 +169273,7 @@ class CfnTemplate(
|
|
|
168384
169273
|
source_sheet_control_id="sourceSheetControlId"
|
|
168385
169274
|
)]
|
|
168386
169275
|
),
|
|
169276
|
+
commit_mode="commitMode",
|
|
168387
169277
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
168388
169278
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
168389
169279
|
info_icon_text="infoIconText",
|
|
@@ -168420,6 +169310,7 @@ class CfnTemplate(
|
|
|
168420
169310
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
168421
169311
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
168422
169312
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
169313
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
168423
169314
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
168424
169315
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
168425
169316
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -168430,6 +169321,8 @@ class CfnTemplate(
|
|
|
168430
169321
|
}
|
|
168431
169322
|
if cascading_control_configuration is not None:
|
|
168432
169323
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
169324
|
+
if commit_mode is not None:
|
|
169325
|
+
self._values["commit_mode"] = commit_mode
|
|
168433
169326
|
if display_options is not None:
|
|
168434
169327
|
self._values["display_options"] = display_options
|
|
168435
169328
|
if selectable_values is not None:
|
|
@@ -168478,6 +169371,15 @@ class CfnTemplate(
|
|
|
168478
169371
|
result = self._values.get("cascading_control_configuration")
|
|
168479
169372
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CascadingControlConfigurationProperty"]], result)
|
|
168480
169373
|
|
|
169374
|
+
@builtins.property
|
|
169375
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
169376
|
+
'''The visibility configuration of the Apply button on a ``FilterDropDownControl`` .
|
|
169377
|
+
|
|
169378
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterdropdowncontrol.html#cfn-quicksight-template-filterdropdowncontrol-commitmode
|
|
169379
|
+
'''
|
|
169380
|
+
result = self._values.get("commit_mode")
|
|
169381
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
169382
|
+
|
|
168481
169383
|
@builtins.property
|
|
168482
169384
|
def display_options(
|
|
168483
169385
|
self,
|
|
@@ -169310,6 +170212,7 @@ class CfnTemplate(
|
|
|
169310
170212
|
"filter_control_id": "filterControlId",
|
|
169311
170213
|
"source_filter_id": "sourceFilterId",
|
|
169312
170214
|
"title": "title",
|
|
170215
|
+
"commit_mode": "commitMode",
|
|
169313
170216
|
"display_options": "displayOptions",
|
|
169314
170217
|
},
|
|
169315
170218
|
)
|
|
@@ -169320,6 +170223,7 @@ class CfnTemplate(
|
|
|
169320
170223
|
filter_control_id: builtins.str,
|
|
169321
170224
|
source_filter_id: builtins.str,
|
|
169322
170225
|
title: builtins.str,
|
|
170226
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
169323
170227
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
169324
170228
|
) -> None:
|
|
169325
170229
|
'''A control from a date filter that is used to specify the relative date.
|
|
@@ -169327,6 +170231,7 @@ class CfnTemplate(
|
|
|
169327
170231
|
:param filter_control_id: The ID of the ``FilterTextAreaControl`` .
|
|
169328
170232
|
:param source_filter_id: The source filter ID of the ``FilterTextAreaControl`` .
|
|
169329
170233
|
:param title: The title of the ``FilterTextAreaControl`` .
|
|
170234
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
169330
170235
|
:param display_options: The display options of a control.
|
|
169331
170236
|
|
|
169332
170237
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterrelativedatetimecontrol.html
|
|
@@ -169344,6 +170249,7 @@ class CfnTemplate(
|
|
|
169344
170249
|
title="title",
|
|
169345
170250
|
|
|
169346
170251
|
# the properties below are optional
|
|
170252
|
+
commit_mode="commitMode",
|
|
169347
170253
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
169348
170254
|
date_time_format="dateTimeFormat",
|
|
169349
170255
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -169373,12 +170279,15 @@ class CfnTemplate(
|
|
|
169373
170279
|
check_type(argname="argument filter_control_id", value=filter_control_id, expected_type=type_hints["filter_control_id"])
|
|
169374
170280
|
check_type(argname="argument source_filter_id", value=source_filter_id, expected_type=type_hints["source_filter_id"])
|
|
169375
170281
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
170282
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
169376
170283
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
169377
170284
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
169378
170285
|
"filter_control_id": filter_control_id,
|
|
169379
170286
|
"source_filter_id": source_filter_id,
|
|
169380
170287
|
"title": title,
|
|
169381
170288
|
}
|
|
170289
|
+
if commit_mode is not None:
|
|
170290
|
+
self._values["commit_mode"] = commit_mode
|
|
169382
170291
|
if display_options is not None:
|
|
169383
170292
|
self._values["display_options"] = display_options
|
|
169384
170293
|
|
|
@@ -169412,6 +170321,15 @@ class CfnTemplate(
|
|
|
169412
170321
|
assert result is not None, "Required property 'title' is missing"
|
|
169413
170322
|
return typing.cast(builtins.str, result)
|
|
169414
170323
|
|
|
170324
|
+
@builtins.property
|
|
170325
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
170326
|
+
'''The visibility configuration of the Apply button on a ``FilterRelativeDateTimeControl`` .
|
|
170327
|
+
|
|
170328
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterrelativedatetimecontrol.html#cfn-quicksight-template-filterrelativedatetimecontrol-commitmode
|
|
170329
|
+
'''
|
|
170330
|
+
result = self._values.get("commit_mode")
|
|
170331
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
170332
|
+
|
|
169415
170333
|
@builtins.property
|
|
169416
170334
|
def display_options(
|
|
169417
170335
|
self,
|
|
@@ -178430,6 +179348,7 @@ class CfnTemplate(
|
|
|
178430
179348
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
178431
179349
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
178432
179350
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
179351
|
+
commit_mode="commitMode",
|
|
178433
179352
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
178434
179353
|
date_time_format="dateTimeFormat",
|
|
178435
179354
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -178455,6 +179374,7 @@ class CfnTemplate(
|
|
|
178455
179374
|
type="type"
|
|
178456
179375
|
),
|
|
178457
179376
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
179377
|
+
commit_mode="commitMode",
|
|
178458
179378
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
178459
179379
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
178460
179380
|
info_icon_text="infoIconText",
|
|
@@ -178518,6 +179438,7 @@ class CfnTemplate(
|
|
|
178518
179438
|
type="type"
|
|
178519
179439
|
),
|
|
178520
179440
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
179441
|
+
commit_mode="commitMode",
|
|
178521
179442
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
178522
179443
|
date_time_format="dateTimeFormat",
|
|
178523
179444
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -185246,6 +186167,7 @@ class CfnTemplate(
|
|
|
185246
186167
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
185247
186168
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
185248
186169
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
186170
|
+
commit_mode="commitMode",
|
|
185249
186171
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
185250
186172
|
date_time_format="dateTimeFormat",
|
|
185251
186173
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -185271,6 +186193,7 @@ class CfnTemplate(
|
|
|
185271
186193
|
type="type"
|
|
185272
186194
|
),
|
|
185273
186195
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
186196
|
+
commit_mode="commitMode",
|
|
185274
186197
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
185275
186198
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
185276
186199
|
info_icon_text="infoIconText",
|
|
@@ -185334,6 +186257,7 @@ class CfnTemplate(
|
|
|
185334
186257
|
type="type"
|
|
185335
186258
|
),
|
|
185336
186259
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
186260
|
+
commit_mode="commitMode",
|
|
185337
186261
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
185338
186262
|
date_time_format="dateTimeFormat",
|
|
185339
186263
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -186109,6 +187033,7 @@ class CfnTemplate(
|
|
|
186109
187033
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
186110
187034
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
186111
187035
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
187036
|
+
commit_mode="commitMode",
|
|
186112
187037
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
186113
187038
|
date_time_format="dateTimeFormat",
|
|
186114
187039
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -186134,6 +187059,7 @@ class CfnTemplate(
|
|
|
186134
187059
|
type="type"
|
|
186135
187060
|
),
|
|
186136
187061
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
187062
|
+
commit_mode="commitMode",
|
|
186137
187063
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
186138
187064
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
186139
187065
|
info_icon_text="infoIconText",
|
|
@@ -186197,6 +187123,7 @@ class CfnTemplate(
|
|
|
186197
187123
|
type="type"
|
|
186198
187124
|
),
|
|
186199
187125
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
187126
|
+
commit_mode="commitMode",
|
|
186200
187127
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
186201
187128
|
date_time_format="dateTimeFormat",
|
|
186202
187129
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -186684,6 +187611,7 @@ class CfnTemplate(
|
|
|
186684
187611
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
186685
187612
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
186686
187613
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
187614
|
+
commit_mode="commitMode",
|
|
186687
187615
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
186688
187616
|
date_time_format="dateTimeFormat",
|
|
186689
187617
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -186709,6 +187637,7 @@ class CfnTemplate(
|
|
|
186709
187637
|
type="type"
|
|
186710
187638
|
),
|
|
186711
187639
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
187640
|
+
commit_mode="commitMode",
|
|
186712
187641
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
186713
187642
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
186714
187643
|
info_icon_text="infoIconText",
|
|
@@ -186772,6 +187701,7 @@ class CfnTemplate(
|
|
|
186772
187701
|
type="type"
|
|
186773
187702
|
),
|
|
186774
187703
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
187704
|
+
commit_mode="commitMode",
|
|
186775
187705
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
186776
187706
|
date_time_format="dateTimeFormat",
|
|
186777
187707
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -188112,6 +189042,7 @@ class CfnTemplate(
|
|
|
188112
189042
|
source_sheet_control_id="sourceSheetControlId"
|
|
188113
189043
|
)]
|
|
188114
189044
|
),
|
|
189045
|
+
commit_mode="commitMode",
|
|
188115
189046
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
188116
189047
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
188117
189048
|
info_icon_text="infoIconText",
|
|
@@ -188783,6 +189714,7 @@ class CfnTemplate(
|
|
|
188783
189714
|
"source_parameter_name": "sourceParameterName",
|
|
188784
189715
|
"title": "title",
|
|
188785
189716
|
"cascading_control_configuration": "cascadingControlConfiguration",
|
|
189717
|
+
"commit_mode": "commitMode",
|
|
188786
189718
|
"display_options": "displayOptions",
|
|
188787
189719
|
"selectable_values": "selectableValues",
|
|
188788
189720
|
"type": "type",
|
|
@@ -188796,6 +189728,7 @@ class CfnTemplate(
|
|
|
188796
189728
|
source_parameter_name: builtins.str,
|
|
188797
189729
|
title: builtins.str,
|
|
188798
189730
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.CascadingControlConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
189731
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
188799
189732
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DropDownControlDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
188800
189733
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ParameterSelectableValuesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
188801
189734
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -188806,6 +189739,7 @@ class CfnTemplate(
|
|
|
188806
189739
|
:param source_parameter_name: The source parameter name of the ``ParameterDropDownControl`` .
|
|
188807
189740
|
:param title: The title of the ``ParameterDropDownControl`` .
|
|
188808
189741
|
:param cascading_control_configuration: The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
|
|
189742
|
+
:param commit_mode: The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
188809
189743
|
:param display_options: The display options of a control.
|
|
188810
189744
|
:param selectable_values: A list of selectable values that are used in a control.
|
|
188811
189745
|
:param type: The type parameter name of the ``ParameterDropDownControl`` .
|
|
@@ -188834,6 +189768,7 @@ class CfnTemplate(
|
|
|
188834
189768
|
source_sheet_control_id="sourceSheetControlId"
|
|
188835
189769
|
)]
|
|
188836
189770
|
),
|
|
189771
|
+
commit_mode="commitMode",
|
|
188837
189772
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
188838
189773
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
188839
189774
|
info_icon_text="infoIconText",
|
|
@@ -188874,6 +189809,7 @@ class CfnTemplate(
|
|
|
188874
189809
|
check_type(argname="argument source_parameter_name", value=source_parameter_name, expected_type=type_hints["source_parameter_name"])
|
|
188875
189810
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
188876
189811
|
check_type(argname="argument cascading_control_configuration", value=cascading_control_configuration, expected_type=type_hints["cascading_control_configuration"])
|
|
189812
|
+
check_type(argname="argument commit_mode", value=commit_mode, expected_type=type_hints["commit_mode"])
|
|
188877
189813
|
check_type(argname="argument display_options", value=display_options, expected_type=type_hints["display_options"])
|
|
188878
189814
|
check_type(argname="argument selectable_values", value=selectable_values, expected_type=type_hints["selectable_values"])
|
|
188879
189815
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
@@ -188884,6 +189820,8 @@ class CfnTemplate(
|
|
|
188884
189820
|
}
|
|
188885
189821
|
if cascading_control_configuration is not None:
|
|
188886
189822
|
self._values["cascading_control_configuration"] = cascading_control_configuration
|
|
189823
|
+
if commit_mode is not None:
|
|
189824
|
+
self._values["commit_mode"] = commit_mode
|
|
188887
189825
|
if display_options is not None:
|
|
188888
189826
|
self._values["display_options"] = display_options
|
|
188889
189827
|
if selectable_values is not None:
|
|
@@ -188932,6 +189870,15 @@ class CfnTemplate(
|
|
|
188932
189870
|
result = self._values.get("cascading_control_configuration")
|
|
188933
189871
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CascadingControlConfigurationProperty"]], result)
|
|
188934
189872
|
|
|
189873
|
+
@builtins.property
|
|
189874
|
+
def commit_mode(self) -> typing.Optional[builtins.str]:
|
|
189875
|
+
'''The visibility configuration of the Apply button on a ``ParameterDropDownControl`` .
|
|
189876
|
+
|
|
189877
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-parameterdropdowncontrol.html#cfn-quicksight-template-parameterdropdowncontrol-commitmode
|
|
189878
|
+
'''
|
|
189879
|
+
result = self._values.get("commit_mode")
|
|
189880
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
189881
|
+
|
|
188935
189882
|
@builtins.property
|
|
188936
189883
|
def display_options(
|
|
188937
189884
|
self,
|
|
@@ -197155,6 +198102,7 @@ class CfnTemplate(
|
|
|
197155
198102
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
197156
198103
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
197157
198104
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
198105
|
+
commit_mode="commitMode",
|
|
197158
198106
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
197159
198107
|
date_time_format="dateTimeFormat",
|
|
197160
198108
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -197180,6 +198128,7 @@ class CfnTemplate(
|
|
|
197180
198128
|
type="type"
|
|
197181
198129
|
),
|
|
197182
198130
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
198131
|
+
commit_mode="commitMode",
|
|
197183
198132
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
197184
198133
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
197185
198134
|
info_icon_text="infoIconText",
|
|
@@ -197243,6 +198192,7 @@ class CfnTemplate(
|
|
|
197243
198192
|
type="type"
|
|
197244
198193
|
),
|
|
197245
198194
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
198195
|
+
commit_mode="commitMode",
|
|
197246
198196
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
197247
198197
|
date_time_format="dateTimeFormat",
|
|
197248
198198
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -207624,6 +208574,7 @@ class CfnTemplate(
|
|
|
207624
208574
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
207625
208575
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
207626
208576
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
208577
|
+
commit_mode="commitMode",
|
|
207627
208578
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
207628
208579
|
date_time_format="dateTimeFormat",
|
|
207629
208580
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -207649,6 +208600,7 @@ class CfnTemplate(
|
|
|
207649
208600
|
type="type"
|
|
207650
208601
|
),
|
|
207651
208602
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
208603
|
+
commit_mode="commitMode",
|
|
207652
208604
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
207653
208605
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
207654
208606
|
info_icon_text="infoIconText",
|
|
@@ -207712,6 +208664,7 @@ class CfnTemplate(
|
|
|
207712
208664
|
type="type"
|
|
207713
208665
|
),
|
|
207714
208666
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
208667
|
+
commit_mode="commitMode",
|
|
207715
208668
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
207716
208669
|
date_time_format="dateTimeFormat",
|
|
207717
208670
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -208121,6 +209074,7 @@ class CfnTemplate(
|
|
|
208121
209074
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
208122
209075
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
208123
209076
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
209077
|
+
commit_mode="commitMode",
|
|
208124
209078
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
208125
209079
|
date_time_format="dateTimeFormat",
|
|
208126
209080
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -208146,6 +209100,7 @@ class CfnTemplate(
|
|
|
208146
209100
|
type="type"
|
|
208147
209101
|
),
|
|
208148
209102
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
209103
|
+
commit_mode="commitMode",
|
|
208149
209104
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
208150
209105
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
208151
209106
|
info_icon_text="infoIconText",
|
|
@@ -208209,6 +209164,7 @@ class CfnTemplate(
|
|
|
208209
209164
|
type="type"
|
|
208210
209165
|
),
|
|
208211
209166
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
209167
|
+
commit_mode="commitMode",
|
|
208212
209168
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
208213
209169
|
date_time_format="dateTimeFormat",
|
|
208214
209170
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -208925,6 +209881,7 @@ class CfnTemplate(
|
|
|
208925
209881
|
default_filter_control_configuration=quicksight.CfnTemplate.DefaultFilterControlConfigurationProperty(
|
|
208926
209882
|
control_options=quicksight.CfnTemplate.DefaultFilterControlOptionsProperty(
|
|
208927
209883
|
default_date_time_picker_options=quicksight.CfnTemplate.DefaultDateTimePickerControlOptionsProperty(
|
|
209884
|
+
commit_mode="commitMode",
|
|
208928
209885
|
display_options=quicksight.CfnTemplate.DateTimePickerControlDisplayOptionsProperty(
|
|
208929
209886
|
date_time_format="dateTimeFormat",
|
|
208930
209887
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -208950,6 +209907,7 @@ class CfnTemplate(
|
|
|
208950
209907
|
type="type"
|
|
208951
209908
|
),
|
|
208952
209909
|
default_dropdown_options=quicksight.CfnTemplate.DefaultFilterDropDownControlOptionsProperty(
|
|
209910
|
+
commit_mode="commitMode",
|
|
208953
209911
|
display_options=quicksight.CfnTemplate.DropDownControlDisplayOptionsProperty(
|
|
208954
209912
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
208955
209913
|
info_icon_text="infoIconText",
|
|
@@ -209013,6 +209971,7 @@ class CfnTemplate(
|
|
|
209013
209971
|
type="type"
|
|
209014
209972
|
),
|
|
209015
209973
|
default_relative_date_time_options=quicksight.CfnTemplate.DefaultRelativeDateTimeControlOptionsProperty(
|
|
209974
|
+
commit_mode="commitMode",
|
|
209016
209975
|
display_options=quicksight.CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty(
|
|
209017
209976
|
date_time_format="dateTimeFormat",
|
|
209018
209977
|
info_icon_label_options=quicksight.CfnTemplate.SheetControlInfoIconLabelOptionsProperty(
|
|
@@ -222509,6 +223468,8 @@ __all__ = [
|
|
|
222509
223468
|
"CfnDataSetProps",
|
|
222510
223469
|
"CfnDataSource",
|
|
222511
223470
|
"CfnDataSourceProps",
|
|
223471
|
+
"CfnFolder",
|
|
223472
|
+
"CfnFolderProps",
|
|
222512
223473
|
"CfnRefreshSchedule",
|
|
222513
223474
|
"CfnRefreshScheduleProps",
|
|
222514
223475
|
"CfnTemplate",
|
|
@@ -223708,6 +224669,7 @@ def _typecheckingstub__b5b58e947afff94824ee0192ed7fb58383917df19648d81c4312996d2
|
|
|
223708
224669
|
|
|
223709
224670
|
def _typecheckingstub__52fd2c3e57bfcf88ae48256a8376a66a8e65189b3c80fbf4e5c127c6c6b186ec(
|
|
223710
224671
|
*,
|
|
224672
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
223711
224673
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223712
224674
|
type: typing.Optional[builtins.str] = None,
|
|
223713
224675
|
) -> None:
|
|
@@ -223737,6 +224699,7 @@ def _typecheckingstub__27b627960050d3c2cdf76aac886a9d384e7246b266fad2f94446379ec
|
|
|
223737
224699
|
|
|
223738
224700
|
def _typecheckingstub__00d4312e6cf7d6b386f290ad11b6c17be510948da18718023b41f8ec7a6ac06a(
|
|
223739
224701
|
*,
|
|
224702
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
223740
224703
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223741
224704
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223742
224705
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -223793,6 +224756,7 @@ def _typecheckingstub__5bd1fdbfb41878c1a01bf4ec5b04bee7584ad858147b67db1a2d05dda
|
|
|
223793
224756
|
|
|
223794
224757
|
def _typecheckingstub__1bd65586357ac07b086b4a81b5d3f1f351c9b2f5ee8daeddf95e0d79795820a9(
|
|
223795
224758
|
*,
|
|
224759
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
223796
224760
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223797
224761
|
) -> None:
|
|
223798
224762
|
"""Type checking stubs"""
|
|
@@ -224076,6 +225040,7 @@ def _typecheckingstub__a31e001b763f1cb36b8ef2f855857a0d498a62019ecaccf6d4a379426
|
|
|
224076
225040
|
filter_control_id: builtins.str,
|
|
224077
225041
|
source_filter_id: builtins.str,
|
|
224078
225042
|
title: builtins.str,
|
|
225043
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
224079
225044
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224080
225045
|
type: typing.Optional[builtins.str] = None,
|
|
224081
225046
|
) -> None:
|
|
@@ -224088,6 +225053,7 @@ def _typecheckingstub__5ebb604ee1289b475cb6bd411e972c68a17390bd59a08f2bf0171ed1e
|
|
|
224088
225053
|
source_filter_id: builtins.str,
|
|
224089
225054
|
title: builtins.str,
|
|
224090
225055
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225056
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
224091
225057
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224092
225058
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224093
225059
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -224164,6 +225130,7 @@ def _typecheckingstub__c5c9b044726cee5e7d0481c3871cd665c27926007e2b26bdcbe80a4ba
|
|
|
224164
225130
|
filter_control_id: builtins.str,
|
|
224165
225131
|
source_filter_id: builtins.str,
|
|
224166
225132
|
title: builtins.str,
|
|
225133
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
224167
225134
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
224168
225135
|
) -> None:
|
|
224169
225136
|
"""Type checking stubs"""
|
|
@@ -225421,6 +226388,7 @@ def _typecheckingstub__1ffee6e4397e03ece63c1d82997f046791b6c95a0aed66aafa947c2c1
|
|
|
225421
226388
|
source_parameter_name: builtins.str,
|
|
225422
226389
|
title: builtins.str,
|
|
225423
226390
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226391
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
225424
226392
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225425
226393
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ParameterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
225426
226394
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -228457,6 +229425,7 @@ def _typecheckingstub__ffc6e7c59e3e07f6b1ec5099c92200960ba85988e1b545901df9e24c7
|
|
|
228457
229425
|
|
|
228458
229426
|
def _typecheckingstub__bc2a37f7ae8965ececf7dc6b7c2057454b4e12e34001d5d2f9108fad0df3bed4(
|
|
228459
229427
|
*,
|
|
229428
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228460
229429
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228461
229430
|
type: typing.Optional[builtins.str] = None,
|
|
228462
229431
|
) -> None:
|
|
@@ -228486,6 +229455,7 @@ def _typecheckingstub__fe2dc347ac70841952d0f85f86b47a4fe1598ab376fd5fb0891a4fb09
|
|
|
228486
229455
|
|
|
228487
229456
|
def _typecheckingstub__dd98c49776880bc1d4a0ee8eda857544ccd317eeeefa534adcb03b22cce1b29f(
|
|
228488
229457
|
*,
|
|
229458
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228489
229459
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228490
229460
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228491
229461
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -228542,6 +229512,7 @@ def _typecheckingstub__dbf88a4accfa6c839334fbab2361d44b01977cd33f36f5d92413f3ad2
|
|
|
228542
229512
|
|
|
228543
229513
|
def _typecheckingstub__d22f9a91af39d2fb92de880f728f6566e3d86f257441db382d325b18c09eb73b(
|
|
228544
229514
|
*,
|
|
229515
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228545
229516
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228546
229517
|
) -> None:
|
|
228547
229518
|
"""Type checking stubs"""
|
|
@@ -228846,6 +229817,7 @@ def _typecheckingstub__2d4dc823ed0b42bce5fa5201fff6d7738b35fe75bcd098d2d11ab7106
|
|
|
228846
229817
|
filter_control_id: builtins.str,
|
|
228847
229818
|
source_filter_id: builtins.str,
|
|
228848
229819
|
title: builtins.str,
|
|
229820
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228849
229821
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228850
229822
|
type: typing.Optional[builtins.str] = None,
|
|
228851
229823
|
) -> None:
|
|
@@ -228858,6 +229830,7 @@ def _typecheckingstub__c1266fccd2cb683bbf30033038fd0b67f0c8037ac8dd77a92a4645110
|
|
|
228858
229830
|
source_filter_id: builtins.str,
|
|
228859
229831
|
title: builtins.str,
|
|
228860
229832
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
229833
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228861
229834
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228862
229835
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228863
229836
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -228934,6 +229907,7 @@ def _typecheckingstub__fe7bdb0ee36689d0f3888592fe2c5e415e7128d38d6bc414f6b5e8f15
|
|
|
228934
229907
|
filter_control_id: builtins.str,
|
|
228935
229908
|
source_filter_id: builtins.str,
|
|
228936
229909
|
title: builtins.str,
|
|
229910
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
228937
229911
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
228938
229912
|
) -> None:
|
|
228939
229913
|
"""Type checking stubs"""
|
|
@@ -230198,6 +231172,7 @@ def _typecheckingstub__f6323a39d1aaf0938addd2bd3f5756d8f1844ffc27e7d2130636cfc34
|
|
|
230198
231172
|
source_parameter_name: builtins.str,
|
|
230199
231173
|
title: builtins.str,
|
|
230200
231174
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231175
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
230201
231176
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
230202
231177
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ParameterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
230203
231178
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -232978,6 +233953,104 @@ def _typecheckingstub__9b7c8e8d2c1cd22ebd57a1044126743d7661d34244f6d106bdbdbab5f
|
|
|
232978
233953
|
"""Type checking stubs"""
|
|
232979
233954
|
pass
|
|
232980
233955
|
|
|
233956
|
+
def _typecheckingstub__5ad21456d864c00798d407eba9a5159c164c124d46390206781d0e19673e451e(
|
|
233957
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
233958
|
+
id: builtins.str,
|
|
233959
|
+
*,
|
|
233960
|
+
aws_account_id: typing.Optional[builtins.str] = None,
|
|
233961
|
+
folder_id: typing.Optional[builtins.str] = None,
|
|
233962
|
+
folder_type: typing.Optional[builtins.str] = None,
|
|
233963
|
+
name: typing.Optional[builtins.str] = None,
|
|
233964
|
+
parent_folder_arn: typing.Optional[builtins.str] = None,
|
|
233965
|
+
permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFolder.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
233966
|
+
sharing_model: typing.Optional[builtins.str] = None,
|
|
233967
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233968
|
+
) -> None:
|
|
233969
|
+
"""Type checking stubs"""
|
|
233970
|
+
pass
|
|
233971
|
+
|
|
233972
|
+
def _typecheckingstub__f2742c5ea8b84bdbc4ba6da59e008091b94809adf812a8463af16ffe52bacb75(
|
|
233973
|
+
inspector: _TreeInspector_488e0dd5,
|
|
233974
|
+
) -> None:
|
|
233975
|
+
"""Type checking stubs"""
|
|
233976
|
+
pass
|
|
233977
|
+
|
|
233978
|
+
def _typecheckingstub__6fcb9bd1fe99a63bbc546dff91505f1183765e1c859e3374f9cda161db91b934(
|
|
233979
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
233980
|
+
) -> None:
|
|
233981
|
+
"""Type checking stubs"""
|
|
233982
|
+
pass
|
|
233983
|
+
|
|
233984
|
+
def _typecheckingstub__35d67bc86948587648d071ce93e8404723b5369c0ae1e0ca8a75fd44f9e719f7(
|
|
233985
|
+
value: typing.Optional[builtins.str],
|
|
233986
|
+
) -> None:
|
|
233987
|
+
"""Type checking stubs"""
|
|
233988
|
+
pass
|
|
233989
|
+
|
|
233990
|
+
def _typecheckingstub__91044d4a34ed55a0c6e0683995f7540e3d1900bf243f77bb080cfb1aa1d1fa49(
|
|
233991
|
+
value: typing.Optional[builtins.str],
|
|
233992
|
+
) -> None:
|
|
233993
|
+
"""Type checking stubs"""
|
|
233994
|
+
pass
|
|
233995
|
+
|
|
233996
|
+
def _typecheckingstub__2afd271fc7ce569eaff660c69aa78b5691d1b5b63c4a9c6fd9927ec90dcedb61(
|
|
233997
|
+
value: typing.Optional[builtins.str],
|
|
233998
|
+
) -> None:
|
|
233999
|
+
"""Type checking stubs"""
|
|
234000
|
+
pass
|
|
234001
|
+
|
|
234002
|
+
def _typecheckingstub__bb441b604d945559518d628230a2e271a4364e2bcf701ee5698685de9cb4832f(
|
|
234003
|
+
value: typing.Optional[builtins.str],
|
|
234004
|
+
) -> None:
|
|
234005
|
+
"""Type checking stubs"""
|
|
234006
|
+
pass
|
|
234007
|
+
|
|
234008
|
+
def _typecheckingstub__6cedbd952fe59a6ebef82b573bbb690c19a305a1322ece8965325efb43268223(
|
|
234009
|
+
value: typing.Optional[builtins.str],
|
|
234010
|
+
) -> None:
|
|
234011
|
+
"""Type checking stubs"""
|
|
234012
|
+
pass
|
|
234013
|
+
|
|
234014
|
+
def _typecheckingstub__f86f2d140003874cda16702073cb03599b8532e0745526f17e2f96577c0d7989(
|
|
234015
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFolder.ResourcePermissionProperty]]]],
|
|
234016
|
+
) -> None:
|
|
234017
|
+
"""Type checking stubs"""
|
|
234018
|
+
pass
|
|
234019
|
+
|
|
234020
|
+
def _typecheckingstub__d149dab6df8ba365957c72de952139c7fdc7ba2a6833638dc43ece2da37eabe9(
|
|
234021
|
+
value: typing.Optional[builtins.str],
|
|
234022
|
+
) -> None:
|
|
234023
|
+
"""Type checking stubs"""
|
|
234024
|
+
pass
|
|
234025
|
+
|
|
234026
|
+
def _typecheckingstub__99c12697bf0e31f520b7212073ffeecfc58fbe1858cfe00dd5d0b69d57ad00a6(
|
|
234027
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
234028
|
+
) -> None:
|
|
234029
|
+
"""Type checking stubs"""
|
|
234030
|
+
pass
|
|
234031
|
+
|
|
234032
|
+
def _typecheckingstub__70f79d315a5fb919ede4963fbb698c592169be6b4af027423df63fb43045b7f6(
|
|
234033
|
+
*,
|
|
234034
|
+
actions: typing.Sequence[builtins.str],
|
|
234035
|
+
principal: builtins.str,
|
|
234036
|
+
) -> None:
|
|
234037
|
+
"""Type checking stubs"""
|
|
234038
|
+
pass
|
|
234039
|
+
|
|
234040
|
+
def _typecheckingstub__b63060db31a6c716602b26e86e5d549cf157723fbc969c002c0f959d0d66c3ed(
|
|
234041
|
+
*,
|
|
234042
|
+
aws_account_id: typing.Optional[builtins.str] = None,
|
|
234043
|
+
folder_id: typing.Optional[builtins.str] = None,
|
|
234044
|
+
folder_type: typing.Optional[builtins.str] = None,
|
|
234045
|
+
name: typing.Optional[builtins.str] = None,
|
|
234046
|
+
parent_folder_arn: typing.Optional[builtins.str] = None,
|
|
234047
|
+
permissions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFolder.ResourcePermissionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
234048
|
+
sharing_model: typing.Optional[builtins.str] = None,
|
|
234049
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234050
|
+
) -> None:
|
|
234051
|
+
"""Type checking stubs"""
|
|
234052
|
+
pass
|
|
234053
|
+
|
|
232981
234054
|
def _typecheckingstub__a4ad4732abfe72da45af3b75a4f86e13e01f71bbd1c4cf8fd558ce9ae1e3f95b(
|
|
232982
234055
|
scope: _constructs_77d1e7e8.Construct,
|
|
232983
234056
|
id: builtins.str,
|
|
@@ -234190,6 +235263,7 @@ def _typecheckingstub__9078977010fb2b1821bab1c11791be7229453b880f6a7a115450ac49a
|
|
|
234190
235263
|
|
|
234191
235264
|
def _typecheckingstub__50d53ae60ecc374e86aafac2d87a515f5c611581b272c8e323fd735454f8431f(
|
|
234192
235265
|
*,
|
|
235266
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234193
235267
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234194
235268
|
type: typing.Optional[builtins.str] = None,
|
|
234195
235269
|
) -> None:
|
|
@@ -234219,6 +235293,7 @@ def _typecheckingstub__261e81349dc9ef057a28815b6f2bb9dd3f4bf06cafe1b6465c047d410
|
|
|
234219
235293
|
|
|
234220
235294
|
def _typecheckingstub__2e983969492bc945bd76a62f6abfd95bb5a4d632a00ebf51597c76a65b4f5be2(
|
|
234221
235295
|
*,
|
|
235296
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234222
235297
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234223
235298
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234224
235299
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -234275,6 +235350,7 @@ def _typecheckingstub__c131b4d9a2aa5b67ba6b274e56c0d1988d073ae28c95adf8fa0d6ff47
|
|
|
234275
235350
|
|
|
234276
235351
|
def _typecheckingstub__de8e90030cad4c2730df13ba320301897e8eef65c8778bf65fa303db809eadaf(
|
|
234277
235352
|
*,
|
|
235353
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234278
235354
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234279
235355
|
) -> None:
|
|
234280
235356
|
"""Type checking stubs"""
|
|
@@ -234558,6 +235634,7 @@ def _typecheckingstub__6dcb3713c6fee5fa1f08d0cb0f2027bf0f0d073e2ad8cf57da9058b54
|
|
|
234558
235634
|
filter_control_id: builtins.str,
|
|
234559
235635
|
source_filter_id: builtins.str,
|
|
234560
235636
|
title: builtins.str,
|
|
235637
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234561
235638
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DateTimePickerControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234562
235639
|
type: typing.Optional[builtins.str] = None,
|
|
234563
235640
|
) -> None:
|
|
@@ -234570,6 +235647,7 @@ def _typecheckingstub__f6746085d5cb80d1bab46d5212600b8db63b0f525d4f0afb856c441b6
|
|
|
234570
235647
|
source_filter_id: builtins.str,
|
|
234571
235648
|
title: builtins.str,
|
|
234572
235649
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
235650
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234573
235651
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234574
235652
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.FilterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234575
235653
|
type: typing.Optional[builtins.str] = None,
|
|
@@ -234646,6 +235724,7 @@ def _typecheckingstub__eb1c600dbeff75cffaf00fb3a32280ca5bbe390a750d74f195c117ad6
|
|
|
234646
235724
|
filter_control_id: builtins.str,
|
|
234647
235725
|
source_filter_id: builtins.str,
|
|
234648
235726
|
title: builtins.str,
|
|
235727
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
234649
235728
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.RelativeDateTimeControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
234650
235729
|
) -> None:
|
|
234651
235730
|
"""Type checking stubs"""
|
|
@@ -235895,6 +236974,7 @@ def _typecheckingstub__7aa165991c6350bb966a26a09859966bdfeaa334d539dc305d12cfac8
|
|
|
235895
236974
|
source_parameter_name: builtins.str,
|
|
235896
236975
|
title: builtins.str,
|
|
235897
236976
|
cascading_control_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.CascadingControlConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236977
|
+
commit_mode: typing.Optional[builtins.str] = None,
|
|
235898
236978
|
display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DropDownControlDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
235899
236979
|
selectable_values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ParameterSelectableValuesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
235900
236980
|
type: typing.Optional[builtins.str] = None,
|