aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_wisdom/__init__.py
CHANGED
|
@@ -192,7 +192,7 @@ class CfnAssistant(
|
|
|
192
192
|
if __debug__:
|
|
193
193
|
type_hints = typing.get_type_hints(_typecheckingstub__ded25c09bd072cbcb02cdfdf40580d154663664980378f96c5210edc137dd8c0)
|
|
194
194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
195
|
-
jsii.set(self, "name", value)
|
|
195
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
196
196
|
|
|
197
197
|
@builtins.property
|
|
198
198
|
@jsii.member(jsii_name="type")
|
|
@@ -205,7 +205,7 @@ class CfnAssistant(
|
|
|
205
205
|
if __debug__:
|
|
206
206
|
type_hints = typing.get_type_hints(_typecheckingstub__c131b16ef6a21690f65d4e643bc0f04ea3e1fa9afd2bbf0e89a9bd4b96032657)
|
|
207
207
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
208
|
-
jsii.set(self, "type", value)
|
|
208
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
209
209
|
|
|
210
210
|
@builtins.property
|
|
211
211
|
@jsii.member(jsii_name="description")
|
|
@@ -218,7 +218,7 @@ class CfnAssistant(
|
|
|
218
218
|
if __debug__:
|
|
219
219
|
type_hints = typing.get_type_hints(_typecheckingstub__17115c2ceb35036c54e25dfa13fd4465303e5a759aae943761c84163427b74ed)
|
|
220
220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
221
|
-
jsii.set(self, "description", value)
|
|
221
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
222
222
|
|
|
223
223
|
@builtins.property
|
|
224
224
|
@jsii.member(jsii_name="serverSideEncryptionConfiguration")
|
|
@@ -236,7 +236,7 @@ class CfnAssistant(
|
|
|
236
236
|
if __debug__:
|
|
237
237
|
type_hints = typing.get_type_hints(_typecheckingstub__fb8470e364668ea9060baa4a3306507e0ded02773f75cc435d33474d30577d1b)
|
|
238
238
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
239
|
-
jsii.set(self, "serverSideEncryptionConfiguration", value)
|
|
239
|
+
jsii.set(self, "serverSideEncryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
240
240
|
|
|
241
241
|
@builtins.property
|
|
242
242
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -249,7 +249,7 @@ class CfnAssistant(
|
|
|
249
249
|
if __debug__:
|
|
250
250
|
type_hints = typing.get_type_hints(_typecheckingstub__3a82c89946835215b7304a7033eacc23c202ee6ae8e17e73d0ba34f1dbaf1416)
|
|
251
251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
252
|
-
jsii.set(self, "tagsRaw", value)
|
|
252
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
253
253
|
|
|
254
254
|
@jsii.data_type(
|
|
255
255
|
jsii_type="aws-cdk-lib.aws_wisdom.CfnAssistant.ServerSideEncryptionConfigurationProperty",
|
|
@@ -450,7 +450,7 @@ class CfnAssistantAssociation(
|
|
|
450
450
|
if __debug__:
|
|
451
451
|
type_hints = typing.get_type_hints(_typecheckingstub__8c72c215a467df1527e01f95d41dc85287728a80fa94729b3ff14b2b1312fb30)
|
|
452
452
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
453
|
-
jsii.set(self, "assistantId", value)
|
|
453
|
+
jsii.set(self, "assistantId", value) # pyright: ignore[reportArgumentType]
|
|
454
454
|
|
|
455
455
|
@builtins.property
|
|
456
456
|
@jsii.member(jsii_name="association")
|
|
@@ -468,7 +468,7 @@ class CfnAssistantAssociation(
|
|
|
468
468
|
if __debug__:
|
|
469
469
|
type_hints = typing.get_type_hints(_typecheckingstub__e46eeb6364ccf0b8f92618927437f56df6248417cb401c056b83fe5692feb0f8)
|
|
470
470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
471
|
-
jsii.set(self, "association", value)
|
|
471
|
+
jsii.set(self, "association", value) # pyright: ignore[reportArgumentType]
|
|
472
472
|
|
|
473
473
|
@builtins.property
|
|
474
474
|
@jsii.member(jsii_name="associationType")
|
|
@@ -481,7 +481,7 @@ class CfnAssistantAssociation(
|
|
|
481
481
|
if __debug__:
|
|
482
482
|
type_hints = typing.get_type_hints(_typecheckingstub__48fcb269f8dde8b147d1a0d7681e40817cb35b599f00a24aff263a84df4cea90)
|
|
483
483
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
484
|
-
jsii.set(self, "associationType", value)
|
|
484
|
+
jsii.set(self, "associationType", value) # pyright: ignore[reportArgumentType]
|
|
485
485
|
|
|
486
486
|
@builtins.property
|
|
487
487
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -494,7 +494,7 @@ class CfnAssistantAssociation(
|
|
|
494
494
|
if __debug__:
|
|
495
495
|
type_hints = typing.get_type_hints(_typecheckingstub__ea3d3cb4fe1048c256fc8719ac3d18f47cb21ef29730dd9d1f53a9304ccd4030)
|
|
496
496
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
497
|
-
jsii.set(self, "tagsRaw", value)
|
|
497
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
498
498
|
|
|
499
499
|
@jsii.data_type(
|
|
500
500
|
jsii_type="aws-cdk-lib.aws_wisdom.CfnAssistantAssociation.AssociationDataProperty",
|
|
@@ -954,7 +954,7 @@ class CfnKnowledgeBase(
|
|
|
954
954
|
if __debug__:
|
|
955
955
|
type_hints = typing.get_type_hints(_typecheckingstub__93bc0b75027c2aaed7afea32df7bbe9ea25daf054d032e869d4b65d3c73427e3)
|
|
956
956
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
957
|
-
jsii.set(self, "knowledgeBaseType", value)
|
|
957
|
+
jsii.set(self, "knowledgeBaseType", value) # pyright: ignore[reportArgumentType]
|
|
958
958
|
|
|
959
959
|
@builtins.property
|
|
960
960
|
@jsii.member(jsii_name="name")
|
|
@@ -967,7 +967,7 @@ class CfnKnowledgeBase(
|
|
|
967
967
|
if __debug__:
|
|
968
968
|
type_hints = typing.get_type_hints(_typecheckingstub__06da4251d33a92a96fd91655710caf394cf4fa6fe728e86b20be47c80f50c450)
|
|
969
969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
970
|
-
jsii.set(self, "name", value)
|
|
970
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
971
971
|
|
|
972
972
|
@builtins.property
|
|
973
973
|
@jsii.member(jsii_name="description")
|
|
@@ -980,7 +980,7 @@ class CfnKnowledgeBase(
|
|
|
980
980
|
if __debug__:
|
|
981
981
|
type_hints = typing.get_type_hints(_typecheckingstub__b8e87e39918fdfb349935e6c5b5b76307ecd838c21583fab217f7d88ca3ea67c)
|
|
982
982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
983
|
-
jsii.set(self, "description", value)
|
|
983
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
984
984
|
|
|
985
985
|
@builtins.property
|
|
986
986
|
@jsii.member(jsii_name="renderingConfiguration")
|
|
@@ -998,7 +998,7 @@ class CfnKnowledgeBase(
|
|
|
998
998
|
if __debug__:
|
|
999
999
|
type_hints = typing.get_type_hints(_typecheckingstub__3dbfe6a279891a574d7128da28db41ca74ec109e76fb61b5b9db27b1ee815fba)
|
|
1000
1000
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1001
|
-
jsii.set(self, "renderingConfiguration", value)
|
|
1001
|
+
jsii.set(self, "renderingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1002
1002
|
|
|
1003
1003
|
@builtins.property
|
|
1004
1004
|
@jsii.member(jsii_name="serverSideEncryptionConfiguration")
|
|
@@ -1016,7 +1016,7 @@ class CfnKnowledgeBase(
|
|
|
1016
1016
|
if __debug__:
|
|
1017
1017
|
type_hints = typing.get_type_hints(_typecheckingstub__221e4b62cf601d8c0e6300aceb9f7a7bfe38ac19093345137be6abb3f22756d8)
|
|
1018
1018
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1019
|
-
jsii.set(self, "serverSideEncryptionConfiguration", value)
|
|
1019
|
+
jsii.set(self, "serverSideEncryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1020
1020
|
|
|
1021
1021
|
@builtins.property
|
|
1022
1022
|
@jsii.member(jsii_name="sourceConfiguration")
|
|
@@ -1034,7 +1034,7 @@ class CfnKnowledgeBase(
|
|
|
1034
1034
|
if __debug__:
|
|
1035
1035
|
type_hints = typing.get_type_hints(_typecheckingstub__0ab7292e64b294c529dec00a33cfb2da96ff80581b3e1376c67027a944849691)
|
|
1036
1036
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1037
|
-
jsii.set(self, "sourceConfiguration", value)
|
|
1037
|
+
jsii.set(self, "sourceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1038
1038
|
|
|
1039
1039
|
@builtins.property
|
|
1040
1040
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1047,7 +1047,7 @@ class CfnKnowledgeBase(
|
|
|
1047
1047
|
if __debug__:
|
|
1048
1048
|
type_hints = typing.get_type_hints(_typecheckingstub__b654968450798e9434ae157e80b0efdde965d3d9cf517c41c4fcdcfa66e910f8)
|
|
1049
1049
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1050
|
-
jsii.set(self, "tagsRaw", value)
|
|
1050
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1051
1051
|
|
|
1052
1052
|
@jsii.data_type(
|
|
1053
1053
|
jsii_type="aws-cdk-lib.aws_wisdom.CfnKnowledgeBase.AppIntegrationsConfigurationProperty",
|
|
@@ -187,7 +187,7 @@ class CfnConnectionAlias(
|
|
|
187
187
|
if __debug__:
|
|
188
188
|
type_hints = typing.get_type_hints(_typecheckingstub__ac8b72c0a6880f896fe31f0555dd87dfdcce86c05579ff4a417ab736a03b4fda)
|
|
189
189
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
190
|
-
jsii.set(self, "connectionString", value)
|
|
190
|
+
jsii.set(self, "connectionString", value) # pyright: ignore[reportArgumentType]
|
|
191
191
|
|
|
192
192
|
@builtins.property
|
|
193
193
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -200,7 +200,7 @@ class CfnConnectionAlias(
|
|
|
200
200
|
if __debug__:
|
|
201
201
|
type_hints = typing.get_type_hints(_typecheckingstub__6cf34741743106631ede324d61fdd5ed726b94e64d09574347d59201303db6f9)
|
|
202
202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
203
|
-
jsii.set(self, "tagsRaw", value)
|
|
203
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
204
204
|
|
|
205
205
|
@jsii.data_type(
|
|
206
206
|
jsii_type="aws-cdk-lib.aws_workspaces.CfnConnectionAlias.ConnectionAliasAssociationProperty",
|
|
@@ -538,7 +538,7 @@ class CfnWorkspace(
|
|
|
538
538
|
if __debug__:
|
|
539
539
|
type_hints = typing.get_type_hints(_typecheckingstub__f2f2e671a0d784d1293a9f59800a4ee9327ac8c35d2975eb4bccf99d78c24ba3)
|
|
540
540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
541
|
-
jsii.set(self, "bundleId", value)
|
|
541
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
542
542
|
|
|
543
543
|
@builtins.property
|
|
544
544
|
@jsii.member(jsii_name="directoryId")
|
|
@@ -551,7 +551,7 @@ class CfnWorkspace(
|
|
|
551
551
|
if __debug__:
|
|
552
552
|
type_hints = typing.get_type_hints(_typecheckingstub__098a48aaecf371ba14035ae50fde38957b608503f7c78dc0f9568806cd61b926)
|
|
553
553
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
554
|
-
jsii.set(self, "directoryId", value)
|
|
554
|
+
jsii.set(self, "directoryId", value) # pyright: ignore[reportArgumentType]
|
|
555
555
|
|
|
556
556
|
@builtins.property
|
|
557
557
|
@jsii.member(jsii_name="userName")
|
|
@@ -564,7 +564,7 @@ class CfnWorkspace(
|
|
|
564
564
|
if __debug__:
|
|
565
565
|
type_hints = typing.get_type_hints(_typecheckingstub__225037370c6d4ae1d7c6fb794db70699fb16815233054c687f769b05c6298ddc)
|
|
566
566
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
567
|
-
jsii.set(self, "userName", value)
|
|
567
|
+
jsii.set(self, "userName", value) # pyright: ignore[reportArgumentType]
|
|
568
568
|
|
|
569
569
|
@builtins.property
|
|
570
570
|
@jsii.member(jsii_name="rootVolumeEncryptionEnabled")
|
|
@@ -582,7 +582,7 @@ class CfnWorkspace(
|
|
|
582
582
|
if __debug__:
|
|
583
583
|
type_hints = typing.get_type_hints(_typecheckingstub__bb29c66862be75fab751682c7102c72c4846798afbc12b529f0ece9b38719128)
|
|
584
584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
585
|
-
jsii.set(self, "rootVolumeEncryptionEnabled", value)
|
|
585
|
+
jsii.set(self, "rootVolumeEncryptionEnabled", value) # pyright: ignore[reportArgumentType]
|
|
586
586
|
|
|
587
587
|
@builtins.property
|
|
588
588
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -595,7 +595,7 @@ class CfnWorkspace(
|
|
|
595
595
|
if __debug__:
|
|
596
596
|
type_hints = typing.get_type_hints(_typecheckingstub__1f2a501e8ab3d90f102a797f62bdece7b78195c5b29e714a25825ca056f061c4)
|
|
597
597
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
598
|
-
jsii.set(self, "tagsRaw", value)
|
|
598
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
599
599
|
|
|
600
600
|
@builtins.property
|
|
601
601
|
@jsii.member(jsii_name="userVolumeEncryptionEnabled")
|
|
@@ -613,7 +613,7 @@ class CfnWorkspace(
|
|
|
613
613
|
if __debug__:
|
|
614
614
|
type_hints = typing.get_type_hints(_typecheckingstub__8bd38103f5213efdd25dca3a2f0c8dcbf665bbcfb052ef6f4c929ce79e0719d6)
|
|
615
615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
616
|
-
jsii.set(self, "userVolumeEncryptionEnabled", value)
|
|
616
|
+
jsii.set(self, "userVolumeEncryptionEnabled", value) # pyright: ignore[reportArgumentType]
|
|
617
617
|
|
|
618
618
|
@builtins.property
|
|
619
619
|
@jsii.member(jsii_name="volumeEncryptionKey")
|
|
@@ -626,7 +626,7 @@ class CfnWorkspace(
|
|
|
626
626
|
if __debug__:
|
|
627
627
|
type_hints = typing.get_type_hints(_typecheckingstub__0670847357c5e2a262f5f7ce5cb07d9b48f5d29700739766ad22e91419e89b88)
|
|
628
628
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
629
|
-
jsii.set(self, "volumeEncryptionKey", value)
|
|
629
|
+
jsii.set(self, "volumeEncryptionKey", value) # pyright: ignore[reportArgumentType]
|
|
630
630
|
|
|
631
631
|
@builtins.property
|
|
632
632
|
@jsii.member(jsii_name="workspaceProperties")
|
|
@@ -644,7 +644,7 @@ class CfnWorkspace(
|
|
|
644
644
|
if __debug__:
|
|
645
645
|
type_hints = typing.get_type_hints(_typecheckingstub__cbfa33f0e5fe13fa6e31e4fac282721ea7584fa1e07cea2b5dc3a6a41028a2ad)
|
|
646
646
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
647
|
-
jsii.set(self, "workspaceProperties", value)
|
|
647
|
+
jsii.set(self, "workspaceProperties", value) # pyright: ignore[reportArgumentType]
|
|
648
648
|
|
|
649
649
|
@jsii.data_type(
|
|
650
650
|
jsii_type="aws-cdk-lib.aws_workspaces.CfnWorkspace.WorkspacePropertiesProperty",
|
|
@@ -1140,7 +1140,7 @@ class CfnWorkspacesPool(
|
|
|
1140
1140
|
if __debug__:
|
|
1141
1141
|
type_hints = typing.get_type_hints(_typecheckingstub__0452074a51df88aa4932643faa31ebd1eccc5cee06312ade358694132b52084a)
|
|
1142
1142
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1143
|
-
jsii.set(self, "bundleId", value)
|
|
1143
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
1144
1144
|
|
|
1145
1145
|
@builtins.property
|
|
1146
1146
|
@jsii.member(jsii_name="capacity")
|
|
@@ -1158,7 +1158,7 @@ class CfnWorkspacesPool(
|
|
|
1158
1158
|
if __debug__:
|
|
1159
1159
|
type_hints = typing.get_type_hints(_typecheckingstub__6c57f030f2306ece2ea0c01485d454bac3da27c5dc44bd0b7ba4d7e46018432e)
|
|
1160
1160
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1161
|
-
jsii.set(self, "capacity", value)
|
|
1161
|
+
jsii.set(self, "capacity", value) # pyright: ignore[reportArgumentType]
|
|
1162
1162
|
|
|
1163
1163
|
@builtins.property
|
|
1164
1164
|
@jsii.member(jsii_name="directoryId")
|
|
@@ -1171,7 +1171,7 @@ class CfnWorkspacesPool(
|
|
|
1171
1171
|
if __debug__:
|
|
1172
1172
|
type_hints = typing.get_type_hints(_typecheckingstub__b8d6e0e3699724e780725f41f79c5fa5a20dddef0c63fb39c3b1dc0ad1f999af)
|
|
1173
1173
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1174
|
-
jsii.set(self, "directoryId", value)
|
|
1174
|
+
jsii.set(self, "directoryId", value) # pyright: ignore[reportArgumentType]
|
|
1175
1175
|
|
|
1176
1176
|
@builtins.property
|
|
1177
1177
|
@jsii.member(jsii_name="poolName")
|
|
@@ -1184,7 +1184,7 @@ class CfnWorkspacesPool(
|
|
|
1184
1184
|
if __debug__:
|
|
1185
1185
|
type_hints = typing.get_type_hints(_typecheckingstub__be64bf569690a63465e1cb83bfe620df5dc0e4eb9288b061c8c5ce9acc7ed6cf)
|
|
1186
1186
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1187
|
-
jsii.set(self, "poolName", value)
|
|
1187
|
+
jsii.set(self, "poolName", value) # pyright: ignore[reportArgumentType]
|
|
1188
1188
|
|
|
1189
1189
|
@builtins.property
|
|
1190
1190
|
@jsii.member(jsii_name="applicationSettings")
|
|
@@ -1202,7 +1202,7 @@ class CfnWorkspacesPool(
|
|
|
1202
1202
|
if __debug__:
|
|
1203
1203
|
type_hints = typing.get_type_hints(_typecheckingstub__910fbbdd803ad5d164bc189f1acae9c33a7b4357cf407bdba7e99d2fa0824bb7)
|
|
1204
1204
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1205
|
-
jsii.set(self, "applicationSettings", value)
|
|
1205
|
+
jsii.set(self, "applicationSettings", value) # pyright: ignore[reportArgumentType]
|
|
1206
1206
|
|
|
1207
1207
|
@builtins.property
|
|
1208
1208
|
@jsii.member(jsii_name="description")
|
|
@@ -1215,7 +1215,7 @@ class CfnWorkspacesPool(
|
|
|
1215
1215
|
if __debug__:
|
|
1216
1216
|
type_hints = typing.get_type_hints(_typecheckingstub__c0a41c1359bb84431b1e88b8ac1a3bbf0d34dc2ab1b9004f79a2f0891725fd76)
|
|
1217
1217
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1218
|
-
jsii.set(self, "description", value)
|
|
1218
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1219
1219
|
|
|
1220
1220
|
@builtins.property
|
|
1221
1221
|
@jsii.member(jsii_name="tags")
|
|
@@ -1228,7 +1228,7 @@ class CfnWorkspacesPool(
|
|
|
1228
1228
|
if __debug__:
|
|
1229
1229
|
type_hints = typing.get_type_hints(_typecheckingstub__a940a91e0c4bd8a1424475cae423b68c22b5107bb7454e6d62fa5d1a232ac829)
|
|
1230
1230
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1231
|
-
jsii.set(self, "tags", value)
|
|
1231
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1232
1232
|
|
|
1233
1233
|
@builtins.property
|
|
1234
1234
|
@jsii.member(jsii_name="timeoutSettings")
|
|
@@ -1246,7 +1246,7 @@ class CfnWorkspacesPool(
|
|
|
1246
1246
|
if __debug__:
|
|
1247
1247
|
type_hints = typing.get_type_hints(_typecheckingstub__1878f21dfd9d97896d58974c22ca93f62dbad42d1696ecad5a5dd10ef4d5a465)
|
|
1248
1248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1249
|
-
jsii.set(self, "timeoutSettings", value)
|
|
1249
|
+
jsii.set(self, "timeoutSettings", value) # pyright: ignore[reportArgumentType]
|
|
1250
1250
|
|
|
1251
1251
|
@jsii.data_type(
|
|
1252
1252
|
jsii_type="aws-cdk-lib.aws_workspaces.CfnWorkspacesPool.ApplicationSettingsProperty",
|
|
@@ -88,6 +88,10 @@ class CfnEnvironment(
|
|
|
88
88
|
# the properties below are optional
|
|
89
89
|
desired_software_set_id="desiredSoftwareSetId",
|
|
90
90
|
desktop_endpoint="desktopEndpoint",
|
|
91
|
+
device_creation_tags=[CfnTag(
|
|
92
|
+
key="key",
|
|
93
|
+
value="value"
|
|
94
|
+
)],
|
|
91
95
|
kms_key_arn="kmsKeyArn",
|
|
92
96
|
maintenance_window=workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty(
|
|
93
97
|
type="type",
|
|
@@ -118,6 +122,7 @@ class CfnEnvironment(
|
|
|
118
122
|
desktop_arn: builtins.str,
|
|
119
123
|
desired_software_set_id: typing.Optional[builtins.str] = None,
|
|
120
124
|
desktop_endpoint: typing.Optional[builtins.str] = None,
|
|
125
|
+
device_creation_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
121
126
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
122
127
|
maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.MaintenanceWindowProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
123
128
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -131,6 +136,7 @@ class CfnEnvironment(
|
|
|
131
136
|
:param desktop_arn: The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
|
132
137
|
:param desired_software_set_id: The ID of the software set to apply.
|
|
133
138
|
:param desktop_endpoint: The URL for the identity provider login (only for environments that use AppStream 2.0).
|
|
139
|
+
:param device_creation_tags: The tag keys and optional values for the newly created devices for this environment.
|
|
134
140
|
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
|
|
135
141
|
:param maintenance_window: A specification for a time window to apply software updates.
|
|
136
142
|
:param name: The name of the environment.
|
|
@@ -146,6 +152,7 @@ class CfnEnvironment(
|
|
|
146
152
|
desktop_arn=desktop_arn,
|
|
147
153
|
desired_software_set_id=desired_software_set_id,
|
|
148
154
|
desktop_endpoint=desktop_endpoint,
|
|
155
|
+
device_creation_tags=device_creation_tags,
|
|
149
156
|
kms_key_arn=kms_key_arn,
|
|
150
157
|
maintenance_window=maintenance_window,
|
|
151
158
|
name=name,
|
|
@@ -298,7 +305,7 @@ class CfnEnvironment(
|
|
|
298
305
|
if __debug__:
|
|
299
306
|
type_hints = typing.get_type_hints(_typecheckingstub__a3e78b8edaf64495b4cbfe5aebcac6adc52a26a4ce11d20899c252e79e244206)
|
|
300
307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
301
|
-
jsii.set(self, "desktopArn", value)
|
|
308
|
+
jsii.set(self, "desktopArn", value) # pyright: ignore[reportArgumentType]
|
|
302
309
|
|
|
303
310
|
@builtins.property
|
|
304
311
|
@jsii.member(jsii_name="desiredSoftwareSetId")
|
|
@@ -311,7 +318,7 @@ class CfnEnvironment(
|
|
|
311
318
|
if __debug__:
|
|
312
319
|
type_hints = typing.get_type_hints(_typecheckingstub__b4c2ed95db27be33e3e87a02e5be888ffbd88c1858352eb59579f9982d0b49c4)
|
|
313
320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
314
|
-
jsii.set(self, "desiredSoftwareSetId", value)
|
|
321
|
+
jsii.set(self, "desiredSoftwareSetId", value) # pyright: ignore[reportArgumentType]
|
|
315
322
|
|
|
316
323
|
@builtins.property
|
|
317
324
|
@jsii.member(jsii_name="desktopEndpoint")
|
|
@@ -324,7 +331,25 @@ class CfnEnvironment(
|
|
|
324
331
|
if __debug__:
|
|
325
332
|
type_hints = typing.get_type_hints(_typecheckingstub__2010c2730a9883ccf9f06acb0b4a9053fdfc7f663d75f04c3541325dfde780de)
|
|
326
333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
327
|
-
jsii.set(self, "desktopEndpoint", value)
|
|
334
|
+
jsii.set(self, "desktopEndpoint", value) # pyright: ignore[reportArgumentType]
|
|
335
|
+
|
|
336
|
+
@builtins.property
|
|
337
|
+
@jsii.member(jsii_name="deviceCreationTags")
|
|
338
|
+
def device_creation_tags(
|
|
339
|
+
self,
|
|
340
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
341
|
+
'''The tag keys and optional values for the newly created devices for this environment.'''
|
|
342
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]], jsii.get(self, "deviceCreationTags"))
|
|
343
|
+
|
|
344
|
+
@device_creation_tags.setter
|
|
345
|
+
def device_creation_tags(
|
|
346
|
+
self,
|
|
347
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]],
|
|
348
|
+
) -> None:
|
|
349
|
+
if __debug__:
|
|
350
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f4310da2a2f34d2bb3588f2923e2ba6ee1fce6772bbfff0e9538abbf5b9bf189)
|
|
351
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
352
|
+
jsii.set(self, "deviceCreationTags", value) # pyright: ignore[reportArgumentType]
|
|
328
353
|
|
|
329
354
|
@builtins.property
|
|
330
355
|
@jsii.member(jsii_name="kmsKeyArn")
|
|
@@ -337,7 +362,7 @@ class CfnEnvironment(
|
|
|
337
362
|
if __debug__:
|
|
338
363
|
type_hints = typing.get_type_hints(_typecheckingstub__a24926b91b3bb51316eea9ee2d4402ec7f3406b7e104cbbe3be155f02445d2f1)
|
|
339
364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
340
|
-
jsii.set(self, "kmsKeyArn", value)
|
|
365
|
+
jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
|
|
341
366
|
|
|
342
367
|
@builtins.property
|
|
343
368
|
@jsii.member(jsii_name="maintenanceWindow")
|
|
@@ -355,7 +380,7 @@ class CfnEnvironment(
|
|
|
355
380
|
if __debug__:
|
|
356
381
|
type_hints = typing.get_type_hints(_typecheckingstub__5c024c54088873ac76991013b9257c5932410af2555e0e9f9fc47e5c1ae21e57)
|
|
357
382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
358
|
-
jsii.set(self, "maintenanceWindow", value)
|
|
383
|
+
jsii.set(self, "maintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
359
384
|
|
|
360
385
|
@builtins.property
|
|
361
386
|
@jsii.member(jsii_name="name")
|
|
@@ -368,7 +393,7 @@ class CfnEnvironment(
|
|
|
368
393
|
if __debug__:
|
|
369
394
|
type_hints = typing.get_type_hints(_typecheckingstub__6fcadafc2cbcc71c5e3164f5e903a7a7ecaded42b442bf9cf4c254d4b48d7d81)
|
|
370
395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
371
|
-
jsii.set(self, "name", value)
|
|
396
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
372
397
|
|
|
373
398
|
@builtins.property
|
|
374
399
|
@jsii.member(jsii_name="softwareSetUpdateMode")
|
|
@@ -381,7 +406,7 @@ class CfnEnvironment(
|
|
|
381
406
|
if __debug__:
|
|
382
407
|
type_hints = typing.get_type_hints(_typecheckingstub__634183bf8790de645bea99a416b64f052c207d6aa181b57679c8929b24366ca6)
|
|
383
408
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
384
|
-
jsii.set(self, "softwareSetUpdateMode", value)
|
|
409
|
+
jsii.set(self, "softwareSetUpdateMode", value) # pyright: ignore[reportArgumentType]
|
|
385
410
|
|
|
386
411
|
@builtins.property
|
|
387
412
|
@jsii.member(jsii_name="softwareSetUpdateSchedule")
|
|
@@ -397,7 +422,7 @@ class CfnEnvironment(
|
|
|
397
422
|
if __debug__:
|
|
398
423
|
type_hints = typing.get_type_hints(_typecheckingstub__c745e69d677c6272e5f655e543ca77d28470467bcc0d05a9fdd1e3ec9490f3f8)
|
|
399
424
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
400
|
-
jsii.set(self, "softwareSetUpdateSchedule", value)
|
|
425
|
+
jsii.set(self, "softwareSetUpdateSchedule", value) # pyright: ignore[reportArgumentType]
|
|
401
426
|
|
|
402
427
|
@builtins.property
|
|
403
428
|
@jsii.member(jsii_name="tags")
|
|
@@ -410,7 +435,7 @@ class CfnEnvironment(
|
|
|
410
435
|
if __debug__:
|
|
411
436
|
type_hints = typing.get_type_hints(_typecheckingstub__c9a06cd7a626e651ef6d755e20fc0f4ae84020634911fc131aedefc4b786d8e4)
|
|
412
437
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
413
|
-
jsii.set(self, "tags", value)
|
|
438
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
414
439
|
|
|
415
440
|
@jsii.data_type(
|
|
416
441
|
jsii_type="aws-cdk-lib.aws_workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty",
|
|
@@ -576,6 +601,7 @@ class CfnEnvironment(
|
|
|
576
601
|
"desktop_arn": "desktopArn",
|
|
577
602
|
"desired_software_set_id": "desiredSoftwareSetId",
|
|
578
603
|
"desktop_endpoint": "desktopEndpoint",
|
|
604
|
+
"device_creation_tags": "deviceCreationTags",
|
|
579
605
|
"kms_key_arn": "kmsKeyArn",
|
|
580
606
|
"maintenance_window": "maintenanceWindow",
|
|
581
607
|
"name": "name",
|
|
@@ -591,6 +617,7 @@ class CfnEnvironmentProps:
|
|
|
591
617
|
desktop_arn: builtins.str,
|
|
592
618
|
desired_software_set_id: typing.Optional[builtins.str] = None,
|
|
593
619
|
desktop_endpoint: typing.Optional[builtins.str] = None,
|
|
620
|
+
device_creation_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
594
621
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
595
622
|
maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
596
623
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -603,6 +630,7 @@ class CfnEnvironmentProps:
|
|
|
603
630
|
:param desktop_arn: The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
|
604
631
|
:param desired_software_set_id: The ID of the software set to apply.
|
|
605
632
|
:param desktop_endpoint: The URL for the identity provider login (only for environments that use AppStream 2.0).
|
|
633
|
+
:param device_creation_tags: The tag keys and optional values for the newly created devices for this environment.
|
|
606
634
|
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
|
|
607
635
|
:param maintenance_window: A specification for a time window to apply software updates.
|
|
608
636
|
:param name: The name of the environment.
|
|
@@ -625,6 +653,10 @@ class CfnEnvironmentProps:
|
|
|
625
653
|
# the properties below are optional
|
|
626
654
|
desired_software_set_id="desiredSoftwareSetId",
|
|
627
655
|
desktop_endpoint="desktopEndpoint",
|
|
656
|
+
device_creation_tags=[CfnTag(
|
|
657
|
+
key="key",
|
|
658
|
+
value="value"
|
|
659
|
+
)],
|
|
628
660
|
kms_key_arn="kmsKeyArn",
|
|
629
661
|
maintenance_window=workspacesthinclient.CfnEnvironment.MaintenanceWindowProperty(
|
|
630
662
|
type="type",
|
|
@@ -651,6 +683,7 @@ class CfnEnvironmentProps:
|
|
|
651
683
|
check_type(argname="argument desktop_arn", value=desktop_arn, expected_type=type_hints["desktop_arn"])
|
|
652
684
|
check_type(argname="argument desired_software_set_id", value=desired_software_set_id, expected_type=type_hints["desired_software_set_id"])
|
|
653
685
|
check_type(argname="argument desktop_endpoint", value=desktop_endpoint, expected_type=type_hints["desktop_endpoint"])
|
|
686
|
+
check_type(argname="argument device_creation_tags", value=device_creation_tags, expected_type=type_hints["device_creation_tags"])
|
|
654
687
|
check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
|
|
655
688
|
check_type(argname="argument maintenance_window", value=maintenance_window, expected_type=type_hints["maintenance_window"])
|
|
656
689
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
@@ -664,6 +697,8 @@ class CfnEnvironmentProps:
|
|
|
664
697
|
self._values["desired_software_set_id"] = desired_software_set_id
|
|
665
698
|
if desktop_endpoint is not None:
|
|
666
699
|
self._values["desktop_endpoint"] = desktop_endpoint
|
|
700
|
+
if device_creation_tags is not None:
|
|
701
|
+
self._values["device_creation_tags"] = device_creation_tags
|
|
667
702
|
if kms_key_arn is not None:
|
|
668
703
|
self._values["kms_key_arn"] = kms_key_arn
|
|
669
704
|
if maintenance_window is not None:
|
|
@@ -705,6 +740,17 @@ class CfnEnvironmentProps:
|
|
|
705
740
|
result = self._values.get("desktop_endpoint")
|
|
706
741
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
707
742
|
|
|
743
|
+
@builtins.property
|
|
744
|
+
def device_creation_tags(
|
|
745
|
+
self,
|
|
746
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
747
|
+
'''The tag keys and optional values for the newly created devices for this environment.
|
|
748
|
+
|
|
749
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesthinclient-environment.html#cfn-workspacesthinclient-environment-devicecreationtags
|
|
750
|
+
'''
|
|
751
|
+
result = self._values.get("device_creation_tags")
|
|
752
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]], result)
|
|
753
|
+
|
|
708
754
|
@builtins.property
|
|
709
755
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
710
756
|
'''The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
|
|
@@ -789,6 +835,7 @@ def _typecheckingstub__71de71c28d2a60cf68cffac5043975f99ea7f8d1359578b88902be0ce
|
|
|
789
835
|
desktop_arn: builtins.str,
|
|
790
836
|
desired_software_set_id: typing.Optional[builtins.str] = None,
|
|
791
837
|
desktop_endpoint: typing.Optional[builtins.str] = None,
|
|
838
|
+
device_creation_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
792
839
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
793
840
|
maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
794
841
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -829,6 +876,12 @@ def _typecheckingstub__2010c2730a9883ccf9f06acb0b4a9053fdfc7f663d75f04c3541325df
|
|
|
829
876
|
"""Type checking stubs"""
|
|
830
877
|
pass
|
|
831
878
|
|
|
879
|
+
def _typecheckingstub__f4310da2a2f34d2bb3588f2923e2ba6ee1fce6772bbfff0e9538abbf5b9bf189(
|
|
880
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]],
|
|
881
|
+
) -> None:
|
|
882
|
+
"""Type checking stubs"""
|
|
883
|
+
pass
|
|
884
|
+
|
|
832
885
|
def _typecheckingstub__a24926b91b3bb51316eea9ee2d4402ec7f3406b7e104cbbe3be155f02445d2f1(
|
|
833
886
|
value: typing.Optional[builtins.str],
|
|
834
887
|
) -> None:
|
|
@@ -883,6 +936,7 @@ def _typecheckingstub__d5ade8c81bf6b62d21c53769263cd25b48d66d29f3ae96ec22ac8fb14
|
|
|
883
936
|
desktop_arn: builtins.str,
|
|
884
937
|
desired_software_set_id: typing.Optional[builtins.str] = None,
|
|
885
938
|
desktop_endpoint: typing.Optional[builtins.str] = None,
|
|
939
|
+
device_creation_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
886
940
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
887
941
|
maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
888
942
|
name: typing.Optional[builtins.str] = None,
|