aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.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 +383 -145
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +74 -3
- aws_cdk/aws_bedrock/__init__.py +395 -14
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +15 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3540 -10
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +714 -37
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +66 -20
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +26 -6
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +112 -5
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +60 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +250 -108
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +8 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +1117 -1446
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -56573,11 +56573,7 @@ class CfnAnalysis(
|
|
|
56573
56573
|
@jsii.data_type(
|
|
56574
56574
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.SheetTextBoxProperty",
|
|
56575
56575
|
jsii_struct_bases=[],
|
|
56576
|
-
name_mapping={
|
|
56577
|
-
"sheet_text_box_id": "sheetTextBoxId",
|
|
56578
|
-
"content": "content",
|
|
56579
|
-
"interactions": "interactions",
|
|
56580
|
-
},
|
|
56576
|
+
name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
|
|
56581
56577
|
)
|
|
56582
56578
|
class SheetTextBoxProperty:
|
|
56583
56579
|
def __init__(
|
|
@@ -56585,13 +56581,11 @@ class CfnAnalysis(
|
|
|
56585
56581
|
*,
|
|
56586
56582
|
sheet_text_box_id: builtins.str,
|
|
56587
56583
|
content: typing.Optional[builtins.str] = None,
|
|
56588
|
-
interactions: typing.Any = None,
|
|
56589
56584
|
) -> None:
|
|
56590
56585
|
'''A text box.
|
|
56591
56586
|
|
|
56592
56587
|
:param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
56593
56588
|
:param content: The content that is displayed in the text box.
|
|
56594
|
-
:param interactions:
|
|
56595
56589
|
|
|
56596
56590
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheettextbox.html
|
|
56597
56591
|
:exampleMetadata: fixture=_generated
|
|
@@ -56602,28 +56596,22 @@ class CfnAnalysis(
|
|
|
56602
56596
|
# The values are placeholders you should change.
|
|
56603
56597
|
from aws_cdk import aws_quicksight as quicksight
|
|
56604
56598
|
|
|
56605
|
-
# interactions: Any
|
|
56606
|
-
|
|
56607
56599
|
sheet_text_box_property = quicksight.CfnAnalysis.SheetTextBoxProperty(
|
|
56608
56600
|
sheet_text_box_id="sheetTextBoxId",
|
|
56609
56601
|
|
|
56610
56602
|
# the properties below are optional
|
|
56611
|
-
content="content"
|
|
56612
|
-
interactions=interactions
|
|
56603
|
+
content="content"
|
|
56613
56604
|
)
|
|
56614
56605
|
'''
|
|
56615
56606
|
if __debug__:
|
|
56616
56607
|
type_hints = typing.get_type_hints(_typecheckingstub__c11f3c0decba2e94eb6cd10f2ebc916ccb6c9fb2b5a2f1337a971d1e0c1b2502)
|
|
56617
56608
|
check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
|
|
56618
56609
|
check_type(argname="argument content", value=content, expected_type=type_hints["content"])
|
|
56619
|
-
check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
|
|
56620
56610
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
56621
56611
|
"sheet_text_box_id": sheet_text_box_id,
|
|
56622
56612
|
}
|
|
56623
56613
|
if content is not None:
|
|
56624
56614
|
self._values["content"] = content
|
|
56625
|
-
if interactions is not None:
|
|
56626
|
-
self._values["interactions"] = interactions
|
|
56627
56615
|
|
|
56628
56616
|
@builtins.property
|
|
56629
56617
|
def sheet_text_box_id(self) -> builtins.str:
|
|
@@ -56646,14 +56634,6 @@ class CfnAnalysis(
|
|
|
56646
56634
|
result = self._values.get("content")
|
|
56647
56635
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
56648
56636
|
|
|
56649
|
-
@builtins.property
|
|
56650
|
-
def interactions(self) -> typing.Any:
|
|
56651
|
-
'''
|
|
56652
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheettextbox.html#cfn-quicksight-analysis-sheettextbox-interactions
|
|
56653
|
-
'''
|
|
56654
|
-
result = self._values.get("interactions")
|
|
56655
|
-
return typing.cast(typing.Any, result)
|
|
56656
|
-
|
|
56657
56637
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
56658
56638
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
56659
56639
|
|
|
@@ -128253,11 +128233,7 @@ class CfnDashboard(
|
|
|
128253
128233
|
@jsii.data_type(
|
|
128254
128234
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.SheetTextBoxProperty",
|
|
128255
128235
|
jsii_struct_bases=[],
|
|
128256
|
-
name_mapping={
|
|
128257
|
-
"sheet_text_box_id": "sheetTextBoxId",
|
|
128258
|
-
"content": "content",
|
|
128259
|
-
"interactions": "interactions",
|
|
128260
|
-
},
|
|
128236
|
+
name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
|
|
128261
128237
|
)
|
|
128262
128238
|
class SheetTextBoxProperty:
|
|
128263
128239
|
def __init__(
|
|
@@ -128265,13 +128241,11 @@ class CfnDashboard(
|
|
|
128265
128241
|
*,
|
|
128266
128242
|
sheet_text_box_id: builtins.str,
|
|
128267
128243
|
content: typing.Optional[builtins.str] = None,
|
|
128268
|
-
interactions: typing.Any = None,
|
|
128269
128244
|
) -> None:
|
|
128270
128245
|
'''A text box.
|
|
128271
128246
|
|
|
128272
128247
|
:param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
128273
128248
|
:param content: The content that is displayed in the text box.
|
|
128274
|
-
:param interactions:
|
|
128275
128249
|
|
|
128276
128250
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html
|
|
128277
128251
|
:exampleMetadata: fixture=_generated
|
|
@@ -128282,28 +128256,22 @@ class CfnDashboard(
|
|
|
128282
128256
|
# The values are placeholders you should change.
|
|
128283
128257
|
from aws_cdk import aws_quicksight as quicksight
|
|
128284
128258
|
|
|
128285
|
-
# interactions: Any
|
|
128286
|
-
|
|
128287
128259
|
sheet_text_box_property = quicksight.CfnDashboard.SheetTextBoxProperty(
|
|
128288
128260
|
sheet_text_box_id="sheetTextBoxId",
|
|
128289
128261
|
|
|
128290
128262
|
# the properties below are optional
|
|
128291
|
-
content="content"
|
|
128292
|
-
interactions=interactions
|
|
128263
|
+
content="content"
|
|
128293
128264
|
)
|
|
128294
128265
|
'''
|
|
128295
128266
|
if __debug__:
|
|
128296
128267
|
type_hints = typing.get_type_hints(_typecheckingstub__74c00d97e53826dff384253ef732f8c7e273f9a87d88b52bce179fff04f324de)
|
|
128297
128268
|
check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
|
|
128298
128269
|
check_type(argname="argument content", value=content, expected_type=type_hints["content"])
|
|
128299
|
-
check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
|
|
128300
128270
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
128301
128271
|
"sheet_text_box_id": sheet_text_box_id,
|
|
128302
128272
|
}
|
|
128303
128273
|
if content is not None:
|
|
128304
128274
|
self._values["content"] = content
|
|
128305
|
-
if interactions is not None:
|
|
128306
|
-
self._values["interactions"] = interactions
|
|
128307
128275
|
|
|
128308
128276
|
@builtins.property
|
|
128309
128277
|
def sheet_text_box_id(self) -> builtins.str:
|
|
@@ -128326,14 +128294,6 @@ class CfnDashboard(
|
|
|
128326
128294
|
result = self._values.get("content")
|
|
128327
128295
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
128328
128296
|
|
|
128329
|
-
@builtins.property
|
|
128330
|
-
def interactions(self) -> typing.Any:
|
|
128331
|
-
'''
|
|
128332
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html#cfn-quicksight-dashboard-sheettextbox-interactions
|
|
128333
|
-
'''
|
|
128334
|
-
result = self._values.get("interactions")
|
|
128335
|
-
return typing.cast(typing.Any, result)
|
|
128336
|
-
|
|
128337
128297
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
128338
128298
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
128339
128299
|
|
|
@@ -141834,6 +141794,11 @@ class CfnDataSet(
|
|
|
141834
141794
|
)
|
|
141835
141795
|
)],
|
|
141836
141796
|
data_set_refresh_properties=quicksight.CfnDataSet.DataSetRefreshPropertiesProperty(
|
|
141797
|
+
failure_configuration=quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
141798
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
141799
|
+
alert_status="alertStatus"
|
|
141800
|
+
)
|
|
141801
|
+
),
|
|
141837
141802
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
141838
141803
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
141839
141804
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -141901,6 +141866,8 @@ class CfnDataSet(
|
|
|
141901
141866
|
),
|
|
141902
141867
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
141903
141868
|
column_name="columnName",
|
|
141869
|
+
|
|
141870
|
+
# the properties below are optional
|
|
141904
141871
|
new_column_name="newColumnName"
|
|
141905
141872
|
),
|
|
141906
141873
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -141980,6 +141947,8 @@ class CfnDataSet(
|
|
|
141980
141947
|
),
|
|
141981
141948
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
141982
141949
|
data_source_arn="dataSourceArn",
|
|
141950
|
+
|
|
141951
|
+
# the properties below are optional
|
|
141983
141952
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
141984
141953
|
name="name",
|
|
141985
141954
|
type="type",
|
|
@@ -141987,8 +141956,6 @@ class CfnDataSet(
|
|
|
141987
141956
|
# the properties below are optional
|
|
141988
141957
|
sub_type="subType"
|
|
141989
141958
|
)],
|
|
141990
|
-
|
|
141991
|
-
# the properties below are optional
|
|
141992
141959
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
141993
141960
|
contains_header=False,
|
|
141994
141961
|
delimiter="delimiter",
|
|
@@ -142025,7 +141992,8 @@ class CfnDataSet(
|
|
|
142025
141992
|
tags=[CfnTag(
|
|
142026
141993
|
key="key",
|
|
142027
141994
|
value="value"
|
|
142028
|
-
)]
|
|
141995
|
+
)],
|
|
141996
|
+
use_as="useAs"
|
|
142029
141997
|
)
|
|
142030
141998
|
'''
|
|
142031
141999
|
|
|
@@ -142053,6 +142021,7 @@ class CfnDataSet(
|
|
|
142053
142021
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RowLevelPermissionDataSetProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142054
142022
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RowLevelPermissionTagConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142055
142023
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142024
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
142056
142025
|
) -> None:
|
|
142057
142026
|
'''
|
|
142058
142027
|
:param scope: Scope in which this resource is defined.
|
|
@@ -142076,6 +142045,7 @@ class CfnDataSet(
|
|
|
142076
142045
|
:param row_level_permission_data_set: The row-level security configuration for the data that you want to create.
|
|
142077
142046
|
:param row_level_permission_tag_configuration: The element you can use to define tags for row-level security.
|
|
142078
142047
|
:param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
|
142048
|
+
:param use_as:
|
|
142079
142049
|
'''
|
|
142080
142050
|
if __debug__:
|
|
142081
142051
|
type_hints = typing.get_type_hints(_typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fbe0f67f5)
|
|
@@ -142101,6 +142071,7 @@ class CfnDataSet(
|
|
|
142101
142071
|
row_level_permission_data_set=row_level_permission_data_set,
|
|
142102
142072
|
row_level_permission_tag_configuration=row_level_permission_tag_configuration,
|
|
142103
142073
|
tags=tags,
|
|
142074
|
+
use_as=use_as,
|
|
142104
142075
|
)
|
|
142105
142076
|
|
|
142106
142077
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -142506,6 +142477,18 @@ class CfnDataSet(
|
|
|
142506
142477
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
142507
142478
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
142508
142479
|
|
|
142480
|
+
@builtins.property
|
|
142481
|
+
@jsii.member(jsii_name="useAs")
|
|
142482
|
+
def use_as(self) -> typing.Optional[builtins.str]:
|
|
142483
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "useAs"))
|
|
142484
|
+
|
|
142485
|
+
@use_as.setter
|
|
142486
|
+
def use_as(self, value: typing.Optional[builtins.str]) -> None:
|
|
142487
|
+
if __debug__:
|
|
142488
|
+
type_hints = typing.get_type_hints(_typecheckingstub__041b16104c381498ae6d781957d86a06f6fb6293bf09e3131e88a592c0cf2dd1)
|
|
142489
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
142490
|
+
jsii.set(self, "useAs", value) # pyright: ignore[reportArgumentType]
|
|
142491
|
+
|
|
142509
142492
|
@jsii.data_type(
|
|
142510
142493
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.CalculatedColumnProperty",
|
|
142511
142494
|
jsii_struct_bases=[],
|
|
@@ -142982,7 +142965,7 @@ class CfnDataSet(
|
|
|
142982
142965
|
def __init__(
|
|
142983
142966
|
self,
|
|
142984
142967
|
*,
|
|
142985
|
-
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.CalculatedColumnProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
142968
|
+
columns: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.CalculatedColumnProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
142986
142969
|
) -> None:
|
|
142987
142970
|
'''A transform operation that creates calculated columns.
|
|
142988
142971
|
|
|
@@ -143010,21 +142993,20 @@ class CfnDataSet(
|
|
|
143010
142993
|
if __debug__:
|
|
143011
142994
|
type_hints = typing.get_type_hints(_typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f)
|
|
143012
142995
|
check_type(argname="argument columns", value=columns, expected_type=type_hints["columns"])
|
|
143013
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
143014
|
-
|
|
143015
|
-
|
|
142996
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
142997
|
+
if columns is not None:
|
|
142998
|
+
self._values["columns"] = columns
|
|
143016
142999
|
|
|
143017
143000
|
@builtins.property
|
|
143018
143001
|
def columns(
|
|
143019
143002
|
self,
|
|
143020
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]:
|
|
143003
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]]:
|
|
143021
143004
|
'''Calculated columns to create.
|
|
143022
143005
|
|
|
143023
143006
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-createcolumnsoperation.html#cfn-quicksight-dataset-createcolumnsoperation-columns
|
|
143024
143007
|
'''
|
|
143025
143008
|
result = self._values.get("columns")
|
|
143026
|
-
|
|
143027
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]], result)
|
|
143009
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]], result)
|
|
143028
143010
|
|
|
143029
143011
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
143030
143012
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -143156,16 +143138,21 @@ class CfnDataSet(
|
|
|
143156
143138
|
@jsii.data_type(
|
|
143157
143139
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.DataSetRefreshPropertiesProperty",
|
|
143158
143140
|
jsii_struct_bases=[],
|
|
143159
|
-
name_mapping={
|
|
143141
|
+
name_mapping={
|
|
143142
|
+
"failure_configuration": "failureConfiguration",
|
|
143143
|
+
"refresh_configuration": "refreshConfiguration",
|
|
143144
|
+
},
|
|
143160
143145
|
)
|
|
143161
143146
|
class DataSetRefreshPropertiesProperty:
|
|
143162
143147
|
def __init__(
|
|
143163
143148
|
self,
|
|
143164
143149
|
*,
|
|
143165
|
-
|
|
143150
|
+
failure_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshFailureConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
143151
|
+
refresh_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
143166
143152
|
) -> None:
|
|
143167
143153
|
'''The refresh properties of a dataset.
|
|
143168
143154
|
|
|
143155
|
+
:param failure_configuration:
|
|
143169
143156
|
:param refresh_configuration: The refresh configuration for a dataset.
|
|
143170
143157
|
|
|
143171
143158
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html
|
|
@@ -143178,6 +143165,11 @@ class CfnDataSet(
|
|
|
143178
143165
|
from aws_cdk import aws_quicksight as quicksight
|
|
143179
143166
|
|
|
143180
143167
|
data_set_refresh_properties_property = quicksight.CfnDataSet.DataSetRefreshPropertiesProperty(
|
|
143168
|
+
failure_configuration=quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
143169
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
143170
|
+
alert_status="alertStatus"
|
|
143171
|
+
)
|
|
143172
|
+
),
|
|
143181
143173
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
143182
143174
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
143183
143175
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -143191,22 +143183,34 @@ class CfnDataSet(
|
|
|
143191
143183
|
'''
|
|
143192
143184
|
if __debug__:
|
|
143193
143185
|
type_hints = typing.get_type_hints(_typecheckingstub__f8112e3ac95c271ef07e7d73f3bc230c7463e9b93fdcd125f136b968bd641daf)
|
|
143186
|
+
check_type(argname="argument failure_configuration", value=failure_configuration, expected_type=type_hints["failure_configuration"])
|
|
143194
143187
|
check_type(argname="argument refresh_configuration", value=refresh_configuration, expected_type=type_hints["refresh_configuration"])
|
|
143195
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
143196
|
-
|
|
143197
|
-
|
|
143188
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
143189
|
+
if failure_configuration is not None:
|
|
143190
|
+
self._values["failure_configuration"] = failure_configuration
|
|
143191
|
+
if refresh_configuration is not None:
|
|
143192
|
+
self._values["refresh_configuration"] = refresh_configuration
|
|
143193
|
+
|
|
143194
|
+
@builtins.property
|
|
143195
|
+
def failure_configuration(
|
|
143196
|
+
self,
|
|
143197
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureConfigurationProperty"]]:
|
|
143198
|
+
'''
|
|
143199
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html#cfn-quicksight-dataset-datasetrefreshproperties-failureconfiguration
|
|
143200
|
+
'''
|
|
143201
|
+
result = self._values.get("failure_configuration")
|
|
143202
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureConfigurationProperty"]], result)
|
|
143198
143203
|
|
|
143199
143204
|
@builtins.property
|
|
143200
143205
|
def refresh_configuration(
|
|
143201
143206
|
self,
|
|
143202
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]:
|
|
143207
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]]:
|
|
143203
143208
|
'''The refresh configuration for a dataset.
|
|
143204
143209
|
|
|
143205
143210
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html#cfn-quicksight-dataset-datasetrefreshproperties-refreshconfiguration
|
|
143206
143211
|
'''
|
|
143207
143212
|
result = self._values.get("refresh_configuration")
|
|
143208
|
-
|
|
143209
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"], result)
|
|
143213
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]], result)
|
|
143210
143214
|
|
|
143211
143215
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
143212
143216
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -144724,6 +144728,8 @@ class CfnDataSet(
|
|
|
144724
144728
|
),
|
|
144725
144729
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
144726
144730
|
column_name="columnName",
|
|
144731
|
+
|
|
144732
|
+
# the properties below are optional
|
|
144727
144733
|
new_column_name="newColumnName"
|
|
144728
144734
|
),
|
|
144729
144735
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -145456,6 +145462,8 @@ class CfnDataSet(
|
|
|
145456
145462
|
),
|
|
145457
145463
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
145458
145464
|
data_source_arn="dataSourceArn",
|
|
145465
|
+
|
|
145466
|
+
# the properties below are optional
|
|
145459
145467
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
145460
145468
|
name="name",
|
|
145461
145469
|
type="type",
|
|
@@ -145463,8 +145471,6 @@ class CfnDataSet(
|
|
|
145463
145471
|
# the properties below are optional
|
|
145464
145472
|
sub_type="subType"
|
|
145465
145473
|
)],
|
|
145466
|
-
|
|
145467
|
-
# the properties below are optional
|
|
145468
145474
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
145469
145475
|
contains_header=False,
|
|
145470
145476
|
delimiter="delimiter",
|
|
@@ -145650,6 +145656,116 @@ class CfnDataSet(
|
|
|
145650
145656
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
145651
145657
|
)
|
|
145652
145658
|
|
|
145659
|
+
@jsii.data_type(
|
|
145660
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RefreshFailureConfigurationProperty",
|
|
145661
|
+
jsii_struct_bases=[],
|
|
145662
|
+
name_mapping={"email_alert": "emailAlert"},
|
|
145663
|
+
)
|
|
145664
|
+
class RefreshFailureConfigurationProperty:
|
|
145665
|
+
def __init__(
|
|
145666
|
+
self,
|
|
145667
|
+
*,
|
|
145668
|
+
email_alert: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshFailureEmailAlertProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
145669
|
+
) -> None:
|
|
145670
|
+
'''
|
|
145671
|
+
:param email_alert:
|
|
145672
|
+
|
|
145673
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html
|
|
145674
|
+
:exampleMetadata: fixture=_generated
|
|
145675
|
+
|
|
145676
|
+
Example::
|
|
145677
|
+
|
|
145678
|
+
# The code below shows an example of how to instantiate this type.
|
|
145679
|
+
# The values are placeholders you should change.
|
|
145680
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
145681
|
+
|
|
145682
|
+
refresh_failure_configuration_property = quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
145683
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
145684
|
+
alert_status="alertStatus"
|
|
145685
|
+
)
|
|
145686
|
+
)
|
|
145687
|
+
'''
|
|
145688
|
+
if __debug__:
|
|
145689
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d468a6df5019089014051aa389ac9f88d4d11771ae19828e4af5403058743d8f)
|
|
145690
|
+
check_type(argname="argument email_alert", value=email_alert, expected_type=type_hints["email_alert"])
|
|
145691
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
145692
|
+
if email_alert is not None:
|
|
145693
|
+
self._values["email_alert"] = email_alert
|
|
145694
|
+
|
|
145695
|
+
@builtins.property
|
|
145696
|
+
def email_alert(
|
|
145697
|
+
self,
|
|
145698
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureEmailAlertProperty"]]:
|
|
145699
|
+
'''
|
|
145700
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html#cfn-quicksight-dataset-refreshfailureconfiguration-emailalert
|
|
145701
|
+
'''
|
|
145702
|
+
result = self._values.get("email_alert")
|
|
145703
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureEmailAlertProperty"]], result)
|
|
145704
|
+
|
|
145705
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145706
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
145707
|
+
|
|
145708
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
145709
|
+
return not (rhs == self)
|
|
145710
|
+
|
|
145711
|
+
def __repr__(self) -> str:
|
|
145712
|
+
return "RefreshFailureConfigurationProperty(%s)" % ", ".join(
|
|
145713
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
145714
|
+
)
|
|
145715
|
+
|
|
145716
|
+
@jsii.data_type(
|
|
145717
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RefreshFailureEmailAlertProperty",
|
|
145718
|
+
jsii_struct_bases=[],
|
|
145719
|
+
name_mapping={"alert_status": "alertStatus"},
|
|
145720
|
+
)
|
|
145721
|
+
class RefreshFailureEmailAlertProperty:
|
|
145722
|
+
def __init__(
|
|
145723
|
+
self,
|
|
145724
|
+
*,
|
|
145725
|
+
alert_status: typing.Optional[builtins.str] = None,
|
|
145726
|
+
) -> None:
|
|
145727
|
+
'''
|
|
145728
|
+
:param alert_status:
|
|
145729
|
+
|
|
145730
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureemailalert.html
|
|
145731
|
+
:exampleMetadata: fixture=_generated
|
|
145732
|
+
|
|
145733
|
+
Example::
|
|
145734
|
+
|
|
145735
|
+
# The code below shows an example of how to instantiate this type.
|
|
145736
|
+
# The values are placeholders you should change.
|
|
145737
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
145738
|
+
|
|
145739
|
+
refresh_failure_email_alert_property = quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
145740
|
+
alert_status="alertStatus"
|
|
145741
|
+
)
|
|
145742
|
+
'''
|
|
145743
|
+
if __debug__:
|
|
145744
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2291b791bc9495270d0113942e61f155ad82ab0a0e20fef5f772df40f55d8fc1)
|
|
145745
|
+
check_type(argname="argument alert_status", value=alert_status, expected_type=type_hints["alert_status"])
|
|
145746
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
145747
|
+
if alert_status is not None:
|
|
145748
|
+
self._values["alert_status"] = alert_status
|
|
145749
|
+
|
|
145750
|
+
@builtins.property
|
|
145751
|
+
def alert_status(self) -> typing.Optional[builtins.str]:
|
|
145752
|
+
'''
|
|
145753
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureemailalert.html#cfn-quicksight-dataset-refreshfailureemailalert-alertstatus
|
|
145754
|
+
'''
|
|
145755
|
+
result = self._values.get("alert_status")
|
|
145756
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
145757
|
+
|
|
145758
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145759
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
145760
|
+
|
|
145761
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
145762
|
+
return not (rhs == self)
|
|
145763
|
+
|
|
145764
|
+
def __repr__(self) -> str:
|
|
145765
|
+
return "RefreshFailureEmailAlertProperty(%s)" % ", ".join(
|
|
145766
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
145767
|
+
)
|
|
145768
|
+
|
|
145653
145769
|
@jsii.data_type(
|
|
145654
145770
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RelationalTableProperty",
|
|
145655
145771
|
jsii_struct_bases=[],
|
|
@@ -145794,7 +145910,7 @@ class CfnDataSet(
|
|
|
145794
145910
|
self,
|
|
145795
145911
|
*,
|
|
145796
145912
|
column_name: builtins.str,
|
|
145797
|
-
new_column_name: builtins.str,
|
|
145913
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
145798
145914
|
) -> None:
|
|
145799
145915
|
'''A transform operation that renames a column.
|
|
145800
145916
|
|
|
@@ -145812,6 +145928,8 @@ class CfnDataSet(
|
|
|
145812
145928
|
|
|
145813
145929
|
rename_column_operation_property = quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
145814
145930
|
column_name="columnName",
|
|
145931
|
+
|
|
145932
|
+
# the properties below are optional
|
|
145815
145933
|
new_column_name="newColumnName"
|
|
145816
145934
|
)
|
|
145817
145935
|
'''
|
|
@@ -145821,8 +145939,9 @@ class CfnDataSet(
|
|
|
145821
145939
|
check_type(argname="argument new_column_name", value=new_column_name, expected_type=type_hints["new_column_name"])
|
|
145822
145940
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
145823
145941
|
"column_name": column_name,
|
|
145824
|
-
"new_column_name": new_column_name,
|
|
145825
145942
|
}
|
|
145943
|
+
if new_column_name is not None:
|
|
145944
|
+
self._values["new_column_name"] = new_column_name
|
|
145826
145945
|
|
|
145827
145946
|
@builtins.property
|
|
145828
145947
|
def column_name(self) -> builtins.str:
|
|
@@ -145835,14 +145954,13 @@ class CfnDataSet(
|
|
|
145835
145954
|
return typing.cast(builtins.str, result)
|
|
145836
145955
|
|
|
145837
145956
|
@builtins.property
|
|
145838
|
-
def new_column_name(self) -> builtins.str:
|
|
145957
|
+
def new_column_name(self) -> typing.Optional[builtins.str]:
|
|
145839
145958
|
'''The new name for the column.
|
|
145840
145959
|
|
|
145841
145960
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-renamecolumnoperation.html#cfn-quicksight-dataset-renamecolumnoperation-newcolumnname
|
|
145842
145961
|
'''
|
|
145843
145962
|
result = self._values.get("new_column_name")
|
|
145844
|
-
|
|
145845
|
-
return typing.cast(builtins.str, result)
|
|
145963
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
145846
145964
|
|
|
145847
145965
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145848
145966
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -146295,7 +146413,7 @@ class CfnDataSet(
|
|
|
146295
146413
|
self,
|
|
146296
146414
|
*,
|
|
146297
146415
|
data_source_arn: builtins.str,
|
|
146298
|
-
input_columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.InputColumnProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
146416
|
+
input_columns: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.InputColumnProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
146299
146417
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.UploadSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
146300
146418
|
) -> None:
|
|
146301
146419
|
'''A physical table type for an S3 data source.
|
|
@@ -146315,6 +146433,8 @@ class CfnDataSet(
|
|
|
146315
146433
|
|
|
146316
146434
|
s3_source_property = quicksight.CfnDataSet.S3SourceProperty(
|
|
146317
146435
|
data_source_arn="dataSourceArn",
|
|
146436
|
+
|
|
146437
|
+
# the properties below are optional
|
|
146318
146438
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
146319
146439
|
name="name",
|
|
146320
146440
|
type="type",
|
|
@@ -146322,8 +146442,6 @@ class CfnDataSet(
|
|
|
146322
146442
|
# the properties below are optional
|
|
146323
146443
|
sub_type="subType"
|
|
146324
146444
|
)],
|
|
146325
|
-
|
|
146326
|
-
# the properties below are optional
|
|
146327
146445
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
146328
146446
|
contains_header=False,
|
|
146329
146447
|
delimiter="delimiter",
|
|
@@ -146340,8 +146458,9 @@ class CfnDataSet(
|
|
|
146340
146458
|
check_type(argname="argument upload_settings", value=upload_settings, expected_type=type_hints["upload_settings"])
|
|
146341
146459
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
146342
146460
|
"data_source_arn": data_source_arn,
|
|
146343
|
-
"input_columns": input_columns,
|
|
146344
146461
|
}
|
|
146462
|
+
if input_columns is not None:
|
|
146463
|
+
self._values["input_columns"] = input_columns
|
|
146345
146464
|
if upload_settings is not None:
|
|
146346
146465
|
self._values["upload_settings"] = upload_settings
|
|
146347
146466
|
|
|
@@ -146358,7 +146477,7 @@ class CfnDataSet(
|
|
|
146358
146477
|
@builtins.property
|
|
146359
146478
|
def input_columns(
|
|
146360
146479
|
self,
|
|
146361
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]:
|
|
146480
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]]:
|
|
146362
146481
|
'''A physical table type for an S3 data source.
|
|
146363
146482
|
|
|
146364
146483
|
.. epigraph::
|
|
@@ -146368,8 +146487,7 @@ class CfnDataSet(
|
|
|
146368
146487
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-s3source.html#cfn-quicksight-dataset-s3source-inputcolumns
|
|
146369
146488
|
'''
|
|
146370
146489
|
result = self._values.get("input_columns")
|
|
146371
|
-
|
|
146372
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]], result)
|
|
146490
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]], result)
|
|
146373
146491
|
|
|
146374
146492
|
@builtins.property
|
|
146375
146493
|
def upload_settings(
|
|
@@ -146731,6 +146849,8 @@ class CfnDataSet(
|
|
|
146731
146849
|
),
|
|
146732
146850
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
146733
146851
|
column_name="columnName",
|
|
146852
|
+
|
|
146853
|
+
# the properties below are optional
|
|
146734
146854
|
new_column_name="newColumnName"
|
|
146735
146855
|
),
|
|
146736
146856
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -147140,6 +147260,7 @@ class CfnDataSet(
|
|
|
147140
147260
|
"row_level_permission_data_set": "rowLevelPermissionDataSet",
|
|
147141
147261
|
"row_level_permission_tag_configuration": "rowLevelPermissionTagConfiguration",
|
|
147142
147262
|
"tags": "tags",
|
|
147263
|
+
"use_as": "useAs",
|
|
147143
147264
|
},
|
|
147144
147265
|
)
|
|
147145
147266
|
class CfnDataSetProps:
|
|
@@ -147165,6 +147286,7 @@ class CfnDataSetProps:
|
|
|
147165
147286
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147166
147287
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147167
147288
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147289
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
147168
147290
|
) -> None:
|
|
147169
147291
|
'''Properties for defining a ``CfnDataSet``.
|
|
147170
147292
|
|
|
@@ -147187,6 +147309,7 @@ class CfnDataSetProps:
|
|
|
147187
147309
|
:param row_level_permission_data_set: The row-level security configuration for the data that you want to create.
|
|
147188
147310
|
:param row_level_permission_tag_configuration: The element you can use to define tags for row-level security.
|
|
147189
147311
|
:param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
|
147312
|
+
:param use_as:
|
|
147190
147313
|
|
|
147191
147314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html
|
|
147192
147315
|
:exampleMetadata: fixture=_generated
|
|
@@ -147259,6 +147382,11 @@ class CfnDataSetProps:
|
|
|
147259
147382
|
)
|
|
147260
147383
|
)],
|
|
147261
147384
|
data_set_refresh_properties=quicksight.CfnDataSet.DataSetRefreshPropertiesProperty(
|
|
147385
|
+
failure_configuration=quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
147386
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
147387
|
+
alert_status="alertStatus"
|
|
147388
|
+
)
|
|
147389
|
+
),
|
|
147262
147390
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
147263
147391
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
147264
147392
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -147326,6 +147454,8 @@ class CfnDataSetProps:
|
|
|
147326
147454
|
),
|
|
147327
147455
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
147328
147456
|
column_name="columnName",
|
|
147457
|
+
|
|
147458
|
+
# the properties below are optional
|
|
147329
147459
|
new_column_name="newColumnName"
|
|
147330
147460
|
),
|
|
147331
147461
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -147405,6 +147535,8 @@ class CfnDataSetProps:
|
|
|
147405
147535
|
),
|
|
147406
147536
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
147407
147537
|
data_source_arn="dataSourceArn",
|
|
147538
|
+
|
|
147539
|
+
# the properties below are optional
|
|
147408
147540
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
147409
147541
|
name="name",
|
|
147410
147542
|
type="type",
|
|
@@ -147412,8 +147544,6 @@ class CfnDataSetProps:
|
|
|
147412
147544
|
# the properties below are optional
|
|
147413
147545
|
sub_type="subType"
|
|
147414
147546
|
)],
|
|
147415
|
-
|
|
147416
|
-
# the properties below are optional
|
|
147417
147547
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
147418
147548
|
contains_header=False,
|
|
147419
147549
|
delimiter="delimiter",
|
|
@@ -147450,7 +147580,8 @@ class CfnDataSetProps:
|
|
|
147450
147580
|
tags=[CfnTag(
|
|
147451
147581
|
key="key",
|
|
147452
147582
|
value="value"
|
|
147453
|
-
)]
|
|
147583
|
+
)],
|
|
147584
|
+
use_as="useAs"
|
|
147454
147585
|
)
|
|
147455
147586
|
'''
|
|
147456
147587
|
if __debug__:
|
|
@@ -147474,6 +147605,7 @@ class CfnDataSetProps:
|
|
|
147474
147605
|
check_type(argname="argument row_level_permission_data_set", value=row_level_permission_data_set, expected_type=type_hints["row_level_permission_data_set"])
|
|
147475
147606
|
check_type(argname="argument row_level_permission_tag_configuration", value=row_level_permission_tag_configuration, expected_type=type_hints["row_level_permission_tag_configuration"])
|
|
147476
147607
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
147608
|
+
check_type(argname="argument use_as", value=use_as, expected_type=type_hints["use_as"])
|
|
147477
147609
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
147478
147610
|
if aws_account_id is not None:
|
|
147479
147611
|
self._values["aws_account_id"] = aws_account_id
|
|
@@ -147513,6 +147645,8 @@ class CfnDataSetProps:
|
|
|
147513
147645
|
self._values["row_level_permission_tag_configuration"] = row_level_permission_tag_configuration
|
|
147514
147646
|
if tags is not None:
|
|
147515
147647
|
self._values["tags"] = tags
|
|
147648
|
+
if use_as is not None:
|
|
147649
|
+
self._values["use_as"] = use_as
|
|
147516
147650
|
|
|
147517
147651
|
@builtins.property
|
|
147518
147652
|
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -147716,6 +147850,14 @@ class CfnDataSetProps:
|
|
|
147716
147850
|
result = self._values.get("tags")
|
|
147717
147851
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
147718
147852
|
|
|
147853
|
+
@builtins.property
|
|
147854
|
+
def use_as(self) -> typing.Optional[builtins.str]:
|
|
147855
|
+
'''
|
|
147856
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html#cfn-quicksight-dataset-useas
|
|
147857
|
+
'''
|
|
147858
|
+
result = self._values.get("use_as")
|
|
147859
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147860
|
+
|
|
147719
147861
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
147720
147862
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
147721
147863
|
|
|
@@ -206133,11 +206275,7 @@ class CfnTemplate(
|
|
|
206133
206275
|
@jsii.data_type(
|
|
206134
206276
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.SheetTextBoxProperty",
|
|
206135
206277
|
jsii_struct_bases=[],
|
|
206136
|
-
name_mapping={
|
|
206137
|
-
"sheet_text_box_id": "sheetTextBoxId",
|
|
206138
|
-
"content": "content",
|
|
206139
|
-
"interactions": "interactions",
|
|
206140
|
-
},
|
|
206278
|
+
name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
|
|
206141
206279
|
)
|
|
206142
206280
|
class SheetTextBoxProperty:
|
|
206143
206281
|
def __init__(
|
|
@@ -206145,13 +206283,11 @@ class CfnTemplate(
|
|
|
206145
206283
|
*,
|
|
206146
206284
|
sheet_text_box_id: builtins.str,
|
|
206147
206285
|
content: typing.Optional[builtins.str] = None,
|
|
206148
|
-
interactions: typing.Any = None,
|
|
206149
206286
|
) -> None:
|
|
206150
206287
|
'''A text box.
|
|
206151
206288
|
|
|
206152
206289
|
:param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
206153
206290
|
:param content: The content that is displayed in the text box.
|
|
206154
|
-
:param interactions:
|
|
206155
206291
|
|
|
206156
206292
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheettextbox.html
|
|
206157
206293
|
:exampleMetadata: fixture=_generated
|
|
@@ -206162,28 +206298,22 @@ class CfnTemplate(
|
|
|
206162
206298
|
# The values are placeholders you should change.
|
|
206163
206299
|
from aws_cdk import aws_quicksight as quicksight
|
|
206164
206300
|
|
|
206165
|
-
# interactions: Any
|
|
206166
|
-
|
|
206167
206301
|
sheet_text_box_property = quicksight.CfnTemplate.SheetTextBoxProperty(
|
|
206168
206302
|
sheet_text_box_id="sheetTextBoxId",
|
|
206169
206303
|
|
|
206170
206304
|
# the properties below are optional
|
|
206171
|
-
content="content"
|
|
206172
|
-
interactions=interactions
|
|
206305
|
+
content="content"
|
|
206173
206306
|
)
|
|
206174
206307
|
'''
|
|
206175
206308
|
if __debug__:
|
|
206176
206309
|
type_hints = typing.get_type_hints(_typecheckingstub__c9b83b0fa0f3bbeb8b8bb8cb25987a9de88b749ef27c4f94c0eeed905842d767)
|
|
206177
206310
|
check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
|
|
206178
206311
|
check_type(argname="argument content", value=content, expected_type=type_hints["content"])
|
|
206179
|
-
check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
|
|
206180
206312
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
206181
206313
|
"sheet_text_box_id": sheet_text_box_id,
|
|
206182
206314
|
}
|
|
206183
206315
|
if content is not None:
|
|
206184
206316
|
self._values["content"] = content
|
|
206185
|
-
if interactions is not None:
|
|
206186
|
-
self._values["interactions"] = interactions
|
|
206187
206317
|
|
|
206188
206318
|
@builtins.property
|
|
206189
206319
|
def sheet_text_box_id(self) -> builtins.str:
|
|
@@ -206206,14 +206336,6 @@ class CfnTemplate(
|
|
|
206206
206336
|
result = self._values.get("content")
|
|
206207
206337
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
206208
206338
|
|
|
206209
|
-
@builtins.property
|
|
206210
|
-
def interactions(self) -> typing.Any:
|
|
206211
|
-
'''
|
|
206212
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheettextbox.html#cfn-quicksight-template-sheettextbox-interactions
|
|
206213
|
-
'''
|
|
206214
|
-
result = self._values.get("interactions")
|
|
206215
|
-
return typing.cast(typing.Any, result)
|
|
206216
|
-
|
|
206217
206339
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
206218
206340
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
206219
206341
|
|
|
@@ -231211,7 +231333,6 @@ def _typecheckingstub__c11f3c0decba2e94eb6cd10f2ebc916ccb6c9fb2b5a2f1337a971d1e0
|
|
|
231211
231333
|
*,
|
|
231212
231334
|
sheet_text_box_id: builtins.str,
|
|
231213
231335
|
content: typing.Optional[builtins.str] = None,
|
|
231214
|
-
interactions: typing.Any = None,
|
|
231215
231336
|
) -> None:
|
|
231216
231337
|
"""Type checking stubs"""
|
|
231217
231338
|
pass
|
|
@@ -236695,7 +236816,6 @@ def _typecheckingstub__74c00d97e53826dff384253ef732f8c7e273f9a87d88b52bce179fff0
|
|
|
236695
236816
|
*,
|
|
236696
236817
|
sheet_text_box_id: builtins.str,
|
|
236697
236818
|
content: typing.Optional[builtins.str] = None,
|
|
236698
|
-
interactions: typing.Any = None,
|
|
236699
236819
|
) -> None:
|
|
236700
236820
|
"""Type checking stubs"""
|
|
236701
236821
|
pass
|
|
@@ -237691,6 +237811,7 @@ def _typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fb
|
|
|
237691
237811
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237692
237812
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237693
237813
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237814
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
237694
237815
|
) -> None:
|
|
237695
237816
|
"""Type checking stubs"""
|
|
237696
237817
|
pass
|
|
@@ -237821,6 +237942,12 @@ def _typecheckingstub__0e864069859eae5b6577c26a255c633579a87c4792fb22892d990896a
|
|
|
237821
237942
|
"""Type checking stubs"""
|
|
237822
237943
|
pass
|
|
237823
237944
|
|
|
237945
|
+
def _typecheckingstub__041b16104c381498ae6d781957d86a06f6fb6293bf09e3131e88a592c0cf2dd1(
|
|
237946
|
+
value: typing.Optional[builtins.str],
|
|
237947
|
+
) -> None:
|
|
237948
|
+
"""Type checking stubs"""
|
|
237949
|
+
pass
|
|
237950
|
+
|
|
237824
237951
|
def _typecheckingstub__c1231ad01a76710b79ae378de78ccc76bb05c75d0f0df4211be06aa6a0b32293(
|
|
237825
237952
|
*,
|
|
237826
237953
|
column_id: builtins.str,
|
|
@@ -237872,7 +237999,7 @@ def _typecheckingstub__8810951f5cd6f00a3afedc51ad0485b75cccc19bb1600c05ce2728021
|
|
|
237872
237999
|
|
|
237873
238000
|
def _typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f(
|
|
237874
238001
|
*,
|
|
237875
|
-
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.CalculatedColumnProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
238002
|
+
columns: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.CalculatedColumnProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
237876
238003
|
) -> None:
|
|
237877
238004
|
"""Type checking stubs"""
|
|
237878
238005
|
pass
|
|
@@ -237889,7 +238016,8 @@ def _typecheckingstub__97e4fcb997b025bd8b8162d5528bd73bc1c489c80a53a49d2bf3f33ac
|
|
|
237889
238016
|
|
|
237890
238017
|
def _typecheckingstub__f8112e3ac95c271ef07e7d73f3bc230c7463e9b93fdcd125f136b968bd641daf(
|
|
237891
238018
|
*,
|
|
237892
|
-
|
|
238019
|
+
failure_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshFailureConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238020
|
+
refresh_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237893
238021
|
) -> None:
|
|
237894
238022
|
"""Type checking stubs"""
|
|
237895
238023
|
pass
|
|
@@ -238117,6 +238245,20 @@ def _typecheckingstub__4f5b07a3830c8168aac61eee81da7fe4ea32166016cf2c4406b473b41
|
|
|
238117
238245
|
"""Type checking stubs"""
|
|
238118
238246
|
pass
|
|
238119
238247
|
|
|
238248
|
+
def _typecheckingstub__d468a6df5019089014051aa389ac9f88d4d11771ae19828e4af5403058743d8f(
|
|
238249
|
+
*,
|
|
238250
|
+
email_alert: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshFailureEmailAlertProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238251
|
+
) -> None:
|
|
238252
|
+
"""Type checking stubs"""
|
|
238253
|
+
pass
|
|
238254
|
+
|
|
238255
|
+
def _typecheckingstub__2291b791bc9495270d0113942e61f155ad82ab0a0e20fef5f772df40f55d8fc1(
|
|
238256
|
+
*,
|
|
238257
|
+
alert_status: typing.Optional[builtins.str] = None,
|
|
238258
|
+
) -> None:
|
|
238259
|
+
"""Type checking stubs"""
|
|
238260
|
+
pass
|
|
238261
|
+
|
|
238120
238262
|
def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a7370858ebd(
|
|
238121
238263
|
*,
|
|
238122
238264
|
data_source_arn: builtins.str,
|
|
@@ -238131,7 +238273,7 @@ def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a737
|
|
|
238131
238273
|
def _typecheckingstub__d5b477884d5da5b0f50ad9bab47f315489aa821b4b6099b0c110eaa21199d621(
|
|
238132
238274
|
*,
|
|
238133
238275
|
column_name: builtins.str,
|
|
238134
|
-
new_column_name: builtins.str,
|
|
238276
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
238135
238277
|
) -> None:
|
|
238136
238278
|
"""Type checking stubs"""
|
|
238137
238279
|
pass
|
|
@@ -238177,7 +238319,7 @@ def _typecheckingstub__81cfe18daaf7f1cce3330a7282c27dcdf7db3dfda4816cbbf0d13de88
|
|
|
238177
238319
|
def _typecheckingstub__79cf313addf8aafc0315b078c7ce60c5b690622f4de3e59d06a4acc66261b863(
|
|
238178
238320
|
*,
|
|
238179
238321
|
data_source_arn: builtins.str,
|
|
238180
|
-
input_columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.InputColumnProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
238322
|
+
input_columns: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.InputColumnProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
238181
238323
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.UploadSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238182
238324
|
) -> None:
|
|
238183
238325
|
"""Type checking stubs"""
|
|
@@ -238269,6 +238411,7 @@ def _typecheckingstub__61032f5c9704bd9765ba5fe5f2862434b85348f65b701e3a44b806fef
|
|
|
238269
238411
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238270
238412
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238271
238413
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238414
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
238272
238415
|
) -> None:
|
|
238273
238416
|
"""Type checking stubs"""
|
|
238274
238417
|
pass
|
|
@@ -242846,7 +242989,6 @@ def _typecheckingstub__c9b83b0fa0f3bbeb8b8bb8cb25987a9de88b749ef27c4f94c0eeed905
|
|
|
242846
242989
|
*,
|
|
242847
242990
|
sheet_text_box_id: builtins.str,
|
|
242848
242991
|
content: typing.Optional[builtins.str] = None,
|
|
242849
|
-
interactions: typing.Any = None,
|
|
242850
242992
|
) -> None:
|
|
242851
242993
|
"""Type checking stubs"""
|
|
242852
242994
|
pass
|