aws-cdk-lib 2.186.0__py3-none-any.whl → 2.188.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 +303 -119
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.188.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +136 -0
- aws_cdk/aws_apigateway/__init__.py +69 -17
- aws_cdk/aws_apigatewayv2/__init__.py +88 -0
- aws_cdk/aws_appconfig/__init__.py +30 -14
- aws_cdk/aws_appsync/__init__.py +14 -5
- aws_cdk/aws_arczonalshift/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +637 -32
- aws_cdk/aws_budgets/__init__.py +8 -8
- aws_cdk/aws_cassandra/__init__.py +4 -2
- aws_cdk/aws_ce/__init__.py +2 -2
- aws_cdk/aws_cloudformation/__init__.py +3 -3
- 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 +32 -1
- aws_cdk/aws_codepipeline/__init__.py +47 -32
- aws_cdk/aws_codepipeline_actions/__init__.py +2786 -1042
- aws_cdk/aws_codestarnotifications/__init__.py +16 -16
- aws_cdk/aws_cognito/__init__.py +8 -2
- 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 +2448 -442
- 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 +222 -6
- aws_cdk/aws_events/__init__.py +8 -11
- aws_cdk/aws_events_targets/__init__.py +136 -0
- 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 +6 -4
- aws_cdk/aws_identitystore/__init__.py +6 -4
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +38 -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 +87 -25
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +985 -5
- aws_cdk/aws_logs/__init__.py +18 -0
- aws_cdk/aws_logs_destinations/__init__.py +146 -0
- 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_notifications/__init__.py +4 -4
- aws_cdk/aws_omics/__init__.py +225 -1
- aws_cdk/aws_opensearchserverless/__init__.py +31 -23
- aws_cdk/aws_organizations/__init__.py +1 -1
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -2
- aws_cdk/aws_quicksight/__init__.py +268 -50
- aws_cdk/aws_rds/__init__.py +186 -10
- aws_cdk/aws_route53/__init__.py +5 -5
- aws_cdk/aws_route53recoverycontrol/__init__.py +41 -2
- aws_cdk/aws_rum/__init__.py +13 -10
- aws_cdk/aws_s3/__init__.py +3 -6
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +47 -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_ssmincidents/__init__.py +10 -10
- 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 +160 -0
- aws_cdk/aws_transfer/__init__.py +19 -10
- aws_cdk/aws_wafv2/__init__.py +512 -1141
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -2
- aws_cdk/pipelines/__init__.py +52 -2
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/RECORD +85 -85
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.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: The usage of the dataset.
|
|
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,19 @@ 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
|
+
'''The usage of the dataset.'''
|
|
142484
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "useAs"))
|
|
142485
|
+
|
|
142486
|
+
@use_as.setter
|
|
142487
|
+
def use_as(self, value: typing.Optional[builtins.str]) -> None:
|
|
142488
|
+
if __debug__:
|
|
142489
|
+
type_hints = typing.get_type_hints(_typecheckingstub__041b16104c381498ae6d781957d86a06f6fb6293bf09e3131e88a592c0cf2dd1)
|
|
142490
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
142491
|
+
jsii.set(self, "useAs", value) # pyright: ignore[reportArgumentType]
|
|
142492
|
+
|
|
142469
142493
|
@jsii.data_type(
|
|
142470
142494
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.CalculatedColumnProperty",
|
|
142471
142495
|
jsii_struct_bases=[],
|
|
@@ -142942,7 +142966,7 @@ class CfnDataSet(
|
|
|
142942
142966
|
def __init__(
|
|
142943
142967
|
self,
|
|
142944
142968
|
*,
|
|
142945
|
-
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.CalculatedColumnProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
142969
|
+
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
142970
|
) -> None:
|
|
142947
142971
|
'''A transform operation that creates calculated columns.
|
|
142948
142972
|
|
|
@@ -142970,21 +142994,20 @@ class CfnDataSet(
|
|
|
142970
142994
|
if __debug__:
|
|
142971
142995
|
type_hints = typing.get_type_hints(_typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f)
|
|
142972
142996
|
check_type(argname="argument columns", value=columns, expected_type=type_hints["columns"])
|
|
142973
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
142974
|
-
|
|
142975
|
-
|
|
142997
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
142998
|
+
if columns is not None:
|
|
142999
|
+
self._values["columns"] = columns
|
|
142976
143000
|
|
|
142977
143001
|
@builtins.property
|
|
142978
143002
|
def columns(
|
|
142979
143003
|
self,
|
|
142980
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]:
|
|
143004
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]]:
|
|
142981
143005
|
'''Calculated columns to create.
|
|
142982
143006
|
|
|
142983
143007
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-createcolumnsoperation.html#cfn-quicksight-dataset-createcolumnsoperation-columns
|
|
142984
143008
|
'''
|
|
142985
143009
|
result = self._values.get("columns")
|
|
142986
|
-
|
|
142987
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]], result)
|
|
143010
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.CalculatedColumnProperty"]]]], result)
|
|
142988
143011
|
|
|
142989
143012
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
142990
143013
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -143116,16 +143139,21 @@ class CfnDataSet(
|
|
|
143116
143139
|
@jsii.data_type(
|
|
143117
143140
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.DataSetRefreshPropertiesProperty",
|
|
143118
143141
|
jsii_struct_bases=[],
|
|
143119
|
-
name_mapping={
|
|
143142
|
+
name_mapping={
|
|
143143
|
+
"failure_configuration": "failureConfiguration",
|
|
143144
|
+
"refresh_configuration": "refreshConfiguration",
|
|
143145
|
+
},
|
|
143120
143146
|
)
|
|
143121
143147
|
class DataSetRefreshPropertiesProperty:
|
|
143122
143148
|
def __init__(
|
|
143123
143149
|
self,
|
|
143124
143150
|
*,
|
|
143125
|
-
|
|
143151
|
+
failure_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshFailureConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
143152
|
+
refresh_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
143126
143153
|
) -> None:
|
|
143127
143154
|
'''The refresh properties of a dataset.
|
|
143128
143155
|
|
|
143156
|
+
:param failure_configuration: The failure configuration for a dataset.
|
|
143129
143157
|
:param refresh_configuration: The refresh configuration for a dataset.
|
|
143130
143158
|
|
|
143131
143159
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html
|
|
@@ -143138,6 +143166,11 @@ class CfnDataSet(
|
|
|
143138
143166
|
from aws_cdk import aws_quicksight as quicksight
|
|
143139
143167
|
|
|
143140
143168
|
data_set_refresh_properties_property = quicksight.CfnDataSet.DataSetRefreshPropertiesProperty(
|
|
143169
|
+
failure_configuration=quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
143170
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
143171
|
+
alert_status="alertStatus"
|
|
143172
|
+
)
|
|
143173
|
+
),
|
|
143141
143174
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
143142
143175
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
143143
143176
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -143151,22 +143184,35 @@ class CfnDataSet(
|
|
|
143151
143184
|
'''
|
|
143152
143185
|
if __debug__:
|
|
143153
143186
|
type_hints = typing.get_type_hints(_typecheckingstub__f8112e3ac95c271ef07e7d73f3bc230c7463e9b93fdcd125f136b968bd641daf)
|
|
143187
|
+
check_type(argname="argument failure_configuration", value=failure_configuration, expected_type=type_hints["failure_configuration"])
|
|
143154
143188
|
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
|
-
|
|
143189
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
143190
|
+
if failure_configuration is not None:
|
|
143191
|
+
self._values["failure_configuration"] = failure_configuration
|
|
143192
|
+
if refresh_configuration is not None:
|
|
143193
|
+
self._values["refresh_configuration"] = refresh_configuration
|
|
143194
|
+
|
|
143195
|
+
@builtins.property
|
|
143196
|
+
def failure_configuration(
|
|
143197
|
+
self,
|
|
143198
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureConfigurationProperty"]]:
|
|
143199
|
+
'''The failure configuration for a dataset.
|
|
143200
|
+
|
|
143201
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html#cfn-quicksight-dataset-datasetrefreshproperties-failureconfiguration
|
|
143202
|
+
'''
|
|
143203
|
+
result = self._values.get("failure_configuration")
|
|
143204
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureConfigurationProperty"]], result)
|
|
143158
143205
|
|
|
143159
143206
|
@builtins.property
|
|
143160
143207
|
def refresh_configuration(
|
|
143161
143208
|
self,
|
|
143162
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]:
|
|
143209
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]]:
|
|
143163
143210
|
'''The refresh configuration for a dataset.
|
|
143164
143211
|
|
|
143165
143212
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetrefreshproperties.html#cfn-quicksight-dataset-datasetrefreshproperties-refreshconfiguration
|
|
143166
143213
|
'''
|
|
143167
143214
|
result = self._values.get("refresh_configuration")
|
|
143168
|
-
|
|
143169
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"], result)
|
|
143215
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshConfigurationProperty"]], result)
|
|
143170
143216
|
|
|
143171
143217
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
143172
143218
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -144684,6 +144730,8 @@ class CfnDataSet(
|
|
|
144684
144730
|
),
|
|
144685
144731
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
144686
144732
|
column_name="columnName",
|
|
144733
|
+
|
|
144734
|
+
# the properties below are optional
|
|
144687
144735
|
new_column_name="newColumnName"
|
|
144688
144736
|
),
|
|
144689
144737
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -145416,6 +145464,8 @@ class CfnDataSet(
|
|
|
145416
145464
|
),
|
|
145417
145465
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
145418
145466
|
data_source_arn="dataSourceArn",
|
|
145467
|
+
|
|
145468
|
+
# the properties below are optional
|
|
145419
145469
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
145420
145470
|
name="name",
|
|
145421
145471
|
type="type",
|
|
@@ -145423,8 +145473,6 @@ class CfnDataSet(
|
|
|
145423
145473
|
# the properties below are optional
|
|
145424
145474
|
sub_type="subType"
|
|
145425
145475
|
)],
|
|
145426
|
-
|
|
145427
|
-
# the properties below are optional
|
|
145428
145476
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
145429
145477
|
contains_header=False,
|
|
145430
145478
|
delimiter="delimiter",
|
|
@@ -145610,6 +145658,120 @@ class CfnDataSet(
|
|
|
145610
145658
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
145611
145659
|
)
|
|
145612
145660
|
|
|
145661
|
+
@jsii.data_type(
|
|
145662
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RefreshFailureConfigurationProperty",
|
|
145663
|
+
jsii_struct_bases=[],
|
|
145664
|
+
name_mapping={"email_alert": "emailAlert"},
|
|
145665
|
+
)
|
|
145666
|
+
class RefreshFailureConfigurationProperty:
|
|
145667
|
+
def __init__(
|
|
145668
|
+
self,
|
|
145669
|
+
*,
|
|
145670
|
+
email_alert: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.RefreshFailureEmailAlertProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
145671
|
+
) -> None:
|
|
145672
|
+
'''The failure configuration of a dataset.
|
|
145673
|
+
|
|
145674
|
+
:param email_alert: The email alert configuration for a dataset refresh failure.
|
|
145675
|
+
|
|
145676
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html
|
|
145677
|
+
:exampleMetadata: fixture=_generated
|
|
145678
|
+
|
|
145679
|
+
Example::
|
|
145680
|
+
|
|
145681
|
+
# The code below shows an example of how to instantiate this type.
|
|
145682
|
+
# The values are placeholders you should change.
|
|
145683
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
145684
|
+
|
|
145685
|
+
refresh_failure_configuration_property = quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
145686
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
145687
|
+
alert_status="alertStatus"
|
|
145688
|
+
)
|
|
145689
|
+
)
|
|
145690
|
+
'''
|
|
145691
|
+
if __debug__:
|
|
145692
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d468a6df5019089014051aa389ac9f88d4d11771ae19828e4af5403058743d8f)
|
|
145693
|
+
check_type(argname="argument email_alert", value=email_alert, expected_type=type_hints["email_alert"])
|
|
145694
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
145695
|
+
if email_alert is not None:
|
|
145696
|
+
self._values["email_alert"] = email_alert
|
|
145697
|
+
|
|
145698
|
+
@builtins.property
|
|
145699
|
+
def email_alert(
|
|
145700
|
+
self,
|
|
145701
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureEmailAlertProperty"]]:
|
|
145702
|
+
'''The email alert configuration for a dataset refresh failure.
|
|
145703
|
+
|
|
145704
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html#cfn-quicksight-dataset-refreshfailureconfiguration-emailalert
|
|
145705
|
+
'''
|
|
145706
|
+
result = self._values.get("email_alert")
|
|
145707
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.RefreshFailureEmailAlertProperty"]], result)
|
|
145708
|
+
|
|
145709
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145710
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
145711
|
+
|
|
145712
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
145713
|
+
return not (rhs == self)
|
|
145714
|
+
|
|
145715
|
+
def __repr__(self) -> str:
|
|
145716
|
+
return "RefreshFailureConfigurationProperty(%s)" % ", ".join(
|
|
145717
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
145718
|
+
)
|
|
145719
|
+
|
|
145720
|
+
@jsii.data_type(
|
|
145721
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RefreshFailureEmailAlertProperty",
|
|
145722
|
+
jsii_struct_bases=[],
|
|
145723
|
+
name_mapping={"alert_status": "alertStatus"},
|
|
145724
|
+
)
|
|
145725
|
+
class RefreshFailureEmailAlertProperty:
|
|
145726
|
+
def __init__(
|
|
145727
|
+
self,
|
|
145728
|
+
*,
|
|
145729
|
+
alert_status: typing.Optional[builtins.str] = None,
|
|
145730
|
+
) -> None:
|
|
145731
|
+
'''The configuration settings for the email alerts that are sent when a dataset refresh fails.
|
|
145732
|
+
|
|
145733
|
+
:param alert_status: The status value that determines if email alerts are sent.
|
|
145734
|
+
|
|
145735
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureemailalert.html
|
|
145736
|
+
:exampleMetadata: fixture=_generated
|
|
145737
|
+
|
|
145738
|
+
Example::
|
|
145739
|
+
|
|
145740
|
+
# The code below shows an example of how to instantiate this type.
|
|
145741
|
+
# The values are placeholders you should change.
|
|
145742
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
145743
|
+
|
|
145744
|
+
refresh_failure_email_alert_property = quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
145745
|
+
alert_status="alertStatus"
|
|
145746
|
+
)
|
|
145747
|
+
'''
|
|
145748
|
+
if __debug__:
|
|
145749
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2291b791bc9495270d0113942e61f155ad82ab0a0e20fef5f772df40f55d8fc1)
|
|
145750
|
+
check_type(argname="argument alert_status", value=alert_status, expected_type=type_hints["alert_status"])
|
|
145751
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
145752
|
+
if alert_status is not None:
|
|
145753
|
+
self._values["alert_status"] = alert_status
|
|
145754
|
+
|
|
145755
|
+
@builtins.property
|
|
145756
|
+
def alert_status(self) -> typing.Optional[builtins.str]:
|
|
145757
|
+
'''The status value that determines if email alerts are sent.
|
|
145758
|
+
|
|
145759
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureemailalert.html#cfn-quicksight-dataset-refreshfailureemailalert-alertstatus
|
|
145760
|
+
'''
|
|
145761
|
+
result = self._values.get("alert_status")
|
|
145762
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
145763
|
+
|
|
145764
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145765
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
145766
|
+
|
|
145767
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
145768
|
+
return not (rhs == self)
|
|
145769
|
+
|
|
145770
|
+
def __repr__(self) -> str:
|
|
145771
|
+
return "RefreshFailureEmailAlertProperty(%s)" % ", ".join(
|
|
145772
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
145773
|
+
)
|
|
145774
|
+
|
|
145613
145775
|
@jsii.data_type(
|
|
145614
145776
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDataSet.RelationalTableProperty",
|
|
145615
145777
|
jsii_struct_bases=[],
|
|
@@ -145754,7 +145916,7 @@ class CfnDataSet(
|
|
|
145754
145916
|
self,
|
|
145755
145917
|
*,
|
|
145756
145918
|
column_name: builtins.str,
|
|
145757
|
-
new_column_name: builtins.str,
|
|
145919
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
145758
145920
|
) -> None:
|
|
145759
145921
|
'''A transform operation that renames a column.
|
|
145760
145922
|
|
|
@@ -145772,6 +145934,8 @@ class CfnDataSet(
|
|
|
145772
145934
|
|
|
145773
145935
|
rename_column_operation_property = quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
145774
145936
|
column_name="columnName",
|
|
145937
|
+
|
|
145938
|
+
# the properties below are optional
|
|
145775
145939
|
new_column_name="newColumnName"
|
|
145776
145940
|
)
|
|
145777
145941
|
'''
|
|
@@ -145781,8 +145945,9 @@ class CfnDataSet(
|
|
|
145781
145945
|
check_type(argname="argument new_column_name", value=new_column_name, expected_type=type_hints["new_column_name"])
|
|
145782
145946
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
145783
145947
|
"column_name": column_name,
|
|
145784
|
-
"new_column_name": new_column_name,
|
|
145785
145948
|
}
|
|
145949
|
+
if new_column_name is not None:
|
|
145950
|
+
self._values["new_column_name"] = new_column_name
|
|
145786
145951
|
|
|
145787
145952
|
@builtins.property
|
|
145788
145953
|
def column_name(self) -> builtins.str:
|
|
@@ -145795,14 +145960,13 @@ class CfnDataSet(
|
|
|
145795
145960
|
return typing.cast(builtins.str, result)
|
|
145796
145961
|
|
|
145797
145962
|
@builtins.property
|
|
145798
|
-
def new_column_name(self) -> builtins.str:
|
|
145963
|
+
def new_column_name(self) -> typing.Optional[builtins.str]:
|
|
145799
145964
|
'''The new name for the column.
|
|
145800
145965
|
|
|
145801
145966
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-renamecolumnoperation.html#cfn-quicksight-dataset-renamecolumnoperation-newcolumnname
|
|
145802
145967
|
'''
|
|
145803
145968
|
result = self._values.get("new_column_name")
|
|
145804
|
-
|
|
145805
|
-
return typing.cast(builtins.str, result)
|
|
145969
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
145806
145970
|
|
|
145807
145971
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
145808
145972
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -146255,7 +146419,7 @@ class CfnDataSet(
|
|
|
146255
146419
|
self,
|
|
146256
146420
|
*,
|
|
146257
146421
|
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]]]]],
|
|
146422
|
+
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
146423
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.UploadSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
146260
146424
|
) -> None:
|
|
146261
146425
|
'''A physical table type for an S3 data source.
|
|
@@ -146275,6 +146439,8 @@ class CfnDataSet(
|
|
|
146275
146439
|
|
|
146276
146440
|
s3_source_property = quicksight.CfnDataSet.S3SourceProperty(
|
|
146277
146441
|
data_source_arn="dataSourceArn",
|
|
146442
|
+
|
|
146443
|
+
# the properties below are optional
|
|
146278
146444
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
146279
146445
|
name="name",
|
|
146280
146446
|
type="type",
|
|
@@ -146282,8 +146448,6 @@ class CfnDataSet(
|
|
|
146282
146448
|
# the properties below are optional
|
|
146283
146449
|
sub_type="subType"
|
|
146284
146450
|
)],
|
|
146285
|
-
|
|
146286
|
-
# the properties below are optional
|
|
146287
146451
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
146288
146452
|
contains_header=False,
|
|
146289
146453
|
delimiter="delimiter",
|
|
@@ -146300,8 +146464,9 @@ class CfnDataSet(
|
|
|
146300
146464
|
check_type(argname="argument upload_settings", value=upload_settings, expected_type=type_hints["upload_settings"])
|
|
146301
146465
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
146302
146466
|
"data_source_arn": data_source_arn,
|
|
146303
|
-
"input_columns": input_columns,
|
|
146304
146467
|
}
|
|
146468
|
+
if input_columns is not None:
|
|
146469
|
+
self._values["input_columns"] = input_columns
|
|
146305
146470
|
if upload_settings is not None:
|
|
146306
146471
|
self._values["upload_settings"] = upload_settings
|
|
146307
146472
|
|
|
@@ -146318,7 +146483,7 @@ class CfnDataSet(
|
|
|
146318
146483
|
@builtins.property
|
|
146319
146484
|
def input_columns(
|
|
146320
146485
|
self,
|
|
146321
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]:
|
|
146486
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]]:
|
|
146322
146487
|
'''A physical table type for an S3 data source.
|
|
146323
146488
|
|
|
146324
146489
|
.. epigraph::
|
|
@@ -146328,8 +146493,7 @@ class CfnDataSet(
|
|
|
146328
146493
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-s3source.html#cfn-quicksight-dataset-s3source-inputcolumns
|
|
146329
146494
|
'''
|
|
146330
146495
|
result = self._values.get("input_columns")
|
|
146331
|
-
|
|
146332
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]], result)
|
|
146496
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.InputColumnProperty"]]]], result)
|
|
146333
146497
|
|
|
146334
146498
|
@builtins.property
|
|
146335
146499
|
def upload_settings(
|
|
@@ -146691,6 +146855,8 @@ class CfnDataSet(
|
|
|
146691
146855
|
),
|
|
146692
146856
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
146693
146857
|
column_name="columnName",
|
|
146858
|
+
|
|
146859
|
+
# the properties below are optional
|
|
146694
146860
|
new_column_name="newColumnName"
|
|
146695
146861
|
),
|
|
146696
146862
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -146980,12 +147146,13 @@ class CfnDataSet(
|
|
|
146980
147146
|
start_from_row: typing.Optional[jsii.Number] = None,
|
|
146981
147147
|
text_qualifier: typing.Optional[builtins.str] = None,
|
|
146982
147148
|
) -> None:
|
|
146983
|
-
'''
|
|
146984
|
-
|
|
146985
|
-
:param
|
|
146986
|
-
:param
|
|
146987
|
-
:param
|
|
146988
|
-
:param
|
|
147149
|
+
'''Information about the format for a source file or files.
|
|
147150
|
+
|
|
147151
|
+
:param contains_header: Whether the file has a header row, or the files each have a header row.
|
|
147152
|
+
:param delimiter: The delimiter between values in the file.
|
|
147153
|
+
:param format: File format.
|
|
147154
|
+
:param start_from_row: A row number to start reading data from.
|
|
147155
|
+
:param text_qualifier: Text qualifier.
|
|
146989
147156
|
|
|
146990
147157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html
|
|
146991
147158
|
:exampleMetadata: fixture=_generated
|
|
@@ -147027,7 +147194,8 @@ class CfnDataSet(
|
|
|
147027
147194
|
def contains_header(
|
|
147028
147195
|
self,
|
|
147029
147196
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
147030
|
-
'''
|
|
147197
|
+
'''Whether the file has a header row, or the files each have a header row.
|
|
147198
|
+
|
|
147031
147199
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-containsheader
|
|
147032
147200
|
'''
|
|
147033
147201
|
result = self._values.get("contains_header")
|
|
@@ -147035,7 +147203,8 @@ class CfnDataSet(
|
|
|
147035
147203
|
|
|
147036
147204
|
@builtins.property
|
|
147037
147205
|
def delimiter(self) -> typing.Optional[builtins.str]:
|
|
147038
|
-
'''
|
|
147206
|
+
'''The delimiter between values in the file.
|
|
147207
|
+
|
|
147039
147208
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-delimiter
|
|
147040
147209
|
'''
|
|
147041
147210
|
result = self._values.get("delimiter")
|
|
@@ -147043,7 +147212,8 @@ class CfnDataSet(
|
|
|
147043
147212
|
|
|
147044
147213
|
@builtins.property
|
|
147045
147214
|
def format(self) -> typing.Optional[builtins.str]:
|
|
147046
|
-
'''
|
|
147215
|
+
'''File format.
|
|
147216
|
+
|
|
147047
147217
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-format
|
|
147048
147218
|
'''
|
|
147049
147219
|
result = self._values.get("format")
|
|
@@ -147051,7 +147221,8 @@ class CfnDataSet(
|
|
|
147051
147221
|
|
|
147052
147222
|
@builtins.property
|
|
147053
147223
|
def start_from_row(self) -> typing.Optional[jsii.Number]:
|
|
147054
|
-
'''
|
|
147224
|
+
'''A row number to start reading data from.
|
|
147225
|
+
|
|
147055
147226
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-startfromrow
|
|
147056
147227
|
'''
|
|
147057
147228
|
result = self._values.get("start_from_row")
|
|
@@ -147059,7 +147230,8 @@ class CfnDataSet(
|
|
|
147059
147230
|
|
|
147060
147231
|
@builtins.property
|
|
147061
147232
|
def text_qualifier(self) -> typing.Optional[builtins.str]:
|
|
147062
|
-
'''
|
|
147233
|
+
'''Text qualifier.
|
|
147234
|
+
|
|
147063
147235
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-textqualifier
|
|
147064
147236
|
'''
|
|
147065
147237
|
result = self._values.get("text_qualifier")
|
|
@@ -147100,6 +147272,7 @@ class CfnDataSet(
|
|
|
147100
147272
|
"row_level_permission_data_set": "rowLevelPermissionDataSet",
|
|
147101
147273
|
"row_level_permission_tag_configuration": "rowLevelPermissionTagConfiguration",
|
|
147102
147274
|
"tags": "tags",
|
|
147275
|
+
"use_as": "useAs",
|
|
147103
147276
|
},
|
|
147104
147277
|
)
|
|
147105
147278
|
class CfnDataSetProps:
|
|
@@ -147125,6 +147298,7 @@ class CfnDataSetProps:
|
|
|
147125
147298
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147126
147299
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147127
147300
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
147301
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
147128
147302
|
) -> None:
|
|
147129
147303
|
'''Properties for defining a ``CfnDataSet``.
|
|
147130
147304
|
|
|
@@ -147147,6 +147321,7 @@ class CfnDataSetProps:
|
|
|
147147
147321
|
:param row_level_permission_data_set: The row-level security configuration for the data that you want to create.
|
|
147148
147322
|
:param row_level_permission_tag_configuration: The element you can use to define tags for row-level security.
|
|
147149
147323
|
:param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
|
147324
|
+
:param use_as: The usage of the dataset.
|
|
147150
147325
|
|
|
147151
147326
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html
|
|
147152
147327
|
:exampleMetadata: fixture=_generated
|
|
@@ -147219,6 +147394,11 @@ class CfnDataSetProps:
|
|
|
147219
147394
|
)
|
|
147220
147395
|
)],
|
|
147221
147396
|
data_set_refresh_properties=quicksight.CfnDataSet.DataSetRefreshPropertiesProperty(
|
|
147397
|
+
failure_configuration=quicksight.CfnDataSet.RefreshFailureConfigurationProperty(
|
|
147398
|
+
email_alert=quicksight.CfnDataSet.RefreshFailureEmailAlertProperty(
|
|
147399
|
+
alert_status="alertStatus"
|
|
147400
|
+
)
|
|
147401
|
+
),
|
|
147222
147402
|
refresh_configuration=quicksight.CfnDataSet.RefreshConfigurationProperty(
|
|
147223
147403
|
incremental_refresh=quicksight.CfnDataSet.IncrementalRefreshProperty(
|
|
147224
147404
|
lookback_window=quicksight.CfnDataSet.LookbackWindowProperty(
|
|
@@ -147286,6 +147466,8 @@ class CfnDataSetProps:
|
|
|
147286
147466
|
),
|
|
147287
147467
|
rename_column_operation=quicksight.CfnDataSet.RenameColumnOperationProperty(
|
|
147288
147468
|
column_name="columnName",
|
|
147469
|
+
|
|
147470
|
+
# the properties below are optional
|
|
147289
147471
|
new_column_name="newColumnName"
|
|
147290
147472
|
),
|
|
147291
147473
|
tag_column_operation=quicksight.CfnDataSet.TagColumnOperationProperty(
|
|
@@ -147365,6 +147547,8 @@ class CfnDataSetProps:
|
|
|
147365
147547
|
),
|
|
147366
147548
|
s3_source=quicksight.CfnDataSet.S3SourceProperty(
|
|
147367
147549
|
data_source_arn="dataSourceArn",
|
|
147550
|
+
|
|
147551
|
+
# the properties below are optional
|
|
147368
147552
|
input_columns=[quicksight.CfnDataSet.InputColumnProperty(
|
|
147369
147553
|
name="name",
|
|
147370
147554
|
type="type",
|
|
@@ -147372,8 +147556,6 @@ class CfnDataSetProps:
|
|
|
147372
147556
|
# the properties below are optional
|
|
147373
147557
|
sub_type="subType"
|
|
147374
147558
|
)],
|
|
147375
|
-
|
|
147376
|
-
# the properties below are optional
|
|
147377
147559
|
upload_settings=quicksight.CfnDataSet.UploadSettingsProperty(
|
|
147378
147560
|
contains_header=False,
|
|
147379
147561
|
delimiter="delimiter",
|
|
@@ -147410,7 +147592,8 @@ class CfnDataSetProps:
|
|
|
147410
147592
|
tags=[CfnTag(
|
|
147411
147593
|
key="key",
|
|
147412
147594
|
value="value"
|
|
147413
|
-
)]
|
|
147595
|
+
)],
|
|
147596
|
+
use_as="useAs"
|
|
147414
147597
|
)
|
|
147415
147598
|
'''
|
|
147416
147599
|
if __debug__:
|
|
@@ -147434,6 +147617,7 @@ class CfnDataSetProps:
|
|
|
147434
147617
|
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
147618
|
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
147619
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
147620
|
+
check_type(argname="argument use_as", value=use_as, expected_type=type_hints["use_as"])
|
|
147437
147621
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
147438
147622
|
if aws_account_id is not None:
|
|
147439
147623
|
self._values["aws_account_id"] = aws_account_id
|
|
@@ -147473,6 +147657,8 @@ class CfnDataSetProps:
|
|
|
147473
147657
|
self._values["row_level_permission_tag_configuration"] = row_level_permission_tag_configuration
|
|
147474
147658
|
if tags is not None:
|
|
147475
147659
|
self._values["tags"] = tags
|
|
147660
|
+
if use_as is not None:
|
|
147661
|
+
self._values["use_as"] = use_as
|
|
147476
147662
|
|
|
147477
147663
|
@builtins.property
|
|
147478
147664
|
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -147676,6 +147862,15 @@ class CfnDataSetProps:
|
|
|
147676
147862
|
result = self._values.get("tags")
|
|
147677
147863
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
147678
147864
|
|
|
147865
|
+
@builtins.property
|
|
147866
|
+
def use_as(self) -> typing.Optional[builtins.str]:
|
|
147867
|
+
'''The usage of the dataset.
|
|
147868
|
+
|
|
147869
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html#cfn-quicksight-dataset-useas
|
|
147870
|
+
'''
|
|
147871
|
+
result = self._values.get("use_as")
|
|
147872
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
147873
|
+
|
|
147679
147874
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
147680
147875
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
147681
147876
|
|
|
@@ -237629,6 +237824,7 @@ def _typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fb
|
|
|
237629
237824
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237630
237825
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237631
237826
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237827
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
237632
237828
|
) -> None:
|
|
237633
237829
|
"""Type checking stubs"""
|
|
237634
237830
|
pass
|
|
@@ -237759,6 +237955,12 @@ def _typecheckingstub__0e864069859eae5b6577c26a255c633579a87c4792fb22892d990896a
|
|
|
237759
237955
|
"""Type checking stubs"""
|
|
237760
237956
|
pass
|
|
237761
237957
|
|
|
237958
|
+
def _typecheckingstub__041b16104c381498ae6d781957d86a06f6fb6293bf09e3131e88a592c0cf2dd1(
|
|
237959
|
+
value: typing.Optional[builtins.str],
|
|
237960
|
+
) -> None:
|
|
237961
|
+
"""Type checking stubs"""
|
|
237962
|
+
pass
|
|
237963
|
+
|
|
237762
237964
|
def _typecheckingstub__c1231ad01a76710b79ae378de78ccc76bb05c75d0f0df4211be06aa6a0b32293(
|
|
237763
237965
|
*,
|
|
237764
237966
|
column_id: builtins.str,
|
|
@@ -237810,7 +238012,7 @@ def _typecheckingstub__8810951f5cd6f00a3afedc51ad0485b75cccc19bb1600c05ce2728021
|
|
|
237810
238012
|
|
|
237811
238013
|
def _typecheckingstub__126d3e583c2ac58ef2048d1e7c04201d7b8c4b386e6e2ce57b085e7d0ff1622f(
|
|
237812
238014
|
*,
|
|
237813
|
-
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.CalculatedColumnProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
238015
|
+
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
238016
|
) -> None:
|
|
237815
238017
|
"""Type checking stubs"""
|
|
237816
238018
|
pass
|
|
@@ -237827,7 +238029,8 @@ def _typecheckingstub__97e4fcb997b025bd8b8162d5528bd73bc1c489c80a53a49d2bf3f33ac
|
|
|
237827
238029
|
|
|
237828
238030
|
def _typecheckingstub__f8112e3ac95c271ef07e7d73f3bc230c7463e9b93fdcd125f136b968bd641daf(
|
|
237829
238031
|
*,
|
|
237830
|
-
|
|
238032
|
+
failure_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshFailureConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238033
|
+
refresh_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
237831
238034
|
) -> None:
|
|
237832
238035
|
"""Type checking stubs"""
|
|
237833
238036
|
pass
|
|
@@ -238055,6 +238258,20 @@ def _typecheckingstub__4f5b07a3830c8168aac61eee81da7fe4ea32166016cf2c4406b473b41
|
|
|
238055
238258
|
"""Type checking stubs"""
|
|
238056
238259
|
pass
|
|
238057
238260
|
|
|
238261
|
+
def _typecheckingstub__d468a6df5019089014051aa389ac9f88d4d11771ae19828e4af5403058743d8f(
|
|
238262
|
+
*,
|
|
238263
|
+
email_alert: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RefreshFailureEmailAlertProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238264
|
+
) -> None:
|
|
238265
|
+
"""Type checking stubs"""
|
|
238266
|
+
pass
|
|
238267
|
+
|
|
238268
|
+
def _typecheckingstub__2291b791bc9495270d0113942e61f155ad82ab0a0e20fef5f772df40f55d8fc1(
|
|
238269
|
+
*,
|
|
238270
|
+
alert_status: typing.Optional[builtins.str] = None,
|
|
238271
|
+
) -> None:
|
|
238272
|
+
"""Type checking stubs"""
|
|
238273
|
+
pass
|
|
238274
|
+
|
|
238058
238275
|
def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a7370858ebd(
|
|
238059
238276
|
*,
|
|
238060
238277
|
data_source_arn: builtins.str,
|
|
@@ -238069,7 +238286,7 @@ def _typecheckingstub__bc43d1be088dad877549378a89c5cca422c52436d49d6b5d4f473a737
|
|
|
238069
238286
|
def _typecheckingstub__d5b477884d5da5b0f50ad9bab47f315489aa821b4b6099b0c110eaa21199d621(
|
|
238070
238287
|
*,
|
|
238071
238288
|
column_name: builtins.str,
|
|
238072
|
-
new_column_name: builtins.str,
|
|
238289
|
+
new_column_name: typing.Optional[builtins.str] = None,
|
|
238073
238290
|
) -> None:
|
|
238074
238291
|
"""Type checking stubs"""
|
|
238075
238292
|
pass
|
|
@@ -238115,7 +238332,7 @@ def _typecheckingstub__81cfe18daaf7f1cce3330a7282c27dcdf7db3dfda4816cbbf0d13de88
|
|
|
238115
238332
|
def _typecheckingstub__79cf313addf8aafc0315b078c7ce60c5b690622f4de3e59d06a4acc66261b863(
|
|
238116
238333
|
*,
|
|
238117
238334
|
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]]]]],
|
|
238335
|
+
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
238336
|
upload_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.UploadSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238120
238337
|
) -> None:
|
|
238121
238338
|
"""Type checking stubs"""
|
|
@@ -238207,6 +238424,7 @@ def _typecheckingstub__61032f5c9704bd9765ba5fe5f2862434b85348f65b701e3a44b806fef
|
|
|
238207
238424
|
row_level_permission_data_set: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionDataSetProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238208
238425
|
row_level_permission_tag_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.RowLevelPermissionTagConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238209
238426
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
238427
|
+
use_as: typing.Optional[builtins.str] = None,
|
|
238210
238428
|
) -> None:
|
|
238211
238429
|
"""Type checking stubs"""
|
|
238212
238430
|
pass
|