aws-cdk-lib 2.176.0__py3-none-any.whl → 2.178.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 +106 -62
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.176.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +2 -2
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10387 -7038
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +189 -24
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +5494 -2518
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +686 -9
- aws_cdk/aws_cloudfront_origins/__init__.py +73 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +59 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +204 -159
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +6 -4
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +199 -129
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1142 -184
- aws_cdk/aws_ecs/__init__.py +767 -124
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +8 -8
- aws_cdk/aws_eks/__init__.py +55 -35
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +93 -4
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +46 -0
- aws_cdk/aws_gamelift/__init__.py +8 -10
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_iam/__init__.py +8 -0
- aws_cdk/aws_imagebuilder/__init__.py +88 -74
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +47 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +78 -74
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +1927 -0
- aws_cdk/aws_notificationscontacts/__init__.py +593 -0
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +37 -37
- aws_cdk/aws_redshift/__init__.py +19 -15
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +10 -4
- aws_cdk/aws_route53_targets/__init__.py +15 -15
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +801 -2
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_s3tables/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +137 -12
- aws_cdk/aws_ssm/__init__.py +5 -5
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +109 -36
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cloud_assembly_schema/__init__.py +63 -4
- aws_cdk/cx_api/__init__.py +62 -4
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +120 -118
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -99,7 +99,6 @@ class CfnDataSource(
|
|
|
99
99
|
|
|
100
100
|
cfn_data_source = datazone.CfnDataSource(self, "MyCfnDataSource",
|
|
101
101
|
domain_identifier="domainIdentifier",
|
|
102
|
-
environment_identifier="environmentIdentifier",
|
|
103
102
|
name="name",
|
|
104
103
|
project_identifier="projectIdentifier",
|
|
105
104
|
type="type",
|
|
@@ -128,20 +127,10 @@ class CfnDataSource(
|
|
|
128
127
|
|
|
129
128
|
# the properties below are optional
|
|
130
129
|
auto_import_data_quality_result=False,
|
|
130
|
+
catalog_name="catalogName",
|
|
131
131
|
data_access_role="dataAccessRole"
|
|
132
132
|
),
|
|
133
133
|
redshift_run_configuration=datazone.CfnDataSource.RedshiftRunConfigurationInputProperty(
|
|
134
|
-
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
135
|
-
secret_manager_arn="secretManagerArn"
|
|
136
|
-
),
|
|
137
|
-
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
138
|
-
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
139
|
-
cluster_name="clusterName"
|
|
140
|
-
),
|
|
141
|
-
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
142
|
-
workgroup_name="workgroupName"
|
|
143
|
-
)
|
|
144
|
-
),
|
|
145
134
|
relational_filter_configurations=[datazone.CfnDataSource.RelationalFilterConfigurationProperty(
|
|
146
135
|
database_name="databaseName",
|
|
147
136
|
|
|
@@ -154,7 +143,18 @@ class CfnDataSource(
|
|
|
154
143
|
)],
|
|
155
144
|
|
|
156
145
|
# the properties below are optional
|
|
157
|
-
data_access_role="dataAccessRole"
|
|
146
|
+
data_access_role="dataAccessRole",
|
|
147
|
+
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
148
|
+
secret_manager_arn="secretManagerArn"
|
|
149
|
+
),
|
|
150
|
+
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
151
|
+
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
152
|
+
cluster_name="clusterName"
|
|
153
|
+
),
|
|
154
|
+
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
155
|
+
workgroup_name="workgroupName"
|
|
156
|
+
)
|
|
157
|
+
)
|
|
158
158
|
),
|
|
159
159
|
sage_maker_run_configuration=datazone.CfnDataSource.SageMakerRunConfigurationInputProperty(
|
|
160
160
|
tracking_assets={
|
|
@@ -162,8 +162,10 @@ class CfnDataSource(
|
|
|
162
162
|
}
|
|
163
163
|
)
|
|
164
164
|
),
|
|
165
|
+
connection_identifier="connectionIdentifier",
|
|
165
166
|
description="description",
|
|
166
167
|
enable_setting="enableSetting",
|
|
168
|
+
environment_identifier="environmentIdentifier",
|
|
167
169
|
publish_on_import=False,
|
|
168
170
|
recommendation=datazone.CfnDataSource.RecommendationConfigurationProperty(
|
|
169
171
|
enable_business_name_generation=False
|
|
@@ -181,14 +183,15 @@ class CfnDataSource(
|
|
|
181
183
|
id: builtins.str,
|
|
182
184
|
*,
|
|
183
185
|
domain_identifier: builtins.str,
|
|
184
|
-
environment_identifier: builtins.str,
|
|
185
186
|
name: builtins.str,
|
|
186
187
|
project_identifier: builtins.str,
|
|
187
188
|
type: builtins.str,
|
|
188
189
|
asset_forms_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.FormInputProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
189
190
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.DataSourceConfigurationInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
191
|
+
connection_identifier: typing.Optional[builtins.str] = None,
|
|
190
192
|
description: typing.Optional[builtins.str] = None,
|
|
191
193
|
enable_setting: typing.Optional[builtins.str] = None,
|
|
194
|
+
environment_identifier: typing.Optional[builtins.str] = None,
|
|
192
195
|
publish_on_import: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
193
196
|
recommendation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RecommendationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
194
197
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.ScheduleConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -197,14 +200,15 @@ class CfnDataSource(
|
|
|
197
200
|
:param scope: Scope in which this resource is defined.
|
|
198
201
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
199
202
|
:param domain_identifier: The ID of the Amazon DataZone domain where the data source is created.
|
|
200
|
-
:param environment_identifier: The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
201
203
|
:param name: The name of the data source.
|
|
202
204
|
:param project_identifier: The identifier of the Amazon DataZone project in which you want to add this data source.
|
|
203
205
|
:param type: The type of the data source.
|
|
204
206
|
:param asset_forms_input: The metadata forms attached to the assets that the data source works with.
|
|
205
207
|
:param configuration: The configuration of the data source.
|
|
208
|
+
:param connection_identifier: The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.
|
|
206
209
|
:param description: The description of the data source.
|
|
207
210
|
:param enable_setting: Specifies whether the data source is enabled.
|
|
211
|
+
:param environment_identifier: The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
208
212
|
:param publish_on_import: Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
|
|
209
213
|
:param recommendation: Specifies whether the business name generation is to be enabled for this data source.
|
|
210
214
|
:param schedule: The schedule of the data source runs.
|
|
@@ -215,14 +219,15 @@ class CfnDataSource(
|
|
|
215
219
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
216
220
|
props = CfnDataSourceProps(
|
|
217
221
|
domain_identifier=domain_identifier,
|
|
218
|
-
environment_identifier=environment_identifier,
|
|
219
222
|
name=name,
|
|
220
223
|
project_identifier=project_identifier,
|
|
221
224
|
type=type,
|
|
222
225
|
asset_forms_input=asset_forms_input,
|
|
223
226
|
configuration=configuration,
|
|
227
|
+
connection_identifier=connection_identifier,
|
|
224
228
|
description=description,
|
|
225
229
|
enable_setting=enable_setting,
|
|
230
|
+
environment_identifier=environment_identifier,
|
|
226
231
|
publish_on_import=publish_on_import,
|
|
227
232
|
recommendation=recommendation,
|
|
228
233
|
schedule=schedule,
|
|
@@ -260,6 +265,15 @@ class CfnDataSource(
|
|
|
260
265
|
'''The CloudFormation resource type name for this resource class.'''
|
|
261
266
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
262
267
|
|
|
268
|
+
@builtins.property
|
|
269
|
+
@jsii.member(jsii_name="attrConnectionId")
|
|
270
|
+
def attr_connection_id(self) -> builtins.str:
|
|
271
|
+
'''The connection ID that's part of the data source summary.
|
|
272
|
+
|
|
273
|
+
:cloudformationAttribute: ConnectionId
|
|
274
|
+
'''
|
|
275
|
+
return typing.cast(builtins.str, jsii.get(self, "attrConnectionId"))
|
|
276
|
+
|
|
263
277
|
@builtins.property
|
|
264
278
|
@jsii.member(jsii_name="attrCreatedAt")
|
|
265
279
|
def attr_created_at(self) -> builtins.str:
|
|
@@ -368,19 +382,6 @@ class CfnDataSource(
|
|
|
368
382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
369
383
|
jsii.set(self, "domainIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
370
384
|
|
|
371
|
-
@builtins.property
|
|
372
|
-
@jsii.member(jsii_name="environmentIdentifier")
|
|
373
|
-
def environment_identifier(self) -> builtins.str:
|
|
374
|
-
'''The unique identifier of the Amazon DataZone environment to which the data source publishes assets.'''
|
|
375
|
-
return typing.cast(builtins.str, jsii.get(self, "environmentIdentifier"))
|
|
376
|
-
|
|
377
|
-
@environment_identifier.setter
|
|
378
|
-
def environment_identifier(self, value: builtins.str) -> None:
|
|
379
|
-
if __debug__:
|
|
380
|
-
type_hints = typing.get_type_hints(_typecheckingstub__8ed64595e5e156084952dfe11e1e064218cba6affcb8bf2736d3e0a177b08bea)
|
|
381
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
382
|
-
jsii.set(self, "environmentIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
383
|
-
|
|
384
385
|
@builtins.property
|
|
385
386
|
@jsii.member(jsii_name="name")
|
|
386
387
|
def name(self) -> builtins.str:
|
|
@@ -456,6 +457,19 @@ class CfnDataSource(
|
|
|
456
457
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
457
458
|
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
458
459
|
|
|
460
|
+
@builtins.property
|
|
461
|
+
@jsii.member(jsii_name="connectionIdentifier")
|
|
462
|
+
def connection_identifier(self) -> typing.Optional[builtins.str]:
|
|
463
|
+
'''The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.'''
|
|
464
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "connectionIdentifier"))
|
|
465
|
+
|
|
466
|
+
@connection_identifier.setter
|
|
467
|
+
def connection_identifier(self, value: typing.Optional[builtins.str]) -> None:
|
|
468
|
+
if __debug__:
|
|
469
|
+
type_hints = typing.get_type_hints(_typecheckingstub__caff1a5a915d2678ed1266a9c2f82efe4b3b9c3fcccd444c54fd11e49a43068e)
|
|
470
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
471
|
+
jsii.set(self, "connectionIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
472
|
+
|
|
459
473
|
@builtins.property
|
|
460
474
|
@jsii.member(jsii_name="description")
|
|
461
475
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -482,6 +496,19 @@ class CfnDataSource(
|
|
|
482
496
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
483
497
|
jsii.set(self, "enableSetting", value) # pyright: ignore[reportArgumentType]
|
|
484
498
|
|
|
499
|
+
@builtins.property
|
|
500
|
+
@jsii.member(jsii_name="environmentIdentifier")
|
|
501
|
+
def environment_identifier(self) -> typing.Optional[builtins.str]:
|
|
502
|
+
'''The unique identifier of the Amazon DataZone environment to which the data source publishes assets.'''
|
|
503
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "environmentIdentifier"))
|
|
504
|
+
|
|
505
|
+
@environment_identifier.setter
|
|
506
|
+
def environment_identifier(self, value: typing.Optional[builtins.str]) -> None:
|
|
507
|
+
if __debug__:
|
|
508
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8ed64595e5e156084952dfe11e1e064218cba6affcb8bf2736d3e0a177b08bea)
|
|
509
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
510
|
+
jsii.set(self, "environmentIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
511
|
+
|
|
485
512
|
@builtins.property
|
|
486
513
|
@jsii.member(jsii_name="publishOnImport")
|
|
487
514
|
def publish_on_import(
|
|
@@ -583,20 +610,10 @@ class CfnDataSource(
|
|
|
583
610
|
|
|
584
611
|
# the properties below are optional
|
|
585
612
|
auto_import_data_quality_result=False,
|
|
613
|
+
catalog_name="catalogName",
|
|
586
614
|
data_access_role="dataAccessRole"
|
|
587
615
|
),
|
|
588
616
|
redshift_run_configuration=datazone.CfnDataSource.RedshiftRunConfigurationInputProperty(
|
|
589
|
-
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
590
|
-
secret_manager_arn="secretManagerArn"
|
|
591
|
-
),
|
|
592
|
-
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
593
|
-
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
594
|
-
cluster_name="clusterName"
|
|
595
|
-
),
|
|
596
|
-
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
597
|
-
workgroup_name="workgroupName"
|
|
598
|
-
)
|
|
599
|
-
),
|
|
600
617
|
relational_filter_configurations=[datazone.CfnDataSource.RelationalFilterConfigurationProperty(
|
|
601
618
|
database_name="databaseName",
|
|
602
619
|
|
|
@@ -609,7 +626,18 @@ class CfnDataSource(
|
|
|
609
626
|
)],
|
|
610
627
|
|
|
611
628
|
# the properties below are optional
|
|
612
|
-
data_access_role="dataAccessRole"
|
|
629
|
+
data_access_role="dataAccessRole",
|
|
630
|
+
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
631
|
+
secret_manager_arn="secretManagerArn"
|
|
632
|
+
),
|
|
633
|
+
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
634
|
+
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
635
|
+
cluster_name="clusterName"
|
|
636
|
+
),
|
|
637
|
+
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
638
|
+
workgroup_name="workgroupName"
|
|
639
|
+
)
|
|
640
|
+
)
|
|
613
641
|
),
|
|
614
642
|
sage_maker_run_configuration=datazone.CfnDataSource.SageMakerRunConfigurationInputProperty(
|
|
615
643
|
tracking_assets={
|
|
@@ -855,6 +883,7 @@ class CfnDataSource(
|
|
|
855
883
|
name_mapping={
|
|
856
884
|
"relational_filter_configurations": "relationalFilterConfigurations",
|
|
857
885
|
"auto_import_data_quality_result": "autoImportDataQualityResult",
|
|
886
|
+
"catalog_name": "catalogName",
|
|
858
887
|
"data_access_role": "dataAccessRole",
|
|
859
888
|
},
|
|
860
889
|
)
|
|
@@ -864,12 +893,14 @@ class CfnDataSource(
|
|
|
864
893
|
*,
|
|
865
894
|
relational_filter_configurations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RelationalFilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
866
895
|
auto_import_data_quality_result: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
896
|
+
catalog_name: typing.Optional[builtins.str] = None,
|
|
867
897
|
data_access_role: typing.Optional[builtins.str] = None,
|
|
868
898
|
) -> None:
|
|
869
899
|
'''The configuration details of the AWS Glue data source.
|
|
870
900
|
|
|
871
901
|
:param relational_filter_configurations: The relational filter configurations included in the configuration details of the AWS Glue data source.
|
|
872
902
|
:param auto_import_data_quality_result: Specifies whether to automatically import data quality metrics as part of the data source run.
|
|
903
|
+
:param catalog_name: The catalog name in the AWS Glue run configuration.
|
|
873
904
|
:param data_access_role: The data access role included in the configuration details of the AWS Glue data source.
|
|
874
905
|
|
|
875
906
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html
|
|
@@ -895,6 +926,7 @@ class CfnDataSource(
|
|
|
895
926
|
|
|
896
927
|
# the properties below are optional
|
|
897
928
|
auto_import_data_quality_result=False,
|
|
929
|
+
catalog_name="catalogName",
|
|
898
930
|
data_access_role="dataAccessRole"
|
|
899
931
|
)
|
|
900
932
|
'''
|
|
@@ -902,12 +934,15 @@ class CfnDataSource(
|
|
|
902
934
|
type_hints = typing.get_type_hints(_typecheckingstub__ad6a5a243d0193849a3ba940cfbd956439268966f2ff08bff1fbcf5af20fe953)
|
|
903
935
|
check_type(argname="argument relational_filter_configurations", value=relational_filter_configurations, expected_type=type_hints["relational_filter_configurations"])
|
|
904
936
|
check_type(argname="argument auto_import_data_quality_result", value=auto_import_data_quality_result, expected_type=type_hints["auto_import_data_quality_result"])
|
|
937
|
+
check_type(argname="argument catalog_name", value=catalog_name, expected_type=type_hints["catalog_name"])
|
|
905
938
|
check_type(argname="argument data_access_role", value=data_access_role, expected_type=type_hints["data_access_role"])
|
|
906
939
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
907
940
|
"relational_filter_configurations": relational_filter_configurations,
|
|
908
941
|
}
|
|
909
942
|
if auto_import_data_quality_result is not None:
|
|
910
943
|
self._values["auto_import_data_quality_result"] = auto_import_data_quality_result
|
|
944
|
+
if catalog_name is not None:
|
|
945
|
+
self._values["catalog_name"] = catalog_name
|
|
911
946
|
if data_access_role is not None:
|
|
912
947
|
self._values["data_access_role"] = data_access_role
|
|
913
948
|
|
|
@@ -934,6 +969,15 @@ class CfnDataSource(
|
|
|
934
969
|
result = self._values.get("auto_import_data_quality_result")
|
|
935
970
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
936
971
|
|
|
972
|
+
@builtins.property
|
|
973
|
+
def catalog_name(self) -> typing.Optional[builtins.str]:
|
|
974
|
+
'''The catalog name in the AWS Glue run configuration.
|
|
975
|
+
|
|
976
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-gluerunconfigurationinput.html#cfn-datazone-datasource-gluerunconfigurationinput-catalogname
|
|
977
|
+
'''
|
|
978
|
+
result = self._values.get("catalog_name")
|
|
979
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
980
|
+
|
|
937
981
|
@builtins.property
|
|
938
982
|
def data_access_role(self) -> typing.Optional[builtins.str]:
|
|
939
983
|
'''The data access role included in the configuration details of the AWS Glue data source.
|
|
@@ -1121,27 +1165,27 @@ class CfnDataSource(
|
|
|
1121
1165
|
jsii_type="aws-cdk-lib.aws_datazone.CfnDataSource.RedshiftRunConfigurationInputProperty",
|
|
1122
1166
|
jsii_struct_bases=[],
|
|
1123
1167
|
name_mapping={
|
|
1124
|
-
"redshift_credential_configuration": "redshiftCredentialConfiguration",
|
|
1125
|
-
"redshift_storage": "redshiftStorage",
|
|
1126
1168
|
"relational_filter_configurations": "relationalFilterConfigurations",
|
|
1127
1169
|
"data_access_role": "dataAccessRole",
|
|
1170
|
+
"redshift_credential_configuration": "redshiftCredentialConfiguration",
|
|
1171
|
+
"redshift_storage": "redshiftStorage",
|
|
1128
1172
|
},
|
|
1129
1173
|
)
|
|
1130
1174
|
class RedshiftRunConfigurationInputProperty:
|
|
1131
1175
|
def __init__(
|
|
1132
1176
|
self,
|
|
1133
1177
|
*,
|
|
1134
|
-
redshift_credential_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RedshiftCredentialConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1135
|
-
redshift_storage: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RedshiftStorageProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1136
1178
|
relational_filter_configurations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RelationalFilterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
1137
1179
|
data_access_role: typing.Optional[builtins.str] = None,
|
|
1180
|
+
redshift_credential_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RedshiftCredentialConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1181
|
+
redshift_storage: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RedshiftStorageProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1138
1182
|
) -> None:
|
|
1139
1183
|
'''The relational filter configurations included in the configuration details of the Amazon Redshift data source.
|
|
1140
1184
|
|
|
1141
|
-
:param redshift_credential_configuration: The details of the credentials required to access an Amazon Redshift cluster.
|
|
1142
|
-
:param redshift_storage: The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
|
|
1143
1185
|
:param relational_filter_configurations: The relational filter configurations included in the configuration details of the AWS Glue data source.
|
|
1144
1186
|
:param data_access_role: The data access role included in the configuration details of the Amazon Redshift data source.
|
|
1187
|
+
:param redshift_credential_configuration: The details of the credentials required to access an Amazon Redshift cluster.
|
|
1188
|
+
:param redshift_storage: The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
|
|
1145
1189
|
|
|
1146
1190
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftrunconfigurationinput.html
|
|
1147
1191
|
:exampleMetadata: fixture=_generated
|
|
@@ -1153,17 +1197,6 @@ class CfnDataSource(
|
|
|
1153
1197
|
from aws_cdk import aws_datazone as datazone
|
|
1154
1198
|
|
|
1155
1199
|
redshift_run_configuration_input_property = datazone.CfnDataSource.RedshiftRunConfigurationInputProperty(
|
|
1156
|
-
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
1157
|
-
secret_manager_arn="secretManagerArn"
|
|
1158
|
-
),
|
|
1159
|
-
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
1160
|
-
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
1161
|
-
cluster_name="clusterName"
|
|
1162
|
-
),
|
|
1163
|
-
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
1164
|
-
workgroup_name="workgroupName"
|
|
1165
|
-
)
|
|
1166
|
-
),
|
|
1167
1200
|
relational_filter_configurations=[datazone.CfnDataSource.RelationalFilterConfigurationProperty(
|
|
1168
1201
|
database_name="databaseName",
|
|
1169
1202
|
|
|
@@ -1176,46 +1209,35 @@ class CfnDataSource(
|
|
|
1176
1209
|
)],
|
|
1177
1210
|
|
|
1178
1211
|
# the properties below are optional
|
|
1179
|
-
data_access_role="dataAccessRole"
|
|
1212
|
+
data_access_role="dataAccessRole",
|
|
1213
|
+
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
1214
|
+
secret_manager_arn="secretManagerArn"
|
|
1215
|
+
),
|
|
1216
|
+
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
1217
|
+
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
1218
|
+
cluster_name="clusterName"
|
|
1219
|
+
),
|
|
1220
|
+
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
1221
|
+
workgroup_name="workgroupName"
|
|
1222
|
+
)
|
|
1223
|
+
)
|
|
1180
1224
|
)
|
|
1181
1225
|
'''
|
|
1182
1226
|
if __debug__:
|
|
1183
1227
|
type_hints = typing.get_type_hints(_typecheckingstub__5dd4c8b6216739fc8295ada55b58407d555982639c53118e9be94f72b8eb8e7c)
|
|
1184
|
-
check_type(argname="argument redshift_credential_configuration", value=redshift_credential_configuration, expected_type=type_hints["redshift_credential_configuration"])
|
|
1185
|
-
check_type(argname="argument redshift_storage", value=redshift_storage, expected_type=type_hints["redshift_storage"])
|
|
1186
1228
|
check_type(argname="argument relational_filter_configurations", value=relational_filter_configurations, expected_type=type_hints["relational_filter_configurations"])
|
|
1187
1229
|
check_type(argname="argument data_access_role", value=data_access_role, expected_type=type_hints["data_access_role"])
|
|
1230
|
+
check_type(argname="argument redshift_credential_configuration", value=redshift_credential_configuration, expected_type=type_hints["redshift_credential_configuration"])
|
|
1231
|
+
check_type(argname="argument redshift_storage", value=redshift_storage, expected_type=type_hints["redshift_storage"])
|
|
1188
1232
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1189
|
-
"redshift_credential_configuration": redshift_credential_configuration,
|
|
1190
|
-
"redshift_storage": redshift_storage,
|
|
1191
1233
|
"relational_filter_configurations": relational_filter_configurations,
|
|
1192
1234
|
}
|
|
1193
1235
|
if data_access_role is not None:
|
|
1194
1236
|
self._values["data_access_role"] = data_access_role
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftCredentialConfigurationProperty"]:
|
|
1200
|
-
'''The details of the credentials required to access an Amazon Redshift cluster.
|
|
1201
|
-
|
|
1202
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftrunconfigurationinput.html#cfn-datazone-datasource-redshiftrunconfigurationinput-redshiftcredentialconfiguration
|
|
1203
|
-
'''
|
|
1204
|
-
result = self._values.get("redshift_credential_configuration")
|
|
1205
|
-
assert result is not None, "Required property 'redshift_credential_configuration' is missing"
|
|
1206
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftCredentialConfigurationProperty"], result)
|
|
1207
|
-
|
|
1208
|
-
@builtins.property
|
|
1209
|
-
def redshift_storage(
|
|
1210
|
-
self,
|
|
1211
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftStorageProperty"]:
|
|
1212
|
-
'''The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
|
|
1213
|
-
|
|
1214
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftrunconfigurationinput.html#cfn-datazone-datasource-redshiftrunconfigurationinput-redshiftstorage
|
|
1215
|
-
'''
|
|
1216
|
-
result = self._values.get("redshift_storage")
|
|
1217
|
-
assert result is not None, "Required property 'redshift_storage' is missing"
|
|
1218
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftStorageProperty"], result)
|
|
1237
|
+
if redshift_credential_configuration is not None:
|
|
1238
|
+
self._values["redshift_credential_configuration"] = redshift_credential_configuration
|
|
1239
|
+
if redshift_storage is not None:
|
|
1240
|
+
self._values["redshift_storage"] = redshift_storage
|
|
1219
1241
|
|
|
1220
1242
|
@builtins.property
|
|
1221
1243
|
def relational_filter_configurations(
|
|
@@ -1238,6 +1260,28 @@ class CfnDataSource(
|
|
|
1238
1260
|
result = self._values.get("data_access_role")
|
|
1239
1261
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1240
1262
|
|
|
1263
|
+
@builtins.property
|
|
1264
|
+
def redshift_credential_configuration(
|
|
1265
|
+
self,
|
|
1266
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftCredentialConfigurationProperty"]]:
|
|
1267
|
+
'''The details of the credentials required to access an Amazon Redshift cluster.
|
|
1268
|
+
|
|
1269
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftrunconfigurationinput.html#cfn-datazone-datasource-redshiftrunconfigurationinput-redshiftcredentialconfiguration
|
|
1270
|
+
'''
|
|
1271
|
+
result = self._values.get("redshift_credential_configuration")
|
|
1272
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftCredentialConfigurationProperty"]], result)
|
|
1273
|
+
|
|
1274
|
+
@builtins.property
|
|
1275
|
+
def redshift_storage(
|
|
1276
|
+
self,
|
|
1277
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftStorageProperty"]]:
|
|
1278
|
+
'''The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
|
|
1279
|
+
|
|
1280
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftrunconfigurationinput.html#cfn-datazone-datasource-redshiftrunconfigurationinput-redshiftstorage
|
|
1281
|
+
'''
|
|
1282
|
+
result = self._values.get("redshift_storage")
|
|
1283
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftStorageProperty"]], result)
|
|
1284
|
+
|
|
1241
1285
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1242
1286
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1243
1287
|
|
|
@@ -1615,14 +1659,15 @@ class CfnDataSource(
|
|
|
1615
1659
|
jsii_struct_bases=[],
|
|
1616
1660
|
name_mapping={
|
|
1617
1661
|
"domain_identifier": "domainIdentifier",
|
|
1618
|
-
"environment_identifier": "environmentIdentifier",
|
|
1619
1662
|
"name": "name",
|
|
1620
1663
|
"project_identifier": "projectIdentifier",
|
|
1621
1664
|
"type": "type",
|
|
1622
1665
|
"asset_forms_input": "assetFormsInput",
|
|
1623
1666
|
"configuration": "configuration",
|
|
1667
|
+
"connection_identifier": "connectionIdentifier",
|
|
1624
1668
|
"description": "description",
|
|
1625
1669
|
"enable_setting": "enableSetting",
|
|
1670
|
+
"environment_identifier": "environmentIdentifier",
|
|
1626
1671
|
"publish_on_import": "publishOnImport",
|
|
1627
1672
|
"recommendation": "recommendation",
|
|
1628
1673
|
"schedule": "schedule",
|
|
@@ -1633,14 +1678,15 @@ class CfnDataSourceProps:
|
|
|
1633
1678
|
self,
|
|
1634
1679
|
*,
|
|
1635
1680
|
domain_identifier: builtins.str,
|
|
1636
|
-
environment_identifier: builtins.str,
|
|
1637
1681
|
name: builtins.str,
|
|
1638
1682
|
project_identifier: builtins.str,
|
|
1639
1683
|
type: builtins.str,
|
|
1640
1684
|
asset_forms_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.FormInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1641
1685
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.DataSourceConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1686
|
+
connection_identifier: typing.Optional[builtins.str] = None,
|
|
1642
1687
|
description: typing.Optional[builtins.str] = None,
|
|
1643
1688
|
enable_setting: typing.Optional[builtins.str] = None,
|
|
1689
|
+
environment_identifier: typing.Optional[builtins.str] = None,
|
|
1644
1690
|
publish_on_import: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1645
1691
|
recommendation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RecommendationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1646
1692
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.ScheduleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1648,14 +1694,15 @@ class CfnDataSourceProps:
|
|
|
1648
1694
|
'''Properties for defining a ``CfnDataSource``.
|
|
1649
1695
|
|
|
1650
1696
|
:param domain_identifier: The ID of the Amazon DataZone domain where the data source is created.
|
|
1651
|
-
:param environment_identifier: The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
1652
1697
|
:param name: The name of the data source.
|
|
1653
1698
|
:param project_identifier: The identifier of the Amazon DataZone project in which you want to add this data source.
|
|
1654
1699
|
:param type: The type of the data source.
|
|
1655
1700
|
:param asset_forms_input: The metadata forms attached to the assets that the data source works with.
|
|
1656
1701
|
:param configuration: The configuration of the data source.
|
|
1702
|
+
:param connection_identifier: The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.
|
|
1657
1703
|
:param description: The description of the data source.
|
|
1658
1704
|
:param enable_setting: Specifies whether the data source is enabled.
|
|
1705
|
+
:param environment_identifier: The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
1659
1706
|
:param publish_on_import: Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
|
|
1660
1707
|
:param recommendation: Specifies whether the business name generation is to be enabled for this data source.
|
|
1661
1708
|
:param schedule: The schedule of the data source runs.
|
|
@@ -1671,7 +1718,6 @@ class CfnDataSourceProps:
|
|
|
1671
1718
|
|
|
1672
1719
|
cfn_data_source_props = datazone.CfnDataSourceProps(
|
|
1673
1720
|
domain_identifier="domainIdentifier",
|
|
1674
|
-
environment_identifier="environmentIdentifier",
|
|
1675
1721
|
name="name",
|
|
1676
1722
|
project_identifier="projectIdentifier",
|
|
1677
1723
|
type="type",
|
|
@@ -1700,20 +1746,10 @@ class CfnDataSourceProps:
|
|
|
1700
1746
|
|
|
1701
1747
|
# the properties below are optional
|
|
1702
1748
|
auto_import_data_quality_result=False,
|
|
1749
|
+
catalog_name="catalogName",
|
|
1703
1750
|
data_access_role="dataAccessRole"
|
|
1704
1751
|
),
|
|
1705
1752
|
redshift_run_configuration=datazone.CfnDataSource.RedshiftRunConfigurationInputProperty(
|
|
1706
|
-
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
1707
|
-
secret_manager_arn="secretManagerArn"
|
|
1708
|
-
),
|
|
1709
|
-
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
1710
|
-
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
1711
|
-
cluster_name="clusterName"
|
|
1712
|
-
),
|
|
1713
|
-
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
1714
|
-
workgroup_name="workgroupName"
|
|
1715
|
-
)
|
|
1716
|
-
),
|
|
1717
1753
|
relational_filter_configurations=[datazone.CfnDataSource.RelationalFilterConfigurationProperty(
|
|
1718
1754
|
database_name="databaseName",
|
|
1719
1755
|
|
|
@@ -1726,7 +1762,18 @@ class CfnDataSourceProps:
|
|
|
1726
1762
|
)],
|
|
1727
1763
|
|
|
1728
1764
|
# the properties below are optional
|
|
1729
|
-
data_access_role="dataAccessRole"
|
|
1765
|
+
data_access_role="dataAccessRole",
|
|
1766
|
+
redshift_credential_configuration=datazone.CfnDataSource.RedshiftCredentialConfigurationProperty(
|
|
1767
|
+
secret_manager_arn="secretManagerArn"
|
|
1768
|
+
),
|
|
1769
|
+
redshift_storage=datazone.CfnDataSource.RedshiftStorageProperty(
|
|
1770
|
+
redshift_cluster_source=datazone.CfnDataSource.RedshiftClusterStorageProperty(
|
|
1771
|
+
cluster_name="clusterName"
|
|
1772
|
+
),
|
|
1773
|
+
redshift_serverless_source=datazone.CfnDataSource.RedshiftServerlessStorageProperty(
|
|
1774
|
+
workgroup_name="workgroupName"
|
|
1775
|
+
)
|
|
1776
|
+
)
|
|
1730
1777
|
),
|
|
1731
1778
|
sage_maker_run_configuration=datazone.CfnDataSource.SageMakerRunConfigurationInputProperty(
|
|
1732
1779
|
tracking_assets={
|
|
@@ -1734,8 +1781,10 @@ class CfnDataSourceProps:
|
|
|
1734
1781
|
}
|
|
1735
1782
|
)
|
|
1736
1783
|
),
|
|
1784
|
+
connection_identifier="connectionIdentifier",
|
|
1737
1785
|
description="description",
|
|
1738
1786
|
enable_setting="enableSetting",
|
|
1787
|
+
environment_identifier="environmentIdentifier",
|
|
1739
1788
|
publish_on_import=False,
|
|
1740
1789
|
recommendation=datazone.CfnDataSource.RecommendationConfigurationProperty(
|
|
1741
1790
|
enable_business_name_generation=False
|
|
@@ -1749,20 +1798,20 @@ class CfnDataSourceProps:
|
|
|
1749
1798
|
if __debug__:
|
|
1750
1799
|
type_hints = typing.get_type_hints(_typecheckingstub__fc5ec98207dd171531ba923ab77ceb4e9c095a2ac7eb083b5faef7393c183f86)
|
|
1751
1800
|
check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
|
|
1752
|
-
check_type(argname="argument environment_identifier", value=environment_identifier, expected_type=type_hints["environment_identifier"])
|
|
1753
1801
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1754
1802
|
check_type(argname="argument project_identifier", value=project_identifier, expected_type=type_hints["project_identifier"])
|
|
1755
1803
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
1756
1804
|
check_type(argname="argument asset_forms_input", value=asset_forms_input, expected_type=type_hints["asset_forms_input"])
|
|
1757
1805
|
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
1806
|
+
check_type(argname="argument connection_identifier", value=connection_identifier, expected_type=type_hints["connection_identifier"])
|
|
1758
1807
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
1759
1808
|
check_type(argname="argument enable_setting", value=enable_setting, expected_type=type_hints["enable_setting"])
|
|
1809
|
+
check_type(argname="argument environment_identifier", value=environment_identifier, expected_type=type_hints["environment_identifier"])
|
|
1760
1810
|
check_type(argname="argument publish_on_import", value=publish_on_import, expected_type=type_hints["publish_on_import"])
|
|
1761
1811
|
check_type(argname="argument recommendation", value=recommendation, expected_type=type_hints["recommendation"])
|
|
1762
1812
|
check_type(argname="argument schedule", value=schedule, expected_type=type_hints["schedule"])
|
|
1763
1813
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1764
1814
|
"domain_identifier": domain_identifier,
|
|
1765
|
-
"environment_identifier": environment_identifier,
|
|
1766
1815
|
"name": name,
|
|
1767
1816
|
"project_identifier": project_identifier,
|
|
1768
1817
|
"type": type,
|
|
@@ -1771,10 +1820,14 @@ class CfnDataSourceProps:
|
|
|
1771
1820
|
self._values["asset_forms_input"] = asset_forms_input
|
|
1772
1821
|
if configuration is not None:
|
|
1773
1822
|
self._values["configuration"] = configuration
|
|
1823
|
+
if connection_identifier is not None:
|
|
1824
|
+
self._values["connection_identifier"] = connection_identifier
|
|
1774
1825
|
if description is not None:
|
|
1775
1826
|
self._values["description"] = description
|
|
1776
1827
|
if enable_setting is not None:
|
|
1777
1828
|
self._values["enable_setting"] = enable_setting
|
|
1829
|
+
if environment_identifier is not None:
|
|
1830
|
+
self._values["environment_identifier"] = environment_identifier
|
|
1778
1831
|
if publish_on_import is not None:
|
|
1779
1832
|
self._values["publish_on_import"] = publish_on_import
|
|
1780
1833
|
if recommendation is not None:
|
|
@@ -1792,16 +1845,6 @@ class CfnDataSourceProps:
|
|
|
1792
1845
|
assert result is not None, "Required property 'domain_identifier' is missing"
|
|
1793
1846
|
return typing.cast(builtins.str, result)
|
|
1794
1847
|
|
|
1795
|
-
@builtins.property
|
|
1796
|
-
def environment_identifier(self) -> builtins.str:
|
|
1797
|
-
'''The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
1798
|
-
|
|
1799
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-environmentidentifier
|
|
1800
|
-
'''
|
|
1801
|
-
result = self._values.get("environment_identifier")
|
|
1802
|
-
assert result is not None, "Required property 'environment_identifier' is missing"
|
|
1803
|
-
return typing.cast(builtins.str, result)
|
|
1804
|
-
|
|
1805
1848
|
@builtins.property
|
|
1806
1849
|
def name(self) -> builtins.str:
|
|
1807
1850
|
'''The name of the data source.
|
|
@@ -1854,6 +1897,15 @@ class CfnDataSourceProps:
|
|
|
1854
1897
|
result = self._values.get("configuration")
|
|
1855
1898
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataSource.DataSourceConfigurationInputProperty]], result)
|
|
1856
1899
|
|
|
1900
|
+
@builtins.property
|
|
1901
|
+
def connection_identifier(self) -> typing.Optional[builtins.str]:
|
|
1902
|
+
'''The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.
|
|
1903
|
+
|
|
1904
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-connectionidentifier
|
|
1905
|
+
'''
|
|
1906
|
+
result = self._values.get("connection_identifier")
|
|
1907
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1908
|
+
|
|
1857
1909
|
@builtins.property
|
|
1858
1910
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1859
1911
|
'''The description of the data source.
|
|
@@ -1872,6 +1924,15 @@ class CfnDataSourceProps:
|
|
|
1872
1924
|
result = self._values.get("enable_setting")
|
|
1873
1925
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1874
1926
|
|
|
1927
|
+
@builtins.property
|
|
1928
|
+
def environment_identifier(self) -> typing.Optional[builtins.str]:
|
|
1929
|
+
'''The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
1930
|
+
|
|
1931
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#cfn-datazone-datasource-environmentidentifier
|
|
1932
|
+
'''
|
|
1933
|
+
result = self._values.get("environment_identifier")
|
|
1934
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1935
|
+
|
|
1875
1936
|
@builtins.property
|
|
1876
1937
|
def publish_on_import(
|
|
1877
1938
|
self,
|
|
@@ -3492,7 +3553,7 @@ class CfnEnvironmentBlueprintConfiguration(
|
|
|
3492
3553
|
def __init__(
|
|
3493
3554
|
self,
|
|
3494
3555
|
*,
|
|
3495
|
-
parameters: typing.Optional[typing.Union[
|
|
3556
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3496
3557
|
region: typing.Optional[builtins.str] = None,
|
|
3497
3558
|
) -> None:
|
|
3498
3559
|
'''The regional parameters in the environment blueprint.
|
|
@@ -3529,13 +3590,13 @@ class CfnEnvironmentBlueprintConfiguration(
|
|
|
3529
3590
|
@builtins.property
|
|
3530
3591
|
def parameters(
|
|
3531
3592
|
self,
|
|
3532
|
-
) -> typing.Optional[typing.Union[
|
|
3593
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
3533
3594
|
'''A string to string map containing parameters for the region.
|
|
3534
3595
|
|
|
3535
3596
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-regionalparameter.html#cfn-datazone-environmentblueprintconfiguration-regionalparameter-parameters
|
|
3536
3597
|
'''
|
|
3537
3598
|
result = self._values.get("parameters")
|
|
3538
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
3599
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
3539
3600
|
|
|
3540
3601
|
@builtins.property
|
|
3541
3602
|
def region(self) -> typing.Optional[builtins.str]:
|
|
@@ -6464,14 +6525,15 @@ def _typecheckingstub__b74a6ac4c3e98c769e70eb9dc6e8b5f1e8f347a3615d992ea7f1c0d42
|
|
|
6464
6525
|
id: builtins.str,
|
|
6465
6526
|
*,
|
|
6466
6527
|
domain_identifier: builtins.str,
|
|
6467
|
-
environment_identifier: builtins.str,
|
|
6468
6528
|
name: builtins.str,
|
|
6469
6529
|
project_identifier: builtins.str,
|
|
6470
6530
|
type: builtins.str,
|
|
6471
6531
|
asset_forms_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.FormInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6472
6532
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.DataSourceConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6533
|
+
connection_identifier: typing.Optional[builtins.str] = None,
|
|
6473
6534
|
description: typing.Optional[builtins.str] = None,
|
|
6474
6535
|
enable_setting: typing.Optional[builtins.str] = None,
|
|
6536
|
+
environment_identifier: typing.Optional[builtins.str] = None,
|
|
6475
6537
|
publish_on_import: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6476
6538
|
recommendation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RecommendationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6477
6539
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.ScheduleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -6497,12 +6559,6 @@ def _typecheckingstub__5a7af31e6c5b528548b0d530d4c772805fb61420d812ed44382c7c390
|
|
|
6497
6559
|
"""Type checking stubs"""
|
|
6498
6560
|
pass
|
|
6499
6561
|
|
|
6500
|
-
def _typecheckingstub__8ed64595e5e156084952dfe11e1e064218cba6affcb8bf2736d3e0a177b08bea(
|
|
6501
|
-
value: builtins.str,
|
|
6502
|
-
) -> None:
|
|
6503
|
-
"""Type checking stubs"""
|
|
6504
|
-
pass
|
|
6505
|
-
|
|
6506
6562
|
def _typecheckingstub__2821916d0fb71bfe9878d75d49136fb173b8984bb70e31a4a9720eebf6db3ab3(
|
|
6507
6563
|
value: builtins.str,
|
|
6508
6564
|
) -> None:
|
|
@@ -6533,6 +6589,12 @@ def _typecheckingstub__89afb772730c8209e27316b8af14ef1a6fce9f26db9f31432460eff96
|
|
|
6533
6589
|
"""Type checking stubs"""
|
|
6534
6590
|
pass
|
|
6535
6591
|
|
|
6592
|
+
def _typecheckingstub__caff1a5a915d2678ed1266a9c2f82efe4b3b9c3fcccd444c54fd11e49a43068e(
|
|
6593
|
+
value: typing.Optional[builtins.str],
|
|
6594
|
+
) -> None:
|
|
6595
|
+
"""Type checking stubs"""
|
|
6596
|
+
pass
|
|
6597
|
+
|
|
6536
6598
|
def _typecheckingstub__a7e5b5e600ceeed0171e7700fd1bb1de08837412c76a72396b54b2ddfcd29970(
|
|
6537
6599
|
value: typing.Optional[builtins.str],
|
|
6538
6600
|
) -> None:
|
|
@@ -6545,6 +6607,12 @@ def _typecheckingstub__5c4b8af5e1647731587c5aaa0ac03d7e6980729c429135de819a778bb
|
|
|
6545
6607
|
"""Type checking stubs"""
|
|
6546
6608
|
pass
|
|
6547
6609
|
|
|
6610
|
+
def _typecheckingstub__8ed64595e5e156084952dfe11e1e064218cba6affcb8bf2736d3e0a177b08bea(
|
|
6611
|
+
value: typing.Optional[builtins.str],
|
|
6612
|
+
) -> None:
|
|
6613
|
+
"""Type checking stubs"""
|
|
6614
|
+
pass
|
|
6615
|
+
|
|
6548
6616
|
def _typecheckingstub__9b8ce503c85a6ffdd243c0997e3ddab5dbbb39fc65cc2c74982964209c9e4eaa(
|
|
6549
6617
|
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
6550
6618
|
) -> None:
|
|
@@ -6594,6 +6662,7 @@ def _typecheckingstub__ad6a5a243d0193849a3ba940cfbd956439268966f2ff08bff1fbcf5af
|
|
|
6594
6662
|
*,
|
|
6595
6663
|
relational_filter_configurations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RelationalFilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
6596
6664
|
auto_import_data_quality_result: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6665
|
+
catalog_name: typing.Optional[builtins.str] = None,
|
|
6597
6666
|
data_access_role: typing.Optional[builtins.str] = None,
|
|
6598
6667
|
) -> None:
|
|
6599
6668
|
"""Type checking stubs"""
|
|
@@ -6622,10 +6691,10 @@ def _typecheckingstub__1df8fcf30634f3b35250f98172cf307551610fbd637ef517691ae5581
|
|
|
6622
6691
|
|
|
6623
6692
|
def _typecheckingstub__5dd4c8b6216739fc8295ada55b58407d555982639c53118e9be94f72b8eb8e7c(
|
|
6624
6693
|
*,
|
|
6625
|
-
redshift_credential_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RedshiftCredentialConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6626
|
-
redshift_storage: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RedshiftStorageProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6627
6694
|
relational_filter_configurations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RelationalFilterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
6628
6695
|
data_access_role: typing.Optional[builtins.str] = None,
|
|
6696
|
+
redshift_credential_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RedshiftCredentialConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6697
|
+
redshift_storage: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RedshiftStorageProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6629
6698
|
) -> None:
|
|
6630
6699
|
"""Type checking stubs"""
|
|
6631
6700
|
pass
|
|
@@ -6672,14 +6741,15 @@ def _typecheckingstub__9fc1ad55dd2850c09e234b6cbea1fb383c32658a6b0f4b3e6c9ec1d67
|
|
|
6672
6741
|
def _typecheckingstub__fc5ec98207dd171531ba923ab77ceb4e9c095a2ac7eb083b5faef7393c183f86(
|
|
6673
6742
|
*,
|
|
6674
6743
|
domain_identifier: builtins.str,
|
|
6675
|
-
environment_identifier: builtins.str,
|
|
6676
6744
|
name: builtins.str,
|
|
6677
6745
|
project_identifier: builtins.str,
|
|
6678
6746
|
type: builtins.str,
|
|
6679
6747
|
asset_forms_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.FormInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6680
6748
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.DataSourceConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6749
|
+
connection_identifier: typing.Optional[builtins.str] = None,
|
|
6681
6750
|
description: typing.Optional[builtins.str] = None,
|
|
6682
6751
|
enable_setting: typing.Optional[builtins.str] = None,
|
|
6752
|
+
environment_identifier: typing.Optional[builtins.str] = None,
|
|
6683
6753
|
publish_on_import: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6684
6754
|
recommendation: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.RecommendationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6685
6755
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSource.ScheduleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7012,7 +7082,7 @@ def _typecheckingstub__93fe5a214b768cb7201e2f47a6073bdec0303c4cda4d1d0b739b124ba
|
|
|
7012
7082
|
|
|
7013
7083
|
def _typecheckingstub__563b6d6aa110d6b77fcca8e42c3020852fa0c12036e1ba7f6ee62b2ce30826ff(
|
|
7014
7084
|
*,
|
|
7015
|
-
parameters: typing.Optional[typing.Union[
|
|
7085
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7016
7086
|
region: typing.Optional[builtins.str] = None,
|
|
7017
7087
|
) -> None:
|
|
7018
7088
|
"""Type checking stubs"""
|