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
|
@@ -163,6 +163,10 @@ class CfnRepository(
|
|
|
163
163
|
):
|
|
164
164
|
'''Creates a new, empty repository.
|
|
165
165
|
|
|
166
|
+
.. epigraph::
|
|
167
|
+
|
|
168
|
+
AWS CodeCommit is no longer available to new customers. Existing customers of AWS CodeCommit can continue to use the service as normal. `Learn more" <https://docs.aws.amazon.com/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider>`_
|
|
169
|
+
|
|
166
170
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html
|
|
167
171
|
:cloudformationResource: AWS::CodeCommit::Repository
|
|
168
172
|
:exampleMetadata: fixture=_generated
|
|
@@ -340,7 +344,7 @@ class CfnRepository(
|
|
|
340
344
|
if __debug__:
|
|
341
345
|
type_hints = typing.get_type_hints(_typecheckingstub__6859c317a69708aff80ba1f8fecce3dd4d7f3d6fb86832e6cff0b5dbd8fab108)
|
|
342
346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
343
|
-
jsii.set(self, "repositoryName", value)
|
|
347
|
+
jsii.set(self, "repositoryName", value) # pyright: ignore[reportArgumentType]
|
|
344
348
|
|
|
345
349
|
@builtins.property
|
|
346
350
|
@jsii.member(jsii_name="code")
|
|
@@ -358,7 +362,7 @@ class CfnRepository(
|
|
|
358
362
|
if __debug__:
|
|
359
363
|
type_hints = typing.get_type_hints(_typecheckingstub__e2d9aa151db0306c7144ac1b558b3e0c05b6ba724aad48d7d1cc2dd97531376f)
|
|
360
364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
361
|
-
jsii.set(self, "code", value)
|
|
365
|
+
jsii.set(self, "code", value) # pyright: ignore[reportArgumentType]
|
|
362
366
|
|
|
363
367
|
@builtins.property
|
|
364
368
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -371,7 +375,7 @@ class CfnRepository(
|
|
|
371
375
|
if __debug__:
|
|
372
376
|
type_hints = typing.get_type_hints(_typecheckingstub__859c79a24ab85f5df1a6bd62533ffd95670b38c74eea801186f64be4119e00c6)
|
|
373
377
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
374
|
-
jsii.set(self, "kmsKeyId", value)
|
|
378
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
375
379
|
|
|
376
380
|
@builtins.property
|
|
377
381
|
@jsii.member(jsii_name="repositoryDescription")
|
|
@@ -384,7 +388,7 @@ class CfnRepository(
|
|
|
384
388
|
if __debug__:
|
|
385
389
|
type_hints = typing.get_type_hints(_typecheckingstub__5f9325bc159d21706aa8257fe0bbabdab9cae89a56ab234752d2dca8f1e7f144)
|
|
386
390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
387
|
-
jsii.set(self, "repositoryDescription", value)
|
|
391
|
+
jsii.set(self, "repositoryDescription", value) # pyright: ignore[reportArgumentType]
|
|
388
392
|
|
|
389
393
|
@builtins.property
|
|
390
394
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -397,7 +401,7 @@ class CfnRepository(
|
|
|
397
401
|
if __debug__:
|
|
398
402
|
type_hints = typing.get_type_hints(_typecheckingstub__8d0a6e36f693d4cc2a11babc985e1e5d85042ffad99b950a29a50f501027166d)
|
|
399
403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
400
|
-
jsii.set(self, "tagsRaw", value)
|
|
404
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
401
405
|
|
|
402
406
|
@builtins.property
|
|
403
407
|
@jsii.member(jsii_name="triggers")
|
|
@@ -415,7 +419,7 @@ class CfnRepository(
|
|
|
415
419
|
if __debug__:
|
|
416
420
|
type_hints = typing.get_type_hints(_typecheckingstub__aefad5f1e3f33a8892a077db431acd9bec95241245fd5d972238256b13e99377)
|
|
417
421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
418
|
-
jsii.set(self, "triggers", value)
|
|
422
|
+
jsii.set(self, "triggers", value) # pyright: ignore[reportArgumentType]
|
|
419
423
|
|
|
420
424
|
@jsii.data_type(
|
|
421
425
|
jsii_type="aws-cdk-lib.aws_codecommit.CfnRepository.CodeProperty",
|
|
@@ -162,7 +162,7 @@ class CfnConnection(
|
|
|
162
162
|
def attr_connection_arn(self) -> builtins.str:
|
|
163
163
|
'''The Amazon Resource Name (ARN) of the connection.
|
|
164
164
|
|
|
165
|
-
The ARN is used as the connection reference when the connection is shared between AWS
|
|
165
|
+
The ARN is used as the connection reference when the connection is shared between AWS-services .
|
|
166
166
|
.. epigraph::
|
|
167
167
|
|
|
168
168
|
The ARN is never reused if the connection is deleted.
|
|
@@ -213,7 +213,7 @@ class CfnConnection(
|
|
|
213
213
|
if __debug__:
|
|
214
214
|
type_hints = typing.get_type_hints(_typecheckingstub__7d759fec9e0861542e9267cd70eacda49ebbb2a1399fb2f36364a2a01d38cdc0)
|
|
215
215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
216
|
-
jsii.set(self, "connectionName", value)
|
|
216
|
+
jsii.set(self, "connectionName", value) # pyright: ignore[reportArgumentType]
|
|
217
217
|
|
|
218
218
|
@builtins.property
|
|
219
219
|
@jsii.member(jsii_name="hostArn")
|
|
@@ -226,7 +226,7 @@ class CfnConnection(
|
|
|
226
226
|
if __debug__:
|
|
227
227
|
type_hints = typing.get_type_hints(_typecheckingstub__6c6c22c4d5132fe518d2a74aed1b6d9c89f7a2fbb163195a459d8af8791cf1c9)
|
|
228
228
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
229
|
-
jsii.set(self, "hostArn", value)
|
|
229
|
+
jsii.set(self, "hostArn", value) # pyright: ignore[reportArgumentType]
|
|
230
230
|
|
|
231
231
|
@builtins.property
|
|
232
232
|
@jsii.member(jsii_name="providerType")
|
|
@@ -239,7 +239,7 @@ class CfnConnection(
|
|
|
239
239
|
if __debug__:
|
|
240
240
|
type_hints = typing.get_type_hints(_typecheckingstub__2ec396e84dc4ee92669ed87aa685780cf9af74b974c8d0d7f12b0c1196dc17d6)
|
|
241
241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
242
|
-
jsii.set(self, "providerType", value)
|
|
242
|
+
jsii.set(self, "providerType", value) # pyright: ignore[reportArgumentType]
|
|
243
243
|
|
|
244
244
|
@builtins.property
|
|
245
245
|
@jsii.member(jsii_name="tags")
|
|
@@ -252,7 +252,7 @@ class CfnConnection(
|
|
|
252
252
|
if __debug__:
|
|
253
253
|
type_hints = typing.get_type_hints(_typecheckingstub__cd277a1214d747c2b8b1a0998909d0fe0edc54719c5d7b8ae3621585dbf60405)
|
|
254
254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
255
|
-
jsii.set(self, "tags", value)
|
|
255
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
256
256
|
|
|
257
257
|
|
|
258
258
|
@jsii.data_type(
|
|
@@ -1373,7 +1373,7 @@ class CfnApplication(
|
|
|
1373
1373
|
if __debug__:
|
|
1374
1374
|
type_hints = typing.get_type_hints(_typecheckingstub__728dce9dc041502139649117dd6edec48c37d9c568f82ee3be92de1b22e2d700)
|
|
1375
1375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1376
|
-
jsii.set(self, "applicationName", value)
|
|
1376
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
1377
1377
|
|
|
1378
1378
|
@builtins.property
|
|
1379
1379
|
@jsii.member(jsii_name="computePlatform")
|
|
@@ -1386,7 +1386,7 @@ class CfnApplication(
|
|
|
1386
1386
|
if __debug__:
|
|
1387
1387
|
type_hints = typing.get_type_hints(_typecheckingstub__1915728b28efc5c1d28ee6eddc170806e157b6c8dea55af22c18fe4e3b4ac191)
|
|
1388
1388
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1389
|
-
jsii.set(self, "computePlatform", value)
|
|
1389
|
+
jsii.set(self, "computePlatform", value) # pyright: ignore[reportArgumentType]
|
|
1390
1390
|
|
|
1391
1391
|
@builtins.property
|
|
1392
1392
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1399,7 +1399,7 @@ class CfnApplication(
|
|
|
1399
1399
|
if __debug__:
|
|
1400
1400
|
type_hints = typing.get_type_hints(_typecheckingstub__3b760e30495233c290b05641b219df0417ec34a7cdcb66209b76925733db09c3)
|
|
1401
1401
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1402
|
-
jsii.set(self, "tagsRaw", value)
|
|
1402
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1403
1403
|
|
|
1404
1404
|
|
|
1405
1405
|
@jsii.data_type(
|
|
@@ -1633,7 +1633,7 @@ class CfnDeploymentConfig(
|
|
|
1633
1633
|
if __debug__:
|
|
1634
1634
|
type_hints = typing.get_type_hints(_typecheckingstub__fccd76b57c8ae8e5170ce23818cd0a34ba59302c6ce3d4c180222152061e2922)
|
|
1635
1635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1636
|
-
jsii.set(self, "computePlatform", value)
|
|
1636
|
+
jsii.set(self, "computePlatform", value) # pyright: ignore[reportArgumentType]
|
|
1637
1637
|
|
|
1638
1638
|
@builtins.property
|
|
1639
1639
|
@jsii.member(jsii_name="deploymentConfigName")
|
|
@@ -1646,7 +1646,7 @@ class CfnDeploymentConfig(
|
|
|
1646
1646
|
if __debug__:
|
|
1647
1647
|
type_hints = typing.get_type_hints(_typecheckingstub__2be2e5144bd03df4a4fa40048f27e95c3e5304df13985412b42828a3a74d0e4d)
|
|
1648
1648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1649
|
-
jsii.set(self, "deploymentConfigName", value)
|
|
1649
|
+
jsii.set(self, "deploymentConfigName", value) # pyright: ignore[reportArgumentType]
|
|
1650
1650
|
|
|
1651
1651
|
@builtins.property
|
|
1652
1652
|
@jsii.member(jsii_name="minimumHealthyHosts")
|
|
@@ -1664,7 +1664,7 @@ class CfnDeploymentConfig(
|
|
|
1664
1664
|
if __debug__:
|
|
1665
1665
|
type_hints = typing.get_type_hints(_typecheckingstub__a51d4f90c94e060ed843233d31547707cbf9d10d3d4de60cd6205bda621edc94)
|
|
1666
1666
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1667
|
-
jsii.set(self, "minimumHealthyHosts", value)
|
|
1667
|
+
jsii.set(self, "minimumHealthyHosts", value) # pyright: ignore[reportArgumentType]
|
|
1668
1668
|
|
|
1669
1669
|
@builtins.property
|
|
1670
1670
|
@jsii.member(jsii_name="trafficRoutingConfig")
|
|
@@ -1682,7 +1682,7 @@ class CfnDeploymentConfig(
|
|
|
1682
1682
|
if __debug__:
|
|
1683
1683
|
type_hints = typing.get_type_hints(_typecheckingstub__fe1bae2a6b88ba41a47472dc8dc7bbf6f72bde54b89b4ed3b8f8e3fd35645ce4)
|
|
1684
1684
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1685
|
-
jsii.set(self, "trafficRoutingConfig", value)
|
|
1685
|
+
jsii.set(self, "trafficRoutingConfig", value) # pyright: ignore[reportArgumentType]
|
|
1686
1686
|
|
|
1687
1687
|
@builtins.property
|
|
1688
1688
|
@jsii.member(jsii_name="zonalConfig")
|
|
@@ -1700,7 +1700,7 @@ class CfnDeploymentConfig(
|
|
|
1700
1700
|
if __debug__:
|
|
1701
1701
|
type_hints = typing.get_type_hints(_typecheckingstub__b0fc8d5b7ad2a2a7cd82c46195cb23f97c32d3c56a1872111486e2ce1020d343)
|
|
1702
1702
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1703
|
-
jsii.set(self, "zonalConfig", value)
|
|
1703
|
+
jsii.set(self, "zonalConfig", value) # pyright: ignore[reportArgumentType]
|
|
1704
1704
|
|
|
1705
1705
|
@jsii.data_type(
|
|
1706
1706
|
jsii_type="aws-cdk-lib.aws_codedeploy.CfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty",
|
|
@@ -2670,7 +2670,7 @@ class CfnDeploymentGroup(
|
|
|
2670
2670
|
if __debug__:
|
|
2671
2671
|
type_hints = typing.get_type_hints(_typecheckingstub__ddb70a956898eec48889a079260c8cc973bf43c5f7612ee24bff5dbbbf459fe5)
|
|
2672
2672
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2673
|
-
jsii.set(self, "applicationName", value)
|
|
2673
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
2674
2674
|
|
|
2675
2675
|
@builtins.property
|
|
2676
2676
|
@jsii.member(jsii_name="serviceRoleArn")
|
|
@@ -2683,7 +2683,7 @@ class CfnDeploymentGroup(
|
|
|
2683
2683
|
if __debug__:
|
|
2684
2684
|
type_hints = typing.get_type_hints(_typecheckingstub__66b7f059438dd5722aa9d8f744a278bc5625386e8ce3d4fc1eb8a281e2f306c2)
|
|
2685
2685
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2686
|
-
jsii.set(self, "serviceRoleArn", value)
|
|
2686
|
+
jsii.set(self, "serviceRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
2687
2687
|
|
|
2688
2688
|
@builtins.property
|
|
2689
2689
|
@jsii.member(jsii_name="alarmConfiguration")
|
|
@@ -2701,7 +2701,7 @@ class CfnDeploymentGroup(
|
|
|
2701
2701
|
if __debug__:
|
|
2702
2702
|
type_hints = typing.get_type_hints(_typecheckingstub__5e91a52d4fd08a0b9deb3baefb2ccf408f0cb24c44a56893da4cb20fc1d8c83c)
|
|
2703
2703
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2704
|
-
jsii.set(self, "alarmConfiguration", value)
|
|
2704
|
+
jsii.set(self, "alarmConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2705
2705
|
|
|
2706
2706
|
@builtins.property
|
|
2707
2707
|
@jsii.member(jsii_name="autoRollbackConfiguration")
|
|
@@ -2719,7 +2719,7 @@ class CfnDeploymentGroup(
|
|
|
2719
2719
|
if __debug__:
|
|
2720
2720
|
type_hints = typing.get_type_hints(_typecheckingstub__69accffcb10c8665244d6da2f6e58570690d0e957e337792a901cb7be04905b7)
|
|
2721
2721
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2722
|
-
jsii.set(self, "autoRollbackConfiguration", value)
|
|
2722
|
+
jsii.set(self, "autoRollbackConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2723
2723
|
|
|
2724
2724
|
@builtins.property
|
|
2725
2725
|
@jsii.member(jsii_name="autoScalingGroups")
|
|
@@ -2735,7 +2735,7 @@ class CfnDeploymentGroup(
|
|
|
2735
2735
|
if __debug__:
|
|
2736
2736
|
type_hints = typing.get_type_hints(_typecheckingstub__7e04b36b090b14ba34ad491347fe2aca8d51c1e1877ebf2c7e060f1741102a50)
|
|
2737
2737
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2738
|
-
jsii.set(self, "autoScalingGroups", value)
|
|
2738
|
+
jsii.set(self, "autoScalingGroups", value) # pyright: ignore[reportArgumentType]
|
|
2739
2739
|
|
|
2740
2740
|
@builtins.property
|
|
2741
2741
|
@jsii.member(jsii_name="blueGreenDeploymentConfiguration")
|
|
@@ -2753,7 +2753,7 @@ class CfnDeploymentGroup(
|
|
|
2753
2753
|
if __debug__:
|
|
2754
2754
|
type_hints = typing.get_type_hints(_typecheckingstub__e01bb8b0c5b5d341a669261e31783fa832409200e3eb8a634fe33223a72f7306)
|
|
2755
2755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2756
|
-
jsii.set(self, "blueGreenDeploymentConfiguration", value)
|
|
2756
|
+
jsii.set(self, "blueGreenDeploymentConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2757
2757
|
|
|
2758
2758
|
@builtins.property
|
|
2759
2759
|
@jsii.member(jsii_name="deployment")
|
|
@@ -2771,7 +2771,7 @@ class CfnDeploymentGroup(
|
|
|
2771
2771
|
if __debug__:
|
|
2772
2772
|
type_hints = typing.get_type_hints(_typecheckingstub__08845fc7de26e5f1faa42234a437c12699ffe9eb475932cf303f7acd1c272595)
|
|
2773
2773
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2774
|
-
jsii.set(self, "deployment", value)
|
|
2774
|
+
jsii.set(self, "deployment", value) # pyright: ignore[reportArgumentType]
|
|
2775
2775
|
|
|
2776
2776
|
@builtins.property
|
|
2777
2777
|
@jsii.member(jsii_name="deploymentConfigName")
|
|
@@ -2784,7 +2784,7 @@ class CfnDeploymentGroup(
|
|
|
2784
2784
|
if __debug__:
|
|
2785
2785
|
type_hints = typing.get_type_hints(_typecheckingstub__a74c90812b52cdad890ecf4f6486df9ad8780f8c6a1c163cd9479e4971f08402)
|
|
2786
2786
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2787
|
-
jsii.set(self, "deploymentConfigName", value)
|
|
2787
|
+
jsii.set(self, "deploymentConfigName", value) # pyright: ignore[reportArgumentType]
|
|
2788
2788
|
|
|
2789
2789
|
@builtins.property
|
|
2790
2790
|
@jsii.member(jsii_name="deploymentGroupName")
|
|
@@ -2797,7 +2797,7 @@ class CfnDeploymentGroup(
|
|
|
2797
2797
|
if __debug__:
|
|
2798
2798
|
type_hints = typing.get_type_hints(_typecheckingstub__8e42dd2dab2a2d9e3bc41f1ad0d0e48a8811bc6c996da34cbbfacc9757b3286d)
|
|
2799
2799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2800
|
-
jsii.set(self, "deploymentGroupName", value)
|
|
2800
|
+
jsii.set(self, "deploymentGroupName", value) # pyright: ignore[reportArgumentType]
|
|
2801
2801
|
|
|
2802
2802
|
@builtins.property
|
|
2803
2803
|
@jsii.member(jsii_name="deploymentStyle")
|
|
@@ -2815,7 +2815,7 @@ class CfnDeploymentGroup(
|
|
|
2815
2815
|
if __debug__:
|
|
2816
2816
|
type_hints = typing.get_type_hints(_typecheckingstub__5bf1c6eb87ee1012ff4d9949ecda81e6dcac87415f749d230c6ee6752153ec80)
|
|
2817
2817
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2818
|
-
jsii.set(self, "deploymentStyle", value)
|
|
2818
|
+
jsii.set(self, "deploymentStyle", value) # pyright: ignore[reportArgumentType]
|
|
2819
2819
|
|
|
2820
2820
|
@builtins.property
|
|
2821
2821
|
@jsii.member(jsii_name="ec2TagFilters")
|
|
@@ -2833,7 +2833,7 @@ class CfnDeploymentGroup(
|
|
|
2833
2833
|
if __debug__:
|
|
2834
2834
|
type_hints = typing.get_type_hints(_typecheckingstub__ee79962691a5c39e41198cbe8d3feba8224218b0f0150b5f282db760c6c767ab)
|
|
2835
2835
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2836
|
-
jsii.set(self, "ec2TagFilters", value)
|
|
2836
|
+
jsii.set(self, "ec2TagFilters", value) # pyright: ignore[reportArgumentType]
|
|
2837
2837
|
|
|
2838
2838
|
@builtins.property
|
|
2839
2839
|
@jsii.member(jsii_name="ec2TagSet")
|
|
@@ -2851,7 +2851,7 @@ class CfnDeploymentGroup(
|
|
|
2851
2851
|
if __debug__:
|
|
2852
2852
|
type_hints = typing.get_type_hints(_typecheckingstub__6196a4cb27800772b6bd881880397500b9e720f740bb7b6289f13d2f51e04863)
|
|
2853
2853
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2854
|
-
jsii.set(self, "ec2TagSet", value)
|
|
2854
|
+
jsii.set(self, "ec2TagSet", value) # pyright: ignore[reportArgumentType]
|
|
2855
2855
|
|
|
2856
2856
|
@builtins.property
|
|
2857
2857
|
@jsii.member(jsii_name="ecsServices")
|
|
@@ -2869,7 +2869,7 @@ class CfnDeploymentGroup(
|
|
|
2869
2869
|
if __debug__:
|
|
2870
2870
|
type_hints = typing.get_type_hints(_typecheckingstub__04e313b8ad9be6363e7a8552e9cf937d4c0cf7ff77b9f105105f6b3bab3b53c6)
|
|
2871
2871
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2872
|
-
jsii.set(self, "ecsServices", value)
|
|
2872
|
+
jsii.set(self, "ecsServices", value) # pyright: ignore[reportArgumentType]
|
|
2873
2873
|
|
|
2874
2874
|
@builtins.property
|
|
2875
2875
|
@jsii.member(jsii_name="loadBalancerInfo")
|
|
@@ -2887,7 +2887,7 @@ class CfnDeploymentGroup(
|
|
|
2887
2887
|
if __debug__:
|
|
2888
2888
|
type_hints = typing.get_type_hints(_typecheckingstub__72f10ac10d280e8586e5bdb5699bdb0c53aab83965020339a2a5611d15d4061e)
|
|
2889
2889
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2890
|
-
jsii.set(self, "loadBalancerInfo", value)
|
|
2890
|
+
jsii.set(self, "loadBalancerInfo", value) # pyright: ignore[reportArgumentType]
|
|
2891
2891
|
|
|
2892
2892
|
@builtins.property
|
|
2893
2893
|
@jsii.member(jsii_name="onPremisesInstanceTagFilters")
|
|
@@ -2905,7 +2905,7 @@ class CfnDeploymentGroup(
|
|
|
2905
2905
|
if __debug__:
|
|
2906
2906
|
type_hints = typing.get_type_hints(_typecheckingstub__f88440801309d20e368d659f0132d109e5c37cb01b5a5f894053f4f9081f75f1)
|
|
2907
2907
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2908
|
-
jsii.set(self, "onPremisesInstanceTagFilters", value)
|
|
2908
|
+
jsii.set(self, "onPremisesInstanceTagFilters", value) # pyright: ignore[reportArgumentType]
|
|
2909
2909
|
|
|
2910
2910
|
@builtins.property
|
|
2911
2911
|
@jsii.member(jsii_name="onPremisesTagSet")
|
|
@@ -2923,7 +2923,7 @@ class CfnDeploymentGroup(
|
|
|
2923
2923
|
if __debug__:
|
|
2924
2924
|
type_hints = typing.get_type_hints(_typecheckingstub__e1da01bcd68da7d01c5ffa220e48c83cd4d65bd034d7416a79c12856e9a25fad)
|
|
2925
2925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2926
|
-
jsii.set(self, "onPremisesTagSet", value)
|
|
2926
|
+
jsii.set(self, "onPremisesTagSet", value) # pyright: ignore[reportArgumentType]
|
|
2927
2927
|
|
|
2928
2928
|
@builtins.property
|
|
2929
2929
|
@jsii.member(jsii_name="outdatedInstancesStrategy")
|
|
@@ -2936,7 +2936,7 @@ class CfnDeploymentGroup(
|
|
|
2936
2936
|
if __debug__:
|
|
2937
2937
|
type_hints = typing.get_type_hints(_typecheckingstub__9af30b6e3ffc37ae09bbaa003b72063af09adae4e47a022a24f8e942d28ea799)
|
|
2938
2938
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2939
|
-
jsii.set(self, "outdatedInstancesStrategy", value)
|
|
2939
|
+
jsii.set(self, "outdatedInstancesStrategy", value) # pyright: ignore[reportArgumentType]
|
|
2940
2940
|
|
|
2941
2941
|
@builtins.property
|
|
2942
2942
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2949,7 +2949,7 @@ class CfnDeploymentGroup(
|
|
|
2949
2949
|
if __debug__:
|
|
2950
2950
|
type_hints = typing.get_type_hints(_typecheckingstub__ca51d486320d92369410ca709970091be367eabeebde41a60143404eeb1cc6a8)
|
|
2951
2951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2952
|
-
jsii.set(self, "tagsRaw", value)
|
|
2952
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2953
2953
|
|
|
2954
2954
|
@builtins.property
|
|
2955
2955
|
@jsii.member(jsii_name="terminationHookEnabled")
|
|
@@ -2967,7 +2967,7 @@ class CfnDeploymentGroup(
|
|
|
2967
2967
|
if __debug__:
|
|
2968
2968
|
type_hints = typing.get_type_hints(_typecheckingstub__2bf9c1fbb66f570f500b907e6dae98c96270a20d62e93986637535a81ad80522)
|
|
2969
2969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2970
|
-
jsii.set(self, "terminationHookEnabled", value)
|
|
2970
|
+
jsii.set(self, "terminationHookEnabled", value) # pyright: ignore[reportArgumentType]
|
|
2971
2971
|
|
|
2972
2972
|
@builtins.property
|
|
2973
2973
|
@jsii.member(jsii_name="triggerConfigurations")
|
|
@@ -2985,7 +2985,7 @@ class CfnDeploymentGroup(
|
|
|
2985
2985
|
if __debug__:
|
|
2986
2986
|
type_hints = typing.get_type_hints(_typecheckingstub__19f14404bcc2f5c2897842d997eb29c01baf8bcd6619fdc09e6b87d0df1f7693)
|
|
2987
2987
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2988
|
-
jsii.set(self, "triggerConfigurations", value)
|
|
2988
|
+
jsii.set(self, "triggerConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
2989
2989
|
|
|
2990
2990
|
@jsii.data_type(
|
|
2991
2991
|
jsii_type="aws-cdk-lib.aws_codedeploy.CfnDeploymentGroup.AlarmConfigurationProperty",
|
|
@@ -202,7 +202,7 @@ class CfnProfilingGroup(
|
|
|
202
202
|
if __debug__:
|
|
203
203
|
type_hints = typing.get_type_hints(_typecheckingstub__c5573a5208adffdf4734f691eb4ff7539202b1db0e5b1ca78bff1b5df9d85c73)
|
|
204
204
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
205
|
-
jsii.set(self, "profilingGroupName", value)
|
|
205
|
+
jsii.set(self, "profilingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
206
206
|
|
|
207
207
|
@builtins.property
|
|
208
208
|
@jsii.member(jsii_name="agentPermissions")
|
|
@@ -215,7 +215,7 @@ class CfnProfilingGroup(
|
|
|
215
215
|
if __debug__:
|
|
216
216
|
type_hints = typing.get_type_hints(_typecheckingstub__17d718bda323291cfa3fcddd8a1a5bb1086c9c8fc294cbc26895b278f35c89d1)
|
|
217
217
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
218
|
-
jsii.set(self, "agentPermissions", value)
|
|
218
|
+
jsii.set(self, "agentPermissions", value) # pyright: ignore[reportArgumentType]
|
|
219
219
|
|
|
220
220
|
@builtins.property
|
|
221
221
|
@jsii.member(jsii_name="anomalyDetectionNotificationConfiguration")
|
|
@@ -233,7 +233,7 @@ class CfnProfilingGroup(
|
|
|
233
233
|
if __debug__:
|
|
234
234
|
type_hints = typing.get_type_hints(_typecheckingstub__316c247cfa3a39c676bf4ce8b50310a7688cf6084a673ebde8f3462cb4464ee6)
|
|
235
235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
236
|
-
jsii.set(self, "anomalyDetectionNotificationConfiguration", value)
|
|
236
|
+
jsii.set(self, "anomalyDetectionNotificationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
237
237
|
|
|
238
238
|
@builtins.property
|
|
239
239
|
@jsii.member(jsii_name="computePlatform")
|
|
@@ -246,7 +246,7 @@ class CfnProfilingGroup(
|
|
|
246
246
|
if __debug__:
|
|
247
247
|
type_hints = typing.get_type_hints(_typecheckingstub__cb128be2e7cd15970dee2ea394d635c967fffc05335b5468f285d71eb7972df8)
|
|
248
248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
249
|
-
jsii.set(self, "computePlatform", value)
|
|
249
|
+
jsii.set(self, "computePlatform", value) # pyright: ignore[reportArgumentType]
|
|
250
250
|
|
|
251
251
|
@builtins.property
|
|
252
252
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -259,7 +259,7 @@ class CfnProfilingGroup(
|
|
|
259
259
|
if __debug__:
|
|
260
260
|
type_hints = typing.get_type_hints(_typecheckingstub__cda9ac694cf4a0730ba8c58dcc623c74646a296072486d91f42a1051fefcfef7)
|
|
261
261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
262
|
-
jsii.set(self, "tagsRaw", value)
|
|
262
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
263
263
|
|
|
264
264
|
@jsii.data_type(
|
|
265
265
|
jsii_type="aws-cdk-lib.aws_codeguruprofiler.CfnProfilingGroup.AgentPermissionsProperty",
|
|
@@ -195,7 +195,7 @@ class CfnRepositoryAssociation(
|
|
|
195
195
|
if __debug__:
|
|
196
196
|
type_hints = typing.get_type_hints(_typecheckingstub__ec9e75171bbdbb6cad03874dfbe83db6de3d62b761d498097d3ecba4cf7d16b0)
|
|
197
197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
198
|
-
jsii.set(self, "name", value)
|
|
198
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
199
199
|
|
|
200
200
|
@builtins.property
|
|
201
201
|
@jsii.member(jsii_name="type")
|
|
@@ -211,7 +211,7 @@ class CfnRepositoryAssociation(
|
|
|
211
211
|
if __debug__:
|
|
212
212
|
type_hints = typing.get_type_hints(_typecheckingstub__2d3e86008a39bc645731a533974f985601bc350a2cc19b6f00d11eb1edc1df86)
|
|
213
213
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
214
|
-
jsii.set(self, "type", value)
|
|
214
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
215
215
|
|
|
216
216
|
@builtins.property
|
|
217
217
|
@jsii.member(jsii_name="bucketName")
|
|
@@ -224,7 +224,7 @@ class CfnRepositoryAssociation(
|
|
|
224
224
|
if __debug__:
|
|
225
225
|
type_hints = typing.get_type_hints(_typecheckingstub__8c8ec6150a86eca081534ff87cce4f72151744870d3d3bc09559dc63a710868e)
|
|
226
226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
227
|
-
jsii.set(self, "bucketName", value)
|
|
227
|
+
jsii.set(self, "bucketName", value) # pyright: ignore[reportArgumentType]
|
|
228
228
|
|
|
229
229
|
@builtins.property
|
|
230
230
|
@jsii.member(jsii_name="connectionArn")
|
|
@@ -237,7 +237,7 @@ class CfnRepositoryAssociation(
|
|
|
237
237
|
if __debug__:
|
|
238
238
|
type_hints = typing.get_type_hints(_typecheckingstub__340c4719835b7311aad6b121af2a3ba1aef22151834543162668050d35f09271)
|
|
239
239
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
240
|
-
jsii.set(self, "connectionArn", value)
|
|
240
|
+
jsii.set(self, "connectionArn", value) # pyright: ignore[reportArgumentType]
|
|
241
241
|
|
|
242
242
|
@builtins.property
|
|
243
243
|
@jsii.member(jsii_name="owner")
|
|
@@ -250,7 +250,7 @@ class CfnRepositoryAssociation(
|
|
|
250
250
|
if __debug__:
|
|
251
251
|
type_hints = typing.get_type_hints(_typecheckingstub__427305c50fc8bc62fd3ad14efd4738acd5830917e16d2861604ace45033d2b4d)
|
|
252
252
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
253
|
-
jsii.set(self, "owner", value)
|
|
253
|
+
jsii.set(self, "owner", value) # pyright: ignore[reportArgumentType]
|
|
254
254
|
|
|
255
255
|
@builtins.property
|
|
256
256
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -263,7 +263,7 @@ class CfnRepositoryAssociation(
|
|
|
263
263
|
if __debug__:
|
|
264
264
|
type_hints = typing.get_type_hints(_typecheckingstub__a8a7019de50716e632f620fdc25a9002b3dd655fc191589f4a7e2eb2a4dd50d0)
|
|
265
265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
266
|
-
jsii.set(self, "tagsRaw", value)
|
|
266
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
@jsii.data_type(
|