aws-cdk-lib 2.186.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 +281 -116
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_appsync/__init__.py +14 -5
- aws_cdk/aws_bedrock/__init__.py +32 -22
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cloudfront/__init__.py +11 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_datazone/__init__.py +287 -226
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +154 -12
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +51 -0
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +8 -11
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +6 -6
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +105 -4
- 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_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +44 -0
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +244 -39
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- 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_targets/__init__.py +4 -16
- 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_stepfunctions/__init__.py +23 -17
- 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_wafv2/__init__.py +464 -1138
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +15 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +62 -62
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -141794,6 +141794,11 @@ class CfnDataSet(
|
|
|
141794
141794
|
)
|
|
141795
141795
|
)],
|
|
141796
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
|
+
),
|
|
141797
141802
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
141798
141803
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
141799
141804
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -141861,6 +141866,8 @@ class CfnDataSet(
|
|
|
141861
141866
|
),
|
|
141862
141867
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
141863
141868
|
column_name="columnName",
|
|
141869
|
+
|
|
141870
|
+
# the properties below are optional
|
|
141864
141871
|
new_column_name="newColumnName"
|
|
141865
141872
|
),
|
|
141866
141873
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -141940,6 +141947,8 @@ class CfnDataSet(
|
|
|
141940
141947
|
),
|
|
141941
141948
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
141942
141949
|
data_source_arn="dataSourceArn",
|
|
141950
|
+
|
|
141951
|
+
# the properties below are optional
|
|
141943
141952
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
141944
141953
|
name="name",
|
|
141945
141954
|
type="type",
|
|
@@ -141947,8 +141956,6 @@ class CfnDataSet(
|
|
|
141947
141956
|
# the properties below are optional
|
|
141948
141957
|
sub_type="subType"
|
|
141949
141958
|
)],
|
|
141950
|
-
|
|
141951
|
-
# the properties below are optional
|
|
141952
141959
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
141953
141960
|
contains_header=False,
|
|
141954
141961
|
delimiter="delimiter",
|
|
@@ -141985,7 +141992,8 @@ class CfnDataSet(
|
|
|
141985
141992
|
tags=[CfnTag(
|
|
141986
141993
|
key="key",
|
|
141987
141994
|
value="value"
|
|
141988
|
-
)]
|
|
141995
|
+
)],
|
|
141996
|
+
use_as="useAs"
|
|
141989
141997
|
)
|
|
141990
141998
|
'''
|
|
141991
141999
|
|
|
@@ -142013,6 +142021,7 @@ class CfnDataSet(
|
|
|
142013
142021
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RowLevelPermissionDataSetProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142014
142022
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RowLevelPermissionTagConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142015
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,
|
|
142016
142025
|
) -> None:
|
|
142017
142026
|
'''
|
|
142018
142027
|
:param scope: Scope in which this resource is defined.
|
|
@@ -142036,6 +142045,7 @@ class CfnDataSet(
|
|
|
142036
142045
|
:param row_level_permission_data_set: The row-level security configuration for the data that you want to create.
|
|
142037
142046
|
:param row_level_permission_tag_configuration: The element you can use to define tags for row-level security.
|
|
142038
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:
|
|
142039
142049
|
'''
|
|
142040
142050
|
if __debug__:
|
|
142041
142051
|
type_hints = typing.get_type_hints(_typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fbe0f67f5)
|
|
@@ -142061,6 +142071,7 @@ class CfnDataSet(
|
|
|
142061
142071
|
row_level_permission_data_set=row_level_permission_data_set,
|
|
142062
142072
|
row_level_permission_tag_configuration=row_level_permission_tag_configuration,
|
|
142063
142073
|
tags=tags,
|
|
142074
|
+
use_as=use_as,
|
|
142064
142075
|
)
|
|
142065
142076
|
|
|
142066
142077
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -142466,6 +142477,18 @@ class CfnDataSet(
|
|
|
142466
142477
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
142467
142478
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
142468
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
|
+
|
|
142469
142492
|
@jsii.data_type(
|
|
142470
142493
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.CalculatedColumnProperty",
|
|
142471
142494
|
jsii_struct_bases=[],
|
|
@@ -142942,7 +142965,7 @@ class CfnDataSet(
|
|
|
142942
142965
|
def __init__(
|
|
142943
142966
|
self,
|
|
142944
142967
|
*,
|
|
142945
|
-
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,
|
|
142946
142969
|
) -> None:
|
|
142947
142970
|
'''A transform operation that creates calculated columns.
|
|
142948
142971
|
|
|
@@ -142970,21 +142993,20 @@ class CfnDataSet(
|
|
|
142970
142993
|
if __debug__:
|
|
142971
142994
|
type_hints = typing.get_type_hints(_typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f)
|
|
142972
142995
|
check_type(argname="argument columns", value=columns, expected_type=type_hints["columns"])
|
|
142973
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
142974
|
-
|
|
142975
|
-
|
|
142996
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
142997
|
+
if columns is not None:
|
|
142998
|
+
self._values["columns"] = columns
|
|
142976
142999
|
|
|
142977
143000
|
@builtins.property
|
|
142978
143001
|
def columns(
|
|
142979
143002
|
self,
|
|
142980
|
-
) -> 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"]]]]:
|
|
142981
143004
|
'''Calculated columns to create.
|
|
142982
143005
|
|
|
142983
143006
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-createcolumnsoperation.html#cfn-quicksight-dataset-createcolumnsoperation-columns
|
|
142984
143007
|
'''
|
|
142985
143008
|
result = self._values.get("columns")
|
|
142986
|
-
|
|
142987
|
-
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)
|
|
142988
143010
|
|
|
142989
143011
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
142990
143012
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -143116,16 +143138,21 @@ class CfnDataSet(
|
|
|
143116
143138
|
@jsii.data_type(
|
|
143117
143139
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.DataSetRefreshPropertiesProperty",
|
|
143118
143140
|
jsii_struct_bases=[],
|
|
143119
|
-
name_mapping={
|
|
143141
|
+
name_mapping={
|
|
143142
|
+
"failure_configuration": "failureConfiguration",
|
|
143143
|
+
"refresh_configuration": "refreshConfiguration",
|
|
143144
|
+
},
|
|
143120
143145
|
)
|
|
143121
143146
|
class DataSetRefreshPropertiesProperty:
|
|
143122
143147
|
def __init__(
|
|
143123
143148
|
self,
|
|
143124
143149
|
*,
|
|
143125
|
-
|
|
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,
|
|
143126
143152
|
) -> None:
|
|
143127
143153
|
'''The refresh properties of a dataset.
|
|
143128
143154
|
|
|
143155
|
+
:param failure_configuration:
|
|
143129
143156
|
:param refresh_configuration: The refresh configuration for a dataset.
|
|
143130
143157
|
|
|
143131
143158
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html
|
|
@@ -143138,6 +143165,11 @@ class CfnDataSet(
|
|
|
143138
143165
|
from aws_cdk import aws_quicksight as quicksight
|
|
143139
143166
|
|
|
143140
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
|
+
),
|
|
143141
143173
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
143142
143174
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
143143
143175
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -143151,22 +143183,34 @@ class CfnDataSet(
|
|
|
143151
143183
|
'''
|
|
143152
143184
|
if __debug__:
|
|
143153
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"])
|
|
143154
143187
|
check_type(argname="argument refresh_configuration", value=refresh_configuration, expected_type=type_hints["refresh_configuration"])
|
|
143155
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
143156
|
-
|
|
143157
|
-
|
|
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)
|
|
143158
143203
|
|
|
143159
143204
|
@builtins.property
|
|
143160
143205
|
def refresh_configuration(
|
|
143161
143206
|
self,
|
|
143162
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]:
|
|
143207
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]]:
|
|
143163
143208
|
'''The refresh configuration for a dataset.
|
|
143164
143209
|
|
|
143165
143210
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html#cfn-quicksight-dataset-datasetrefreshproperties-refreshconfiguration
|
|
143166
143211
|
'''
|
|
143167
143212
|
result = self._values.get("refresh_configuration")
|
|
143168
|
-
|
|
143169
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"], result)
|
|
143213
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]], result)
|
|
143170
143214
|
|
|
143171
143215
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
143172
143216
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -144684,6 +144728,8 @@ class CfnDataSet(
|
|
|
144684
144728
|
),
|
|
144685
144729
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
144686
144730
|
column_name="columnName",
|
|
144731
|
+
|
|
144732
|
+
# the properties below are optional
|
|
144687
144733
|
new_column_name="newColumnName"
|
|
144688
144734
|
),
|
|
144689
144735
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -145416,6 +145462,8 @@ class CfnDataSet(
|
|
|
145416
145462
|
),
|
|
145417
145463
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
145418
145464
|
data_source_arn="dataSourceArn",
|
|
145465
|
+
|
|
145466
|
+
# the properties below are optional
|
|
145419
145467
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
145420
145468
|
name="name",
|
|
145421
145469
|
type="type",
|
|
@@ -145423,8 +145471,6 @@ class CfnDataSet(
|
|
|
145423
145471
|
# the properties below are optional
|
|
145424
145472
|
sub_type="subType"
|
|
145425
145473
|
)],
|
|
145426
|
-
|
|
145427
|
-
# the properties below are optional
|
|
145428
145474
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
145429
145475
|
contains_header=False,
|
|
145430
145476
|
delimiter="delimiter",
|
|
@@ -145610,6 +145656,116 @@ class CfnDataSet(
|
|
|
145610
145656
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
145611
145657
|
)
|
|
145612
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
|
+
|
|
145613
145769
|
@jsii.data_type(
|
|
145614
145770
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RelationalTableProperty",
|
|
145615
145771
|
jsii_struct_bases=[],
|
|
@@ -145754,7 +145910,7 @@ class CfnDataSet(
|
|
|
145754
145910
|
self,
|
|
145755
145911
|
*,
|
|
145756
145912
|
column_name: builtins.str,
|
|
145757
|
-
new_column_name: builtins.str,
|
|
145913
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
145758
145914
|
) -> None:
|
|
145759
145915
|
'''A transform operation that renames a column.
|
|
145760
145916
|
|
|
@@ -145772,6 +145928,8 @@ class CfnDataSet(
|
|
|
145772
145928
|
|
|
145773
145929
|
rename_column_operation_property = quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
145774
145930
|
column_name="columnName",
|
|
145931
|
+
|
|
145932
|
+
# the properties below are optional
|
|
145775
145933
|
new_column_name="newColumnName"
|
|
145776
145934
|
)
|
|
145777
145935
|
'''
|
|
@@ -145781,8 +145939,9 @@ class CfnDataSet(
|
|
|
145781
145939
|
check_type(argname="argument new_column_name", value=new_column_name, expected_type=type_hints["new_column_name"])
|
|
145782
145940
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
145783
145941
|
"column_name": column_name,
|
|
145784
|
-
"new_column_name": new_column_name,
|
|
145785
145942
|
}
|
|
145943
|
+
if new_column_name is not None:
|
|
145944
|
+
self._values["new_column_name"] = new_column_name
|
|
145786
145945
|
|
|
145787
145946
|
@builtins.property
|
|
145788
145947
|
def column_name(self) -> builtins.str:
|
|
@@ -145795,14 +145954,13 @@ class CfnDataSet(
|
|
|
145795
145954
|
return typing.cast(builtins.str, result)
|
|
145796
145955
|
|
|
145797
145956
|
@builtins.property
|
|
145798
|
-
def new_column_name(self) -> builtins.str:
|
|
145957
|
+
def new_column_name(self) -> typing.Optional[builtins.str]:
|
|
145799
145958
|
'''The new name for the column.
|
|
145800
145959
|
|
|
145801
145960
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-renamecolumnoperation.html#cfn-quicksight-dataset-renamecolumnoperation-newcolumnname
|
|
145802
145961
|
'''
|
|
145803
145962
|
result = self._values.get("new_column_name")
|
|
145804
|
-
|
|
145805
|
-
return typing.cast(builtins.str, result)
|
|
145963
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
145806
145964
|
|
|
145807
145965
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145808
145966
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -146255,7 +146413,7 @@ class CfnDataSet(
|
|
|
146255
146413
|
self,
|
|
146256
146414
|
*,
|
|
146257
146415
|
data_source_arn: builtins.str,
|
|
146258
|
-
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,
|
|
146259
146417
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.UploadSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
146260
146418
|
) -> None:
|
|
146261
146419
|
'''A physical table type for an S3 data source.
|
|
@@ -146275,6 +146433,8 @@ class CfnDataSet(
|
|
|
146275
146433
|
|
|
146276
146434
|
s3_source_property = quicksight.CfnDataSet.S3SourceProperty(
|
|
146277
146435
|
data_source_arn="dataSourceArn",
|
|
146436
|
+
|
|
146437
|
+
# the properties below are optional
|
|
146278
146438
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
146279
146439
|
name="name",
|
|
146280
146440
|
type="type",
|
|
@@ -146282,8 +146442,6 @@ class CfnDataSet(
|
|
|
146282
146442
|
# the properties below are optional
|
|
146283
146443
|
sub_type="subType"
|
|
146284
146444
|
)],
|
|
146285
|
-
|
|
146286
|
-
# the properties below are optional
|
|
146287
146445
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
146288
146446
|
contains_header=False,
|
|
146289
146447
|
delimiter="delimiter",
|
|
@@ -146300,8 +146458,9 @@ class CfnDataSet(
|
|
|
146300
146458
|
check_type(argname="argument upload_settings", value=upload_settings, expected_type=type_hints["upload_settings"])
|
|
146301
146459
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
146302
146460
|
"data_source_arn": data_source_arn,
|
|
146303
|
-
"input_columns": input_columns,
|
|
146304
146461
|
}
|
|
146462
|
+
if input_columns is not None:
|
|
146463
|
+
self._values["input_columns"] = input_columns
|
|
146305
146464
|
if upload_settings is not None:
|
|
146306
146465
|
self._values["upload_settings"] = upload_settings
|
|
146307
146466
|
|
|
@@ -146318,7 +146477,7 @@ class CfnDataSet(
|
|
|
146318
146477
|
@builtins.property
|
|
146319
146478
|
def input_columns(
|
|
146320
146479
|
self,
|
|
146321
|
-
) -> 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"]]]]:
|
|
146322
146481
|
'''A physical table type for an S3 data source.
|
|
146323
146482
|
|
|
146324
146483
|
.. epigraph::
|
|
@@ -146328,8 +146487,7 @@ class CfnDataSet(
|
|
|
146328
146487
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-s3source.html#cfn-quicksight-dataset-s3source-inputcolumns
|
|
146329
146488
|
'''
|
|
146330
146489
|
result = self._values.get("input_columns")
|
|
146331
|
-
|
|
146332
|
-
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)
|
|
146333
146491
|
|
|
146334
146492
|
@builtins.property
|
|
146335
146493
|
def upload_settings(
|
|
@@ -146691,6 +146849,8 @@ class CfnDataSet(
|
|
|
146691
146849
|
),
|
|
146692
146850
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
146693
146851
|
column_name="columnName",
|
|
146852
|
+
|
|
146853
|
+
# the properties below are optional
|
|
146694
146854
|
new_column_name="newColumnName"
|
|
146695
146855
|
),
|
|
146696
146856
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -147100,6 +147260,7 @@ class CfnDataSet(
|
|
|
147100
147260
|
"row_level_permission_data_set": "rowLevelPermissionDataSet",
|
|
147101
147261
|
"row_level_permission_tag_configuration": "rowLevelPermissionTagConfiguration",
|
|
147102
147262
|
"tags": "tags",
|
|
147263
|
+
"use_as": "useAs",
|
|
147103
147264
|
},
|
|
147104
147265
|
)
|
|
147105
147266
|
class CfnDataSetProps:
|
|
@@ -147125,6 +147286,7 @@ class CfnDataSetProps:
|
|
|
147125
147286
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147126
147287
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147127
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,
|
|
147128
147290
|
) -> None:
|
|
147129
147291
|
'''Properties for defining a ``CfnDataSet``.
|
|
147130
147292
|
|
|
@@ -147147,6 +147309,7 @@ class CfnDataSetProps:
|
|
|
147147
147309
|
:param row_level_permission_data_set: The row-level security configuration for the data that you want to create.
|
|
147148
147310
|
:param row_level_permission_tag_configuration: The element you can use to define tags for row-level security.
|
|
147149
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:
|
|
147150
147313
|
|
|
147151
147314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html
|
|
147152
147315
|
:exampleMetadata: fixture=_generated
|
|
@@ -147219,6 +147382,11 @@ class CfnDataSetProps:
|
|
|
147219
147382
|
)
|
|
147220
147383
|
)],
|
|
147221
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
|
+
),
|
|
147222
147390
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
147223
147391
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
147224
147392
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -147286,6 +147454,8 @@ class CfnDataSetProps:
|
|
|
147286
147454
|
),
|
|
147287
147455
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
147288
147456
|
column_name="columnName",
|
|
147457
|
+
|
|
147458
|
+
# the properties below are optional
|
|
147289
147459
|
new_column_name="newColumnName"
|
|
147290
147460
|
),
|
|
147291
147461
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -147365,6 +147535,8 @@ class CfnDataSetProps:
|
|
|
147365
147535
|
),
|
|
147366
147536
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
147367
147537
|
data_source_arn="dataSourceArn",
|
|
147538
|
+
|
|
147539
|
+
# the properties below are optional
|
|
147368
147540
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
147369
147541
|
name="name",
|
|
147370
147542
|
type="type",
|
|
@@ -147372,8 +147544,6 @@ class CfnDataSetProps:
|
|
|
147372
147544
|
# the properties below are optional
|
|
147373
147545
|
sub_type="subType"
|
|
147374
147546
|
)],
|
|
147375
|
-
|
|
147376
|
-
# the properties below are optional
|
|
147377
147547
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
147378
147548
|
contains_header=False,
|
|
147379
147549
|
delimiter="delimiter",
|
|
@@ -147410,7 +147580,8 @@ class CfnDataSetProps:
|
|
|
147410
147580
|
tags=[CfnTag(
|
|
147411
147581
|
key="key",
|
|
147412
147582
|
value="value"
|
|
147413
|
-
)]
|
|
147583
|
+
)],
|
|
147584
|
+
use_as="useAs"
|
|
147414
147585
|
)
|
|
147415
147586
|
'''
|
|
147416
147587
|
if __debug__:
|
|
@@ -147434,6 +147605,7 @@ class CfnDataSetProps:
|
|
|
147434
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"])
|
|
147435
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"])
|
|
147436
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"])
|
|
147437
147609
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
147438
147610
|
if aws_account_id is not None:
|
|
147439
147611
|
self._values["aws_account_id"] = aws_account_id
|
|
@@ -147473,6 +147645,8 @@ class CfnDataSetProps:
|
|
|
147473
147645
|
self._values["row_level_permission_tag_configuration"] = row_level_permission_tag_configuration
|
|
147474
147646
|
if tags is not None:
|
|
147475
147647
|
self._values["tags"] = tags
|
|
147648
|
+
if use_as is not None:
|
|
147649
|
+
self._values["use_as"] = use_as
|
|
147476
147650
|
|
|
147477
147651
|
@builtins.property
|
|
147478
147652
|
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -147676,6 +147850,14 @@ class CfnDataSetProps:
|
|
|
147676
147850
|
result = self._values.get("tags")
|
|
147677
147851
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
147678
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
|
+
|
|
147679
147861
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
147680
147862
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
147681
147863
|
|
|
@@ -237629,6 +237811,7 @@ def _typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fb
|
|
|
237629
237811
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237630
237812
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237631
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,
|
|
237632
237815
|
) -> None:
|
|
237633
237816
|
"""Type checking stubs"""
|
|
237634
237817
|
pass
|
|
@@ -237759,6 +237942,12 @@ def _typecheckingstub__0e864069859eae5b6577c26a255c633579a87c4792fb22892d990896a
|
|
|
237759
237942
|
"""Type checking stubs"""
|
|
237760
237943
|
pass
|
|
237761
237944
|
|
|
237945
|
+
def _typecheckingstub__041b16104c381498ae6d781957d86a06f6fb6293bf09e3131e88a592c0cf2dd1(
|
|
237946
|
+
value: typing.Optional[builtins.str],
|
|
237947
|
+
) -> None:
|
|
237948
|
+
"""Type checking stubs"""
|
|
237949
|
+
pass
|
|
237950
|
+
|
|
237762
237951
|
def _typecheckingstub__c1231ad01a76710b79ae378de78ccc76bb05c75d0f0df4211be06aa6a0b32293(
|
|
237763
237952
|
*,
|
|
237764
237953
|
column_id: builtins.str,
|
|
@@ -237810,7 +237999,7 @@ def _typecheckingstub__8810951f5cd6f00a3afedc51ad0485b75cccc19bb1600c05ce2728021
|
|
|
237810
237999
|
|
|
237811
238000
|
def _typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f(
|
|
237812
238001
|
*,
|
|
237813
|
-
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,
|
|
237814
238003
|
) -> None:
|
|
237815
238004
|
"""Type checking stubs"""
|
|
237816
238005
|
pass
|
|
@@ -237827,7 +238016,8 @@ def _typecheckingstub__97e4fcb997b025bd8b8162d5528bd73bc1c489c80a53a49d2bf3f33ac
|
|
|
237827
238016
|
|
|
237828
238017
|
def _typecheckingstub__f8112e3ac95c271ef07e7d73f3bc230c7463e9b93fdcd125f136b968bd641daf(
|
|
237829
238018
|
*,
|
|
237830
|
-
|
|
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,
|
|
237831
238021
|
) -> None:
|
|
237832
238022
|
"""Type checking stubs"""
|
|
237833
238023
|
pass
|
|
@@ -238055,6 +238245,20 @@ def _typecheckingstub__4f5b07a3830c8168aac61eee81da7fe4ea32166016cf2c4406b473b41
|
|
|
238055
238245
|
"""Type checking stubs"""
|
|
238056
238246
|
pass
|
|
238057
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
|
+
|
|
238058
238262
|
def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a7370858ebd(
|
|
238059
238263
|
*,
|
|
238060
238264
|
data_source_arn: builtins.str,
|
|
@@ -238069,7 +238273,7 @@ def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a737
|
|
|
238069
238273
|
def _typecheckingstub__d5b477884d5da5b0f50ad9bab47f315489aa821b4b6099b0c110eaa21199d621(
|
|
238070
238274
|
*,
|
|
238071
238275
|
column_name: builtins.str,
|
|
238072
|
-
new_column_name: builtins.str,
|
|
238276
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
238073
238277
|
) -> None:
|
|
238074
238278
|
"""Type checking stubs"""
|
|
238075
238279
|
pass
|
|
@@ -238115,7 +238319,7 @@ def _typecheckingstub__81cfe18daaf7f1cce3330a7282c27dcdf7db3dfda4816cbbf0d13de88
|
|
|
238115
238319
|
def _typecheckingstub__79cf313addf8aafc0315b078c7ce60c5b690622f4de3e59d06a4acc66261b863(
|
|
238116
238320
|
*,
|
|
238117
238321
|
data_source_arn: builtins.str,
|
|
238118
|
-
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,
|
|
238119
238323
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.UploadSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238120
238324
|
) -> None:
|
|
238121
238325
|
"""Type checking stubs"""
|
|
@@ -238207,6 +238411,7 @@ def _typecheckingstub__61032f5c9704bd9765ba5fe5f2862434b85348f65b701e3a44b806fef
|
|
|
238207
238411
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238208
238412
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238209
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,
|
|
238210
238415
|
) -> None:
|
|
238211
238416
|
"""Type checking stubs"""
|
|
238212
238417
|
pass
|