aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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.1.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 +143 -130
- 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 +15766 -3438
- 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 +47 -33
- 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 +99 -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 +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -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 +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- 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 +98 -98
- 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 +490 -34
- 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 +49 -40
- 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 +127 -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 +2414 -282
- 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 +176 -105
- 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 +289 -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.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.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.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -237,7 +237,7 @@ class CfnComponent(
|
|
|
237
237
|
if __debug__:
|
|
238
238
|
type_hints = typing.get_type_hints(_typecheckingstub__ad2e949f47b8d1f3fa28e8aecc85097ba0e494b4114a67857ca7449b71baa7eb)
|
|
239
239
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
240
|
-
jsii.set(self, "name", value)
|
|
240
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
241
241
|
|
|
242
242
|
@builtins.property
|
|
243
243
|
@jsii.member(jsii_name="platform")
|
|
@@ -250,7 +250,7 @@ class CfnComponent(
|
|
|
250
250
|
if __debug__:
|
|
251
251
|
type_hints = typing.get_type_hints(_typecheckingstub__0512be6fd4c9842ff94428cb157263d19145ec3979a5af8b91ef02839bf0a59a)
|
|
252
252
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
253
|
-
jsii.set(self, "platform", value)
|
|
253
|
+
jsii.set(self, "platform", value) # pyright: ignore[reportArgumentType]
|
|
254
254
|
|
|
255
255
|
@builtins.property
|
|
256
256
|
@jsii.member(jsii_name="version")
|
|
@@ -263,7 +263,7 @@ class CfnComponent(
|
|
|
263
263
|
if __debug__:
|
|
264
264
|
type_hints = typing.get_type_hints(_typecheckingstub__ff0f73dccd3a4b2cd5091fd524dac54a149f454f8e4b95ebdbc8bf2d847d695a)
|
|
265
265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
266
|
-
jsii.set(self, "version", value)
|
|
266
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
267
267
|
|
|
268
268
|
@builtins.property
|
|
269
269
|
@jsii.member(jsii_name="changeDescription")
|
|
@@ -276,7 +276,7 @@ class CfnComponent(
|
|
|
276
276
|
if __debug__:
|
|
277
277
|
type_hints = typing.get_type_hints(_typecheckingstub__789ae8523d5582d7b263d5e4e40edc52e6cd54e33a4a8a9da22ce8a46158e664)
|
|
278
278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
279
|
-
jsii.set(self, "changeDescription", value)
|
|
279
|
+
jsii.set(self, "changeDescription", value) # pyright: ignore[reportArgumentType]
|
|
280
280
|
|
|
281
281
|
@builtins.property
|
|
282
282
|
@jsii.member(jsii_name="data")
|
|
@@ -289,7 +289,7 @@ class CfnComponent(
|
|
|
289
289
|
if __debug__:
|
|
290
290
|
type_hints = typing.get_type_hints(_typecheckingstub__87721af8240816306f3213003a08de03e0d6e02c52557a8099b6c11f6103e348)
|
|
291
291
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
292
|
-
jsii.set(self, "data", value)
|
|
292
|
+
jsii.set(self, "data", value) # pyright: ignore[reportArgumentType]
|
|
293
293
|
|
|
294
294
|
@builtins.property
|
|
295
295
|
@jsii.member(jsii_name="description")
|
|
@@ -302,7 +302,7 @@ class CfnComponent(
|
|
|
302
302
|
if __debug__:
|
|
303
303
|
type_hints = typing.get_type_hints(_typecheckingstub__1fc3d50c994f77416bd1fab3b0e2629efe837f684884eb6608ef71e4e7806ece)
|
|
304
304
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
305
|
-
jsii.set(self, "description", value)
|
|
305
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
306
306
|
|
|
307
307
|
@builtins.property
|
|
308
308
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -315,7 +315,7 @@ class CfnComponent(
|
|
|
315
315
|
if __debug__:
|
|
316
316
|
type_hints = typing.get_type_hints(_typecheckingstub__fa81ab3ceec1f0c67b1340d453195ce21694d45be0f3dc0f50e114a74e30b9dd)
|
|
317
317
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
318
|
-
jsii.set(self, "kmsKeyId", value)
|
|
318
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
319
319
|
|
|
320
320
|
@builtins.property
|
|
321
321
|
@jsii.member(jsii_name="supportedOsVersions")
|
|
@@ -331,7 +331,7 @@ class CfnComponent(
|
|
|
331
331
|
if __debug__:
|
|
332
332
|
type_hints = typing.get_type_hints(_typecheckingstub__0eed3fe1a4cf44875823a85284d0c8b80bbf155582b1e12432340633e2da8c80)
|
|
333
333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
334
|
-
jsii.set(self, "supportedOsVersions", value)
|
|
334
|
+
jsii.set(self, "supportedOsVersions", value) # pyright: ignore[reportArgumentType]
|
|
335
335
|
|
|
336
336
|
@builtins.property
|
|
337
337
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -347,7 +347,7 @@ class CfnComponent(
|
|
|
347
347
|
if __debug__:
|
|
348
348
|
type_hints = typing.get_type_hints(_typecheckingstub__a4a5d66d386d51bc332acca6c875fb548297567b633e53e35d7da1075f8af119)
|
|
349
349
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
350
|
-
jsii.set(self, "tagsRaw", value)
|
|
350
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
351
351
|
|
|
352
352
|
@builtins.property
|
|
353
353
|
@jsii.member(jsii_name="uri")
|
|
@@ -360,7 +360,7 @@ class CfnComponent(
|
|
|
360
360
|
if __debug__:
|
|
361
361
|
type_hints = typing.get_type_hints(_typecheckingstub__6efe7a7fb79c1c8d2effb9d5fa5a6b2b46eefe80a1dce4011093db23ed26368d)
|
|
362
362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
363
|
-
jsii.set(self, "uri", value)
|
|
363
|
+
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
364
364
|
|
|
365
365
|
|
|
366
366
|
@jsii.data_type(
|
|
@@ -792,7 +792,7 @@ class CfnContainerRecipe(
|
|
|
792
792
|
if __debug__:
|
|
793
793
|
type_hints = typing.get_type_hints(_typecheckingstub__be58a433b37609a8e2de38ae9ea0ad32cd2b7ed8705e29e10ecdad873c143b52)
|
|
794
794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
795
|
-
jsii.set(self, "components", value)
|
|
795
|
+
jsii.set(self, "components", value) # pyright: ignore[reportArgumentType]
|
|
796
796
|
|
|
797
797
|
@builtins.property
|
|
798
798
|
@jsii.member(jsii_name="containerType")
|
|
@@ -805,7 +805,7 @@ class CfnContainerRecipe(
|
|
|
805
805
|
if __debug__:
|
|
806
806
|
type_hints = typing.get_type_hints(_typecheckingstub__98ecd1f7f5bf2b0da0835263286f741cee38c6800e6fd533eb229b76138500e1)
|
|
807
807
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
808
|
-
jsii.set(self, "containerType", value)
|
|
808
|
+
jsii.set(self, "containerType", value) # pyright: ignore[reportArgumentType]
|
|
809
809
|
|
|
810
810
|
@builtins.property
|
|
811
811
|
@jsii.member(jsii_name="name")
|
|
@@ -818,7 +818,7 @@ class CfnContainerRecipe(
|
|
|
818
818
|
if __debug__:
|
|
819
819
|
type_hints = typing.get_type_hints(_typecheckingstub__b3ef18d5728c61a917559c323946757e6be1a7002f20cf91c52bc506c172ef2a)
|
|
820
820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
821
|
-
jsii.set(self, "name", value)
|
|
821
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
822
822
|
|
|
823
823
|
@builtins.property
|
|
824
824
|
@jsii.member(jsii_name="parentImage")
|
|
@@ -831,7 +831,7 @@ class CfnContainerRecipe(
|
|
|
831
831
|
if __debug__:
|
|
832
832
|
type_hints = typing.get_type_hints(_typecheckingstub__06c6a4b42b1e6b26e1648401dcfd1d06a1f54758e6c6c4292c89fcf15aa87b82)
|
|
833
833
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
834
|
-
jsii.set(self, "parentImage", value)
|
|
834
|
+
jsii.set(self, "parentImage", value) # pyright: ignore[reportArgumentType]
|
|
835
835
|
|
|
836
836
|
@builtins.property
|
|
837
837
|
@jsii.member(jsii_name="targetRepository")
|
|
@@ -849,7 +849,7 @@ class CfnContainerRecipe(
|
|
|
849
849
|
if __debug__:
|
|
850
850
|
type_hints = typing.get_type_hints(_typecheckingstub__3a16a6d97d9686aa1fd4e3b9328c4a5a0dd0f749b7ac9889c9035ec5469af398)
|
|
851
851
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
852
|
-
jsii.set(self, "targetRepository", value)
|
|
852
|
+
jsii.set(self, "targetRepository", value) # pyright: ignore[reportArgumentType]
|
|
853
853
|
|
|
854
854
|
@builtins.property
|
|
855
855
|
@jsii.member(jsii_name="version")
|
|
@@ -862,7 +862,7 @@ class CfnContainerRecipe(
|
|
|
862
862
|
if __debug__:
|
|
863
863
|
type_hints = typing.get_type_hints(_typecheckingstub__fa6a91dc94efb2a0dd29d944476e7c6c946c97198b7d6387befefe9d97730e5c)
|
|
864
864
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
865
|
-
jsii.set(self, "version", value)
|
|
865
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
866
866
|
|
|
867
867
|
@builtins.property
|
|
868
868
|
@jsii.member(jsii_name="description")
|
|
@@ -875,7 +875,7 @@ class CfnContainerRecipe(
|
|
|
875
875
|
if __debug__:
|
|
876
876
|
type_hints = typing.get_type_hints(_typecheckingstub__1009255c37bcedc70c2d5b858539398c6cb8a82b82af65eaec140a4b08d8f0fc)
|
|
877
877
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
878
|
-
jsii.set(self, "description", value)
|
|
878
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
879
879
|
|
|
880
880
|
@builtins.property
|
|
881
881
|
@jsii.member(jsii_name="dockerfileTemplateData")
|
|
@@ -888,7 +888,7 @@ class CfnContainerRecipe(
|
|
|
888
888
|
if __debug__:
|
|
889
889
|
type_hints = typing.get_type_hints(_typecheckingstub__23f0305ca1ea92dfb02b54888f1e788091cf6224ebfaefc930cb4edf9f55995a)
|
|
890
890
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
891
|
-
jsii.set(self, "dockerfileTemplateData", value)
|
|
891
|
+
jsii.set(self, "dockerfileTemplateData", value) # pyright: ignore[reportArgumentType]
|
|
892
892
|
|
|
893
893
|
@builtins.property
|
|
894
894
|
@jsii.member(jsii_name="dockerfileTemplateUri")
|
|
@@ -901,7 +901,7 @@ class CfnContainerRecipe(
|
|
|
901
901
|
if __debug__:
|
|
902
902
|
type_hints = typing.get_type_hints(_typecheckingstub__61ed4ed2ebf18638bf7613451687122c6102ece171fee5ba16df758fa37bf12d)
|
|
903
903
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
904
|
-
jsii.set(self, "dockerfileTemplateUri", value)
|
|
904
|
+
jsii.set(self, "dockerfileTemplateUri", value) # pyright: ignore[reportArgumentType]
|
|
905
905
|
|
|
906
906
|
@builtins.property
|
|
907
907
|
@jsii.member(jsii_name="imageOsVersionOverride")
|
|
@@ -914,7 +914,7 @@ class CfnContainerRecipe(
|
|
|
914
914
|
if __debug__:
|
|
915
915
|
type_hints = typing.get_type_hints(_typecheckingstub__e6285254ee49b214efc138390c48b3810e45bc304eedb7b87306c2c5e93db5e5)
|
|
916
916
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
917
|
-
jsii.set(self, "imageOsVersionOverride", value)
|
|
917
|
+
jsii.set(self, "imageOsVersionOverride", value) # pyright: ignore[reportArgumentType]
|
|
918
918
|
|
|
919
919
|
@builtins.property
|
|
920
920
|
@jsii.member(jsii_name="instanceConfiguration")
|
|
@@ -932,7 +932,7 @@ class CfnContainerRecipe(
|
|
|
932
932
|
if __debug__:
|
|
933
933
|
type_hints = typing.get_type_hints(_typecheckingstub__ba690c6c26b1b3cf3117b63e2f6c837ceb170174c72f085086b1fc988d04a3ab)
|
|
934
934
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
935
|
-
jsii.set(self, "instanceConfiguration", value)
|
|
935
|
+
jsii.set(self, "instanceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
936
936
|
|
|
937
937
|
@builtins.property
|
|
938
938
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -945,7 +945,7 @@ class CfnContainerRecipe(
|
|
|
945
945
|
if __debug__:
|
|
946
946
|
type_hints = typing.get_type_hints(_typecheckingstub__817846eff0dde79bf417507baefc907f2d5812073cd40bbaec60927922c4c1b6)
|
|
947
947
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
948
|
-
jsii.set(self, "kmsKeyId", value)
|
|
948
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
949
949
|
|
|
950
950
|
@builtins.property
|
|
951
951
|
@jsii.member(jsii_name="platformOverride")
|
|
@@ -958,7 +958,7 @@ class CfnContainerRecipe(
|
|
|
958
958
|
if __debug__:
|
|
959
959
|
type_hints = typing.get_type_hints(_typecheckingstub__17de30bf20bf8e3ad9fd881a20af8cf79eb9d79af37be867e8f89d583a732b3a)
|
|
960
960
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
961
|
-
jsii.set(self, "platformOverride", value)
|
|
961
|
+
jsii.set(self, "platformOverride", value) # pyright: ignore[reportArgumentType]
|
|
962
962
|
|
|
963
963
|
@builtins.property
|
|
964
964
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -974,7 +974,7 @@ class CfnContainerRecipe(
|
|
|
974
974
|
if __debug__:
|
|
975
975
|
type_hints = typing.get_type_hints(_typecheckingstub__0a1dfc2cdd2904573a5d1ce3b6718ef45ba5250e56b864c223bc455a6441ee05)
|
|
976
976
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
977
|
-
jsii.set(self, "tagsRaw", value)
|
|
977
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
978
978
|
|
|
979
979
|
@builtins.property
|
|
980
980
|
@jsii.member(jsii_name="workingDirectory")
|
|
@@ -987,7 +987,7 @@ class CfnContainerRecipe(
|
|
|
987
987
|
if __debug__:
|
|
988
988
|
type_hints = typing.get_type_hints(_typecheckingstub__e4d9839ccfba608b5591637bb041c5f1859bc5d3d5efc70fc1dbfd3fb7ee6f05)
|
|
989
989
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
990
|
-
jsii.set(self, "workingDirectory", value)
|
|
990
|
+
jsii.set(self, "workingDirectory", value) # pyright: ignore[reportArgumentType]
|
|
991
991
|
|
|
992
992
|
@jsii.data_type(
|
|
993
993
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty",
|
|
@@ -2086,7 +2086,7 @@ class CfnDistributionConfiguration(
|
|
|
2086
2086
|
if __debug__:
|
|
2087
2087
|
type_hints = typing.get_type_hints(_typecheckingstub__417065f936904d5b1e579e864b23c068bcff521f939e2da134dd0f6a48a5e283)
|
|
2088
2088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2089
|
-
jsii.set(self, "distributions", value)
|
|
2089
|
+
jsii.set(self, "distributions", value) # pyright: ignore[reportArgumentType]
|
|
2090
2090
|
|
|
2091
2091
|
@builtins.property
|
|
2092
2092
|
@jsii.member(jsii_name="name")
|
|
@@ -2099,7 +2099,7 @@ class CfnDistributionConfiguration(
|
|
|
2099
2099
|
if __debug__:
|
|
2100
2100
|
type_hints = typing.get_type_hints(_typecheckingstub__1d3861330f505671935d810b9849097b7dcf3fe793afbea38a794f2efbf3e528)
|
|
2101
2101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2102
|
-
jsii.set(self, "name", value)
|
|
2102
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2103
2103
|
|
|
2104
2104
|
@builtins.property
|
|
2105
2105
|
@jsii.member(jsii_name="description")
|
|
@@ -2112,7 +2112,7 @@ class CfnDistributionConfiguration(
|
|
|
2112
2112
|
if __debug__:
|
|
2113
2113
|
type_hints = typing.get_type_hints(_typecheckingstub__95c7f83d3e50ed6eaf60e3cbf261f7ba851636ae7674d9e772ea1b967db2676e)
|
|
2114
2114
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2115
|
-
jsii.set(self, "description", value)
|
|
2115
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2116
2116
|
|
|
2117
2117
|
@builtins.property
|
|
2118
2118
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2128,7 +2128,7 @@ class CfnDistributionConfiguration(
|
|
|
2128
2128
|
if __debug__:
|
|
2129
2129
|
type_hints = typing.get_type_hints(_typecheckingstub__3e9679e68354d4ed7fd182e9633596a907a1b8af3224253b40b59ab4ac641ac0)
|
|
2130
2130
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2131
|
-
jsii.set(self, "tagsRaw", value)
|
|
2131
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2132
2132
|
|
|
2133
2133
|
@jsii.data_type(
|
|
2134
2134
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnDistributionConfiguration.AmiDistributionConfigurationProperty",
|
|
@@ -3451,7 +3451,7 @@ class CfnImage(
|
|
|
3451
3451
|
if __debug__:
|
|
3452
3452
|
type_hints = typing.get_type_hints(_typecheckingstub__a190431e330e97015561230a0d9b0477abed6793472228169b2ce3d498e18c8e)
|
|
3453
3453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3454
|
-
jsii.set(self, "infrastructureConfigurationArn", value)
|
|
3454
|
+
jsii.set(self, "infrastructureConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
3455
3455
|
|
|
3456
3456
|
@builtins.property
|
|
3457
3457
|
@jsii.member(jsii_name="containerRecipeArn")
|
|
@@ -3464,7 +3464,7 @@ class CfnImage(
|
|
|
3464
3464
|
if __debug__:
|
|
3465
3465
|
type_hints = typing.get_type_hints(_typecheckingstub__a6e036331c49a5f902af4e72bc4f291c89a7f5f03a4453a10c55e0f2bde10ac7)
|
|
3466
3466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3467
|
-
jsii.set(self, "containerRecipeArn", value)
|
|
3467
|
+
jsii.set(self, "containerRecipeArn", value) # pyright: ignore[reportArgumentType]
|
|
3468
3468
|
|
|
3469
3469
|
@builtins.property
|
|
3470
3470
|
@jsii.member(jsii_name="distributionConfigurationArn")
|
|
@@ -3480,7 +3480,7 @@ class CfnImage(
|
|
|
3480
3480
|
if __debug__:
|
|
3481
3481
|
type_hints = typing.get_type_hints(_typecheckingstub__889890f98c732641897f78af3545740dd9c7c236d01f0d3e3c038263bc80498c)
|
|
3482
3482
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3483
|
-
jsii.set(self, "distributionConfigurationArn", value)
|
|
3483
|
+
jsii.set(self, "distributionConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
3484
3484
|
|
|
3485
3485
|
@builtins.property
|
|
3486
3486
|
@jsii.member(jsii_name="enhancedImageMetadataEnabled")
|
|
@@ -3498,7 +3498,7 @@ class CfnImage(
|
|
|
3498
3498
|
if __debug__:
|
|
3499
3499
|
type_hints = typing.get_type_hints(_typecheckingstub__a5e9d51fefc7d1e1bc910eea2e49d7094b0e13fbcbdb19541025c130619890a1)
|
|
3500
3500
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3501
|
-
jsii.set(self, "enhancedImageMetadataEnabled", value)
|
|
3501
|
+
jsii.set(self, "enhancedImageMetadataEnabled", value) # pyright: ignore[reportArgumentType]
|
|
3502
3502
|
|
|
3503
3503
|
@builtins.property
|
|
3504
3504
|
@jsii.member(jsii_name="executionRole")
|
|
@@ -3511,7 +3511,7 @@ class CfnImage(
|
|
|
3511
3511
|
if __debug__:
|
|
3512
3512
|
type_hints = typing.get_type_hints(_typecheckingstub__94668d5e5e8eb55befbec215426086ba0771bd0ba96fb3d147c8a3a31346c1b4)
|
|
3513
3513
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3514
|
-
jsii.set(self, "executionRole", value)
|
|
3514
|
+
jsii.set(self, "executionRole", value) # pyright: ignore[reportArgumentType]
|
|
3515
3515
|
|
|
3516
3516
|
@builtins.property
|
|
3517
3517
|
@jsii.member(jsii_name="imageRecipeArn")
|
|
@@ -3524,7 +3524,7 @@ class CfnImage(
|
|
|
3524
3524
|
if __debug__:
|
|
3525
3525
|
type_hints = typing.get_type_hints(_typecheckingstub__308fe5eed4210d0740b5702c5e8451b42918877aa2da6ce7940407e47733f736)
|
|
3526
3526
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3527
|
-
jsii.set(self, "imageRecipeArn", value)
|
|
3527
|
+
jsii.set(self, "imageRecipeArn", value) # pyright: ignore[reportArgumentType]
|
|
3528
3528
|
|
|
3529
3529
|
@builtins.property
|
|
3530
3530
|
@jsii.member(jsii_name="imageScanningConfiguration")
|
|
@@ -3542,7 +3542,7 @@ class CfnImage(
|
|
|
3542
3542
|
if __debug__:
|
|
3543
3543
|
type_hints = typing.get_type_hints(_typecheckingstub__d4b9045c9ec605b9ea33dd14470f4bb513ecf0e38fc4830ac2ce68670a13c7e7)
|
|
3544
3544
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3545
|
-
jsii.set(self, "imageScanningConfiguration", value)
|
|
3545
|
+
jsii.set(self, "imageScanningConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3546
3546
|
|
|
3547
3547
|
@builtins.property
|
|
3548
3548
|
@jsii.member(jsii_name="imageTestsConfiguration")
|
|
@@ -3560,7 +3560,7 @@ class CfnImage(
|
|
|
3560
3560
|
if __debug__:
|
|
3561
3561
|
type_hints = typing.get_type_hints(_typecheckingstub__e66513eb336b5e3ebc869a424fc1c9d0df46865060b926ea955e8a9df5c29efa)
|
|
3562
3562
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3563
|
-
jsii.set(self, "imageTestsConfiguration", value)
|
|
3563
|
+
jsii.set(self, "imageTestsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3564
3564
|
|
|
3565
3565
|
@builtins.property
|
|
3566
3566
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3576,7 +3576,7 @@ class CfnImage(
|
|
|
3576
3576
|
if __debug__:
|
|
3577
3577
|
type_hints = typing.get_type_hints(_typecheckingstub__c0e6ba55682dabdf30b5bb38534688ff3dbd8c6a8044f77eb6180bb8d815ceb8)
|
|
3578
3578
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3579
|
-
jsii.set(self, "tagsRaw", value)
|
|
3579
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3580
3580
|
|
|
3581
3581
|
@builtins.property
|
|
3582
3582
|
@jsii.member(jsii_name="workflows")
|
|
@@ -3594,7 +3594,7 @@ class CfnImage(
|
|
|
3594
3594
|
if __debug__:
|
|
3595
3595
|
type_hints = typing.get_type_hints(_typecheckingstub__97523463f160d96768440c69c3873ddb86b0d5ac22775529d935489f314a6737)
|
|
3596
3596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3597
|
-
jsii.set(self, "workflows", value)
|
|
3597
|
+
jsii.set(self, "workflows", value) # pyright: ignore[reportArgumentType]
|
|
3598
3598
|
|
|
3599
3599
|
@jsii.data_type(
|
|
3600
3600
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.EcrConfigurationProperty",
|
|
@@ -3613,7 +3613,7 @@ class CfnImage(
|
|
|
3613
3613
|
) -> None:
|
|
3614
3614
|
'''Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
|
|
3615
3615
|
|
|
3616
|
-
:param container_tags: Tags for Image Builder to apply to the output container image that
|
|
3616
|
+
:param container_tags: Tags for Image Builder to apply to the output container image that Amazon Inspector scans. Tags can help you identify and manage your scanned images.
|
|
3617
3617
|
:param repository_name: The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
|
|
3618
3618
|
|
|
3619
3619
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html
|
|
@@ -3642,9 +3642,9 @@ class CfnImage(
|
|
|
3642
3642
|
|
|
3643
3643
|
@builtins.property
|
|
3644
3644
|
def container_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
3645
|
-
'''Tags for Image Builder to apply to the output container image that
|
|
3645
|
+
'''Tags for Image Builder to apply to the output container image that Amazon Inspector scans.
|
|
3646
3646
|
|
|
3647
|
-
|
|
3647
|
+
Tags can help you identify and manage your scanned images.
|
|
3648
3648
|
|
|
3649
3649
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html#cfn-imagebuilder-image-ecrconfiguration-containertags
|
|
3650
3650
|
'''
|
|
@@ -4214,7 +4214,7 @@ class CfnImagePipeline(
|
|
|
4214
4214
|
if __debug__:
|
|
4215
4215
|
type_hints = typing.get_type_hints(_typecheckingstub__d6e5ee80f47b2929d2902efd995e0248d5c8ae9ed8dbf8d1e4fb71b7855eabb8)
|
|
4216
4216
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4217
|
-
jsii.set(self, "infrastructureConfigurationArn", value)
|
|
4217
|
+
jsii.set(self, "infrastructureConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
4218
4218
|
|
|
4219
4219
|
@builtins.property
|
|
4220
4220
|
@jsii.member(jsii_name="name")
|
|
@@ -4227,7 +4227,7 @@ class CfnImagePipeline(
|
|
|
4227
4227
|
if __debug__:
|
|
4228
4228
|
type_hints = typing.get_type_hints(_typecheckingstub__cfcf09da283c32d27a69667105a1cc2b1df47359866f14696d1326d14bde2b6c)
|
|
4229
4229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4230
|
-
jsii.set(self, "name", value)
|
|
4230
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4231
4231
|
|
|
4232
4232
|
@builtins.property
|
|
4233
4233
|
@jsii.member(jsii_name="containerRecipeArn")
|
|
@@ -4240,7 +4240,7 @@ class CfnImagePipeline(
|
|
|
4240
4240
|
if __debug__:
|
|
4241
4241
|
type_hints = typing.get_type_hints(_typecheckingstub__f690c089494ff15e372c4f0a35406b7a51b38c81b470cac3aa12ba03f2e931a1)
|
|
4242
4242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4243
|
-
jsii.set(self, "containerRecipeArn", value)
|
|
4243
|
+
jsii.set(self, "containerRecipeArn", value) # pyright: ignore[reportArgumentType]
|
|
4244
4244
|
|
|
4245
4245
|
@builtins.property
|
|
4246
4246
|
@jsii.member(jsii_name="description")
|
|
@@ -4253,7 +4253,7 @@ class CfnImagePipeline(
|
|
|
4253
4253
|
if __debug__:
|
|
4254
4254
|
type_hints = typing.get_type_hints(_typecheckingstub__78b1f1bb0cc881de12c4611c1d5f8f4cff0231dd64a754971cca27ad89c67de1)
|
|
4255
4255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4256
|
-
jsii.set(self, "description", value)
|
|
4256
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4257
4257
|
|
|
4258
4258
|
@builtins.property
|
|
4259
4259
|
@jsii.member(jsii_name="distributionConfigurationArn")
|
|
@@ -4269,7 +4269,7 @@ class CfnImagePipeline(
|
|
|
4269
4269
|
if __debug__:
|
|
4270
4270
|
type_hints = typing.get_type_hints(_typecheckingstub__8b07039612cc24dd193ca16223d4b76d3c790b575da52c3cdf9cfc191185287c)
|
|
4271
4271
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4272
|
-
jsii.set(self, "distributionConfigurationArn", value)
|
|
4272
|
+
jsii.set(self, "distributionConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
4273
4273
|
|
|
4274
4274
|
@builtins.property
|
|
4275
4275
|
@jsii.member(jsii_name="enhancedImageMetadataEnabled")
|
|
@@ -4287,7 +4287,7 @@ class CfnImagePipeline(
|
|
|
4287
4287
|
if __debug__:
|
|
4288
4288
|
type_hints = typing.get_type_hints(_typecheckingstub__ca199afdbf91ba45c1ad064f501dfd9423062e198e14171ce04f43dd1f06dd41)
|
|
4289
4289
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4290
|
-
jsii.set(self, "enhancedImageMetadataEnabled", value)
|
|
4290
|
+
jsii.set(self, "enhancedImageMetadataEnabled", value) # pyright: ignore[reportArgumentType]
|
|
4291
4291
|
|
|
4292
4292
|
@builtins.property
|
|
4293
4293
|
@jsii.member(jsii_name="executionRole")
|
|
@@ -4300,7 +4300,7 @@ class CfnImagePipeline(
|
|
|
4300
4300
|
if __debug__:
|
|
4301
4301
|
type_hints = typing.get_type_hints(_typecheckingstub__4ebcf34a24070ac97fff298c2904bf78391a1a430eba771320445f80a0ff1f2d)
|
|
4302
4302
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4303
|
-
jsii.set(self, "executionRole", value)
|
|
4303
|
+
jsii.set(self, "executionRole", value) # pyright: ignore[reportArgumentType]
|
|
4304
4304
|
|
|
4305
4305
|
@builtins.property
|
|
4306
4306
|
@jsii.member(jsii_name="imageRecipeArn")
|
|
@@ -4313,7 +4313,7 @@ class CfnImagePipeline(
|
|
|
4313
4313
|
if __debug__:
|
|
4314
4314
|
type_hints = typing.get_type_hints(_typecheckingstub__87996b3149c3f25f36e8d94641a0031c8b619b9cf13e699704fbe22cc370d491)
|
|
4315
4315
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4316
|
-
jsii.set(self, "imageRecipeArn", value)
|
|
4316
|
+
jsii.set(self, "imageRecipeArn", value) # pyright: ignore[reportArgumentType]
|
|
4317
4317
|
|
|
4318
4318
|
@builtins.property
|
|
4319
4319
|
@jsii.member(jsii_name="imageScanningConfiguration")
|
|
@@ -4331,7 +4331,7 @@ class CfnImagePipeline(
|
|
|
4331
4331
|
if __debug__:
|
|
4332
4332
|
type_hints = typing.get_type_hints(_typecheckingstub__0daaa16e9e563843b4889c318a714595d70349ae6d61ed80bf9f14b99f18be56)
|
|
4333
4333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4334
|
-
jsii.set(self, "imageScanningConfiguration", value)
|
|
4334
|
+
jsii.set(self, "imageScanningConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
4335
4335
|
|
|
4336
4336
|
@builtins.property
|
|
4337
4337
|
@jsii.member(jsii_name="imageTestsConfiguration")
|
|
@@ -4349,7 +4349,7 @@ class CfnImagePipeline(
|
|
|
4349
4349
|
if __debug__:
|
|
4350
4350
|
type_hints = typing.get_type_hints(_typecheckingstub__d9e327e008ef0b95ddde8197947e86b8bc9160733d270caa11482a88db735cc2)
|
|
4351
4351
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4352
|
-
jsii.set(self, "imageTestsConfiguration", value)
|
|
4352
|
+
jsii.set(self, "imageTestsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
4353
4353
|
|
|
4354
4354
|
@builtins.property
|
|
4355
4355
|
@jsii.member(jsii_name="schedule")
|
|
@@ -4367,7 +4367,7 @@ class CfnImagePipeline(
|
|
|
4367
4367
|
if __debug__:
|
|
4368
4368
|
type_hints = typing.get_type_hints(_typecheckingstub__7493819df4798ffd45cd31ff99c66a5c22065a41d47c9c3792eaaf9d4c4150a1)
|
|
4369
4369
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4370
|
-
jsii.set(self, "schedule", value)
|
|
4370
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
4371
4371
|
|
|
4372
4372
|
@builtins.property
|
|
4373
4373
|
@jsii.member(jsii_name="status")
|
|
@@ -4380,7 +4380,7 @@ class CfnImagePipeline(
|
|
|
4380
4380
|
if __debug__:
|
|
4381
4381
|
type_hints = typing.get_type_hints(_typecheckingstub__b3ffb79c4adfe85e809f1adea3ddcdf54c817c4a4f4c97a2f65d9c38b4e0f38b)
|
|
4382
4382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4383
|
-
jsii.set(self, "status", value)
|
|
4383
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
4384
4384
|
|
|
4385
4385
|
@builtins.property
|
|
4386
4386
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4396,7 +4396,7 @@ class CfnImagePipeline(
|
|
|
4396
4396
|
if __debug__:
|
|
4397
4397
|
type_hints = typing.get_type_hints(_typecheckingstub__10f1255c06095afaded88e7544051acdac47218f9be5e78474eeaaedafede76f)
|
|
4398
4398
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4399
|
-
jsii.set(self, "tagsRaw", value)
|
|
4399
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4400
4400
|
|
|
4401
4401
|
@builtins.property
|
|
4402
4402
|
@jsii.member(jsii_name="workflows")
|
|
@@ -4414,7 +4414,7 @@ class CfnImagePipeline(
|
|
|
4414
4414
|
if __debug__:
|
|
4415
4415
|
type_hints = typing.get_type_hints(_typecheckingstub__d31373519ea07e5936785c1446524bda21756ca2eb6c12f87303f5a12dc18c4f)
|
|
4416
4416
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4417
|
-
jsii.set(self, "workflows", value)
|
|
4417
|
+
jsii.set(self, "workflows", value) # pyright: ignore[reportArgumentType]
|
|
4418
4418
|
|
|
4419
4419
|
@jsii.data_type(
|
|
4420
4420
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.EcrConfigurationProperty",
|
|
@@ -4433,7 +4433,7 @@ class CfnImagePipeline(
|
|
|
4433
4433
|
) -> None:
|
|
4434
4434
|
'''Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
|
|
4435
4435
|
|
|
4436
|
-
:param container_tags: Tags for Image Builder to apply to the output container image that
|
|
4436
|
+
:param container_tags: Tags for Image Builder to apply to the output container image that Amazon Inspector scans. Tags can help you identify and manage your scanned images.
|
|
4437
4437
|
:param repository_name: The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
|
|
4438
4438
|
|
|
4439
4439
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html
|
|
@@ -4462,9 +4462,9 @@ class CfnImagePipeline(
|
|
|
4462
4462
|
|
|
4463
4463
|
@builtins.property
|
|
4464
4464
|
def container_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4465
|
-
'''Tags for Image Builder to apply to the output container image that
|
|
4465
|
+
'''Tags for Image Builder to apply to the output container image that Amazon Inspector scans.
|
|
4466
4466
|
|
|
4467
|
-
|
|
4467
|
+
Tags can help you identify and manage your scanned images.
|
|
4468
4468
|
|
|
4469
4469
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html#cfn-imagebuilder-imagepipeline-ecrconfiguration-containertags
|
|
4470
4470
|
'''
|
|
@@ -5640,7 +5640,7 @@ class CfnImageRecipe(
|
|
|
5640
5640
|
if __debug__:
|
|
5641
5641
|
type_hints = typing.get_type_hints(_typecheckingstub__5aa78705ac6fd96606f64b6a20b05295ef53335ad8d08aa3a0a956ce040dd62c)
|
|
5642
5642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5643
|
-
jsii.set(self, "components", value)
|
|
5643
|
+
jsii.set(self, "components", value) # pyright: ignore[reportArgumentType]
|
|
5644
5644
|
|
|
5645
5645
|
@builtins.property
|
|
5646
5646
|
@jsii.member(jsii_name="name")
|
|
@@ -5653,7 +5653,7 @@ class CfnImageRecipe(
|
|
|
5653
5653
|
if __debug__:
|
|
5654
5654
|
type_hints = typing.get_type_hints(_typecheckingstub__02513ed6c05b6aecc9c7c9494100db2c7a4dd5eecdafd9ed44b5ac5fe0cf5fce)
|
|
5655
5655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5656
|
-
jsii.set(self, "name", value)
|
|
5656
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5657
5657
|
|
|
5658
5658
|
@builtins.property
|
|
5659
5659
|
@jsii.member(jsii_name="parentImage")
|
|
@@ -5666,7 +5666,7 @@ class CfnImageRecipe(
|
|
|
5666
5666
|
if __debug__:
|
|
5667
5667
|
type_hints = typing.get_type_hints(_typecheckingstub__47f2fc68afde57d2508c6a78ab44bf38f32703a4704e869ddfc9e1abda62a8fb)
|
|
5668
5668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5669
|
-
jsii.set(self, "parentImage", value)
|
|
5669
|
+
jsii.set(self, "parentImage", value) # pyright: ignore[reportArgumentType]
|
|
5670
5670
|
|
|
5671
5671
|
@builtins.property
|
|
5672
5672
|
@jsii.member(jsii_name="version")
|
|
@@ -5679,7 +5679,7 @@ class CfnImageRecipe(
|
|
|
5679
5679
|
if __debug__:
|
|
5680
5680
|
type_hints = typing.get_type_hints(_typecheckingstub__73fc08f00d9d100507462b08c6b2bbdf08927d138dd7cc3a56174082719ac0f7)
|
|
5681
5681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5682
|
-
jsii.set(self, "version", value)
|
|
5682
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
5683
5683
|
|
|
5684
5684
|
@builtins.property
|
|
5685
5685
|
@jsii.member(jsii_name="additionalInstanceConfiguration")
|
|
@@ -5697,7 +5697,7 @@ class CfnImageRecipe(
|
|
|
5697
5697
|
if __debug__:
|
|
5698
5698
|
type_hints = typing.get_type_hints(_typecheckingstub__fcc3e434aa1a301be5e1a5341bc64287bfcf82761f08ef98de5711b1b1bc6038)
|
|
5699
5699
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5700
|
-
jsii.set(self, "additionalInstanceConfiguration", value)
|
|
5700
|
+
jsii.set(self, "additionalInstanceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5701
5701
|
|
|
5702
5702
|
@builtins.property
|
|
5703
5703
|
@jsii.member(jsii_name="blockDeviceMappings")
|
|
@@ -5715,7 +5715,7 @@ class CfnImageRecipe(
|
|
|
5715
5715
|
if __debug__:
|
|
5716
5716
|
type_hints = typing.get_type_hints(_typecheckingstub__3f9ee0bcfa7d5f48279416991e3a05c2143a695ca605b7c215eb5e8cc38d2174)
|
|
5717
5717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5718
|
-
jsii.set(self, "blockDeviceMappings", value)
|
|
5718
|
+
jsii.set(self, "blockDeviceMappings", value) # pyright: ignore[reportArgumentType]
|
|
5719
5719
|
|
|
5720
5720
|
@builtins.property
|
|
5721
5721
|
@jsii.member(jsii_name="description")
|
|
@@ -5728,7 +5728,7 @@ class CfnImageRecipe(
|
|
|
5728
5728
|
if __debug__:
|
|
5729
5729
|
type_hints = typing.get_type_hints(_typecheckingstub__f01685cf10dbac31ad7c61e710cacf41f2fc80e0f75749cd095d2cc67a293114)
|
|
5730
5730
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5731
|
-
jsii.set(self, "description", value)
|
|
5731
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5732
5732
|
|
|
5733
5733
|
@builtins.property
|
|
5734
5734
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5744,7 +5744,7 @@ class CfnImageRecipe(
|
|
|
5744
5744
|
if __debug__:
|
|
5745
5745
|
type_hints = typing.get_type_hints(_typecheckingstub__17b26e47cb85f6d4988562240bd59263533005f817aafcbcd75d58254cc7edad)
|
|
5746
5746
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5747
|
-
jsii.set(self, "tagsRaw", value)
|
|
5747
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5748
5748
|
|
|
5749
5749
|
@builtins.property
|
|
5750
5750
|
@jsii.member(jsii_name="workingDirectory")
|
|
@@ -5757,7 +5757,7 @@ class CfnImageRecipe(
|
|
|
5757
5757
|
if __debug__:
|
|
5758
5758
|
type_hints = typing.get_type_hints(_typecheckingstub__48af3414043e30c9e59d200f83f2c6ae4f17671a82842e7504894e55cd148e59)
|
|
5759
5759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5760
|
-
jsii.set(self, "workingDirectory", value)
|
|
5760
|
+
jsii.set(self, "workingDirectory", value) # pyright: ignore[reportArgumentType]
|
|
5761
5761
|
|
|
5762
5762
|
@jsii.data_type(
|
|
5763
5763
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImageRecipe.AdditionalInstanceConfigurationProperty",
|
|
@@ -6759,7 +6759,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6759
6759
|
if __debug__:
|
|
6760
6760
|
type_hints = typing.get_type_hints(_typecheckingstub__567cc48eac63fe7658bac22f92aeaef43a88d570458848aaa616a242a0016f53)
|
|
6761
6761
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6762
|
-
jsii.set(self, "instanceProfileName", value)
|
|
6762
|
+
jsii.set(self, "instanceProfileName", value) # pyright: ignore[reportArgumentType]
|
|
6763
6763
|
|
|
6764
6764
|
@builtins.property
|
|
6765
6765
|
@jsii.member(jsii_name="name")
|
|
@@ -6772,7 +6772,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6772
6772
|
if __debug__:
|
|
6773
6773
|
type_hints = typing.get_type_hints(_typecheckingstub__89c441de9755e4528e9501910ffe1b142c79898b858765b54a344edeeb4efcfd)
|
|
6774
6774
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6775
|
-
jsii.set(self, "name", value)
|
|
6775
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6776
6776
|
|
|
6777
6777
|
@builtins.property
|
|
6778
6778
|
@jsii.member(jsii_name="description")
|
|
@@ -6785,7 +6785,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6785
6785
|
if __debug__:
|
|
6786
6786
|
type_hints = typing.get_type_hints(_typecheckingstub__11b2528bf4f2f0bc20addb08562906606bf8256aa4bf3a799c73a8f967d324d5)
|
|
6787
6787
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6788
|
-
jsii.set(self, "description", value)
|
|
6788
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6789
6789
|
|
|
6790
6790
|
@builtins.property
|
|
6791
6791
|
@jsii.member(jsii_name="instanceMetadataOptions")
|
|
@@ -6803,7 +6803,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6803
6803
|
if __debug__:
|
|
6804
6804
|
type_hints = typing.get_type_hints(_typecheckingstub__3afa319d538769cad5489226f5f03b6a41c1e6d9b00312872b1f94b18c5a5634)
|
|
6805
6805
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6806
|
-
jsii.set(self, "instanceMetadataOptions", value)
|
|
6806
|
+
jsii.set(self, "instanceMetadataOptions", value) # pyright: ignore[reportArgumentType]
|
|
6807
6807
|
|
|
6808
6808
|
@builtins.property
|
|
6809
6809
|
@jsii.member(jsii_name="instanceTypes")
|
|
@@ -6816,7 +6816,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6816
6816
|
if __debug__:
|
|
6817
6817
|
type_hints = typing.get_type_hints(_typecheckingstub__1a0b92316d3ef8d02213fb858da5f3aa9757691f73babe9e86e3ee4702b556d8)
|
|
6818
6818
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6819
|
-
jsii.set(self, "instanceTypes", value)
|
|
6819
|
+
jsii.set(self, "instanceTypes", value) # pyright: ignore[reportArgumentType]
|
|
6820
6820
|
|
|
6821
6821
|
@builtins.property
|
|
6822
6822
|
@jsii.member(jsii_name="keyPair")
|
|
@@ -6829,7 +6829,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6829
6829
|
if __debug__:
|
|
6830
6830
|
type_hints = typing.get_type_hints(_typecheckingstub__087a308543348827d9b884784d17ddc6bdce8ecaa0b65300cd6ddb789fd692fe)
|
|
6831
6831
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6832
|
-
jsii.set(self, "keyPair", value)
|
|
6832
|
+
jsii.set(self, "keyPair", value) # pyright: ignore[reportArgumentType]
|
|
6833
6833
|
|
|
6834
6834
|
@builtins.property
|
|
6835
6835
|
@jsii.member(jsii_name="logging")
|
|
@@ -6847,7 +6847,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6847
6847
|
if __debug__:
|
|
6848
6848
|
type_hints = typing.get_type_hints(_typecheckingstub__d17651b37e2f4aa5ce6c6076a887fc7270cae14e1f7330e9b48dc5412a83cad9)
|
|
6849
6849
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6850
|
-
jsii.set(self, "logging", value)
|
|
6850
|
+
jsii.set(self, "logging", value) # pyright: ignore[reportArgumentType]
|
|
6851
6851
|
|
|
6852
6852
|
@builtins.property
|
|
6853
6853
|
@jsii.member(jsii_name="resourceTags")
|
|
@@ -6865,7 +6865,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6865
6865
|
if __debug__:
|
|
6866
6866
|
type_hints = typing.get_type_hints(_typecheckingstub__b4e6c2bbdd440425ebe7067a9a03bf4079bbfef4001b7877cb6ce3dcd44c4cb0)
|
|
6867
6867
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6868
|
-
jsii.set(self, "resourceTags", value)
|
|
6868
|
+
jsii.set(self, "resourceTags", value) # pyright: ignore[reportArgumentType]
|
|
6869
6869
|
|
|
6870
6870
|
@builtins.property
|
|
6871
6871
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -6881,7 +6881,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6881
6881
|
if __debug__:
|
|
6882
6882
|
type_hints = typing.get_type_hints(_typecheckingstub__219d1428ff3821670f8bcafa92479bb91549e3dc36bf8751ba20a7ebcd289712)
|
|
6883
6883
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6884
|
-
jsii.set(self, "securityGroupIds", value)
|
|
6884
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
6885
6885
|
|
|
6886
6886
|
@builtins.property
|
|
6887
6887
|
@jsii.member(jsii_name="snsTopicArn")
|
|
@@ -6894,7 +6894,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6894
6894
|
if __debug__:
|
|
6895
6895
|
type_hints = typing.get_type_hints(_typecheckingstub__1588cdfeef854d08e3c06f677829311cc7ab992c28b306cad9fb6cbf3909a7ab)
|
|
6896
6896
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6897
|
-
jsii.set(self, "snsTopicArn", value)
|
|
6897
|
+
jsii.set(self, "snsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
6898
6898
|
|
|
6899
6899
|
@builtins.property
|
|
6900
6900
|
@jsii.member(jsii_name="subnetId")
|
|
@@ -6907,7 +6907,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6907
6907
|
if __debug__:
|
|
6908
6908
|
type_hints = typing.get_type_hints(_typecheckingstub__0e15394d6263f20f733a1287663578d35f680875e7ea77d8afb2d17f6150efe9)
|
|
6909
6909
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6910
|
-
jsii.set(self, "subnetId", value)
|
|
6910
|
+
jsii.set(self, "subnetId", value) # pyright: ignore[reportArgumentType]
|
|
6911
6911
|
|
|
6912
6912
|
@builtins.property
|
|
6913
6913
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6923,7 +6923,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6923
6923
|
if __debug__:
|
|
6924
6924
|
type_hints = typing.get_type_hints(_typecheckingstub__cc5a3a7adbaeb667678ab511c655f1ae0df213cbf0afc14685b60d46b8852e6e)
|
|
6925
6925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6926
|
-
jsii.set(self, "tagsRaw", value)
|
|
6926
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6927
6927
|
|
|
6928
6928
|
@builtins.property
|
|
6929
6929
|
@jsii.member(jsii_name="terminateInstanceOnFailure")
|
|
@@ -6941,7 +6941,7 @@ class CfnInfrastructureConfiguration(
|
|
|
6941
6941
|
if __debug__:
|
|
6942
6942
|
type_hints = typing.get_type_hints(_typecheckingstub__7249b107702cdaa94b0beadeaf7622e73dee8dfe6ae5b06188bce3dbefe11423)
|
|
6943
6943
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6944
|
-
jsii.set(self, "terminateInstanceOnFailure", value)
|
|
6944
|
+
jsii.set(self, "terminateInstanceOnFailure", value) # pyright: ignore[reportArgumentType]
|
|
6945
6945
|
|
|
6946
6946
|
@jsii.data_type(
|
|
6947
6947
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty",
|
|
@@ -7612,7 +7612,7 @@ class CfnLifecyclePolicy(
|
|
|
7612
7612
|
if __debug__:
|
|
7613
7613
|
type_hints = typing.get_type_hints(_typecheckingstub__7df981cc48b094d72f929d5a9e77620bf8387063d8f4c0452877bf8470bf5bb0)
|
|
7614
7614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7615
|
-
jsii.set(self, "executionRole", value)
|
|
7615
|
+
jsii.set(self, "executionRole", value) # pyright: ignore[reportArgumentType]
|
|
7616
7616
|
|
|
7617
7617
|
@builtins.property
|
|
7618
7618
|
@jsii.member(jsii_name="name")
|
|
@@ -7625,7 +7625,7 @@ class CfnLifecyclePolicy(
|
|
|
7625
7625
|
if __debug__:
|
|
7626
7626
|
type_hints = typing.get_type_hints(_typecheckingstub__318284e60031de2bbfe99eda11ff55a12c3bb44318c2cbeeaa90b5f7ee610f25)
|
|
7627
7627
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7628
|
-
jsii.set(self, "name", value)
|
|
7628
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7629
7629
|
|
|
7630
7630
|
@builtins.property
|
|
7631
7631
|
@jsii.member(jsii_name="policyDetails")
|
|
@@ -7643,7 +7643,7 @@ class CfnLifecyclePolicy(
|
|
|
7643
7643
|
if __debug__:
|
|
7644
7644
|
type_hints = typing.get_type_hints(_typecheckingstub__73010b9d10e9b09b5491821779561d5585cd76eea481797eb3122d8b9ee8508c)
|
|
7645
7645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7646
|
-
jsii.set(self, "policyDetails", value)
|
|
7646
|
+
jsii.set(self, "policyDetails", value) # pyright: ignore[reportArgumentType]
|
|
7647
7647
|
|
|
7648
7648
|
@builtins.property
|
|
7649
7649
|
@jsii.member(jsii_name="resourceSelection")
|
|
@@ -7661,7 +7661,7 @@ class CfnLifecyclePolicy(
|
|
|
7661
7661
|
if __debug__:
|
|
7662
7662
|
type_hints = typing.get_type_hints(_typecheckingstub__fa4f13ae99ebd0f4eaf2e189e0687bda23b3ff6f7f3a1716d1eadfe529976a3c)
|
|
7663
7663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7664
|
-
jsii.set(self, "resourceSelection", value)
|
|
7664
|
+
jsii.set(self, "resourceSelection", value) # pyright: ignore[reportArgumentType]
|
|
7665
7665
|
|
|
7666
7666
|
@builtins.property
|
|
7667
7667
|
@jsii.member(jsii_name="resourceType")
|
|
@@ -7674,7 +7674,7 @@ class CfnLifecyclePolicy(
|
|
|
7674
7674
|
if __debug__:
|
|
7675
7675
|
type_hints = typing.get_type_hints(_typecheckingstub__64fe4860941ec7baf85181482da4f12aa4fb911b934f3b02a8a7b1c56d2c8226)
|
|
7676
7676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7677
|
-
jsii.set(self, "resourceType", value)
|
|
7677
|
+
jsii.set(self, "resourceType", value) # pyright: ignore[reportArgumentType]
|
|
7678
7678
|
|
|
7679
7679
|
@builtins.property
|
|
7680
7680
|
@jsii.member(jsii_name="description")
|
|
@@ -7687,7 +7687,7 @@ class CfnLifecyclePolicy(
|
|
|
7687
7687
|
if __debug__:
|
|
7688
7688
|
type_hints = typing.get_type_hints(_typecheckingstub__4e996dee13897dcb4e83e73e4d73bcd855080996d0417f2f74f5628205c5234a)
|
|
7689
7689
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7690
|
-
jsii.set(self, "description", value)
|
|
7690
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7691
7691
|
|
|
7692
7692
|
@builtins.property
|
|
7693
7693
|
@jsii.member(jsii_name="status")
|
|
@@ -7700,7 +7700,7 @@ class CfnLifecyclePolicy(
|
|
|
7700
7700
|
if __debug__:
|
|
7701
7701
|
type_hints = typing.get_type_hints(_typecheckingstub__5495e49fe08c27baf854c2e3f3005125f1e5f20e9b6cacfa47e41c4d319b9034)
|
|
7702
7702
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7703
|
-
jsii.set(self, "status", value)
|
|
7703
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
7704
7704
|
|
|
7705
7705
|
@builtins.property
|
|
7706
7706
|
@jsii.member(jsii_name="tags")
|
|
@@ -7716,7 +7716,7 @@ class CfnLifecyclePolicy(
|
|
|
7716
7716
|
if __debug__:
|
|
7717
7717
|
type_hints = typing.get_type_hints(_typecheckingstub__a4e72af6227539e4a5e696bb41f6d2e0df2d6f0d3f943785a49eefa13944b953)
|
|
7718
7718
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7719
|
-
jsii.set(self, "tags", value)
|
|
7719
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
7720
7720
|
|
|
7721
7721
|
@jsii.data_type(
|
|
7722
7722
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnLifecyclePolicy.ActionProperty",
|
|
@@ -8940,7 +8940,7 @@ class CfnWorkflow(
|
|
|
8940
8940
|
if __debug__:
|
|
8941
8941
|
type_hints = typing.get_type_hints(_typecheckingstub__b9ca2ede358f8e6d6f27ece2e03d7d871d14d1daaeba3cb4c788afc33c2bc227)
|
|
8942
8942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8943
|
-
jsii.set(self, "name", value)
|
|
8943
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8944
8944
|
|
|
8945
8945
|
@builtins.property
|
|
8946
8946
|
@jsii.member(jsii_name="type")
|
|
@@ -8953,7 +8953,7 @@ class CfnWorkflow(
|
|
|
8953
8953
|
if __debug__:
|
|
8954
8954
|
type_hints = typing.get_type_hints(_typecheckingstub__41b009fd9ca27b9f352338a895a62a4f074e2c7eb510b43e13f8792747f571c5)
|
|
8955
8955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8956
|
-
jsii.set(self, "type", value)
|
|
8956
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
8957
8957
|
|
|
8958
8958
|
@builtins.property
|
|
8959
8959
|
@jsii.member(jsii_name="version")
|
|
@@ -8969,7 +8969,7 @@ class CfnWorkflow(
|
|
|
8969
8969
|
if __debug__:
|
|
8970
8970
|
type_hints = typing.get_type_hints(_typecheckingstub__2ce08768a8ac00cab8a7fb60330cb7f716c6376d6d056e8ade1e44a26436417d)
|
|
8971
8971
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8972
|
-
jsii.set(self, "version", value)
|
|
8972
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
8973
8973
|
|
|
8974
8974
|
@builtins.property
|
|
8975
8975
|
@jsii.member(jsii_name="changeDescription")
|
|
@@ -8982,7 +8982,7 @@ class CfnWorkflow(
|
|
|
8982
8982
|
if __debug__:
|
|
8983
8983
|
type_hints = typing.get_type_hints(_typecheckingstub__b245fa74b6c4cb04ff6723da66ff8f8cd6af6cd5bcb55ede52fbb7a4519992d9)
|
|
8984
8984
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8985
|
-
jsii.set(self, "changeDescription", value)
|
|
8985
|
+
jsii.set(self, "changeDescription", value) # pyright: ignore[reportArgumentType]
|
|
8986
8986
|
|
|
8987
8987
|
@builtins.property
|
|
8988
8988
|
@jsii.member(jsii_name="data")
|
|
@@ -8995,7 +8995,7 @@ class CfnWorkflow(
|
|
|
8995
8995
|
if __debug__:
|
|
8996
8996
|
type_hints = typing.get_type_hints(_typecheckingstub__57d165db317968c3d0b9096bb379e7548f28dec9638ea2beebdc78b7bdf0e904)
|
|
8997
8997
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8998
|
-
jsii.set(self, "data", value)
|
|
8998
|
+
jsii.set(self, "data", value) # pyright: ignore[reportArgumentType]
|
|
8999
8999
|
|
|
9000
9000
|
@builtins.property
|
|
9001
9001
|
@jsii.member(jsii_name="description")
|
|
@@ -9008,7 +9008,7 @@ class CfnWorkflow(
|
|
|
9008
9008
|
if __debug__:
|
|
9009
9009
|
type_hints = typing.get_type_hints(_typecheckingstub__b296abb92cd399ea05e8c119ac7fdf0c7ac681e045dc5b83cfc6d9b0d97b7233)
|
|
9010
9010
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9011
|
-
jsii.set(self, "description", value)
|
|
9011
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
9012
9012
|
|
|
9013
9013
|
@builtins.property
|
|
9014
9014
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -9021,7 +9021,7 @@ class CfnWorkflow(
|
|
|
9021
9021
|
if __debug__:
|
|
9022
9022
|
type_hints = typing.get_type_hints(_typecheckingstub__9b8bb7c0820c2fd1205773d0df64a2953848236b9ead853f32d65a2239aaafa0)
|
|
9023
9023
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9024
|
-
jsii.set(self, "kmsKeyId", value)
|
|
9024
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
9025
9025
|
|
|
9026
9026
|
@builtins.property
|
|
9027
9027
|
@jsii.member(jsii_name="tags")
|
|
@@ -9037,7 +9037,7 @@ class CfnWorkflow(
|
|
|
9037
9037
|
if __debug__:
|
|
9038
9038
|
type_hints = typing.get_type_hints(_typecheckingstub__1212a2dd4ab9ee1b3006c19c3027125ab0148561c4bc08b5d80fc0e29bfdf854)
|
|
9039
9039
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9040
|
-
jsii.set(self, "tags", value)
|
|
9040
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
9041
9041
|
|
|
9042
9042
|
@builtins.property
|
|
9043
9043
|
@jsii.member(jsii_name="uri")
|
|
@@ -9050,7 +9050,7 @@ class CfnWorkflow(
|
|
|
9050
9050
|
if __debug__:
|
|
9051
9051
|
type_hints = typing.get_type_hints(_typecheckingstub__2e36c0e0583778b96be119919e9f8e273d4b8ff0bfa5e58c3049f2cc89a520dd)
|
|
9052
9052
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9053
|
-
jsii.set(self, "uri", value)
|
|
9053
|
+
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
9054
9054
|
|
|
9055
9055
|
|
|
9056
9056
|
@jsii.data_type(
|