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
aws_cdk/aws_appflow/__init__.py
CHANGED
|
@@ -181,7 +181,7 @@ class CfnConnector(
|
|
|
181
181
|
if __debug__:
|
|
182
182
|
type_hints = typing.get_type_hints(_typecheckingstub__e9a08650fe9a17324090179ab56d9509e56252c9865e3f2e1fa676c14b6cc03f)
|
|
183
183
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
184
|
-
jsii.set(self, "connectorProvisioningConfig", value)
|
|
184
|
+
jsii.set(self, "connectorProvisioningConfig", value) # pyright: ignore[reportArgumentType]
|
|
185
185
|
|
|
186
186
|
@builtins.property
|
|
187
187
|
@jsii.member(jsii_name="connectorProvisioningType")
|
|
@@ -194,7 +194,7 @@ class CfnConnector(
|
|
|
194
194
|
if __debug__:
|
|
195
195
|
type_hints = typing.get_type_hints(_typecheckingstub__a2220ebaf0220a2885b5b9cf115ec38fe35115066c974f84c1b2c720720335fc)
|
|
196
196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "connectorProvisioningType", value)
|
|
197
|
+
jsii.set(self, "connectorProvisioningType", value) # pyright: ignore[reportArgumentType]
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
@jsii.member(jsii_name="connectorLabel")
|
|
@@ -207,7 +207,7 @@ class CfnConnector(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__223722b79e59f7d76338e4d79ccc19e3b7a392375aa34d0c39efd833af999447)
|
|
209
209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
210
|
-
jsii.set(self, "connectorLabel", value)
|
|
210
|
+
jsii.set(self, "connectorLabel", value) # pyright: ignore[reportArgumentType]
|
|
211
211
|
|
|
212
212
|
@builtins.property
|
|
213
213
|
@jsii.member(jsii_name="description")
|
|
@@ -220,7 +220,7 @@ class CfnConnector(
|
|
|
220
220
|
if __debug__:
|
|
221
221
|
type_hints = typing.get_type_hints(_typecheckingstub__5201599f188c2814b1848bd455a0576a0e0a2d098b49d428d52355c42d74246a)
|
|
222
222
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
223
|
-
jsii.set(self, "description", value)
|
|
223
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
224
224
|
|
|
225
225
|
@jsii.data_type(
|
|
226
226
|
jsii_type="aws-cdk-lib.aws_appflow.CfnConnector.ConnectorProvisioningConfigProperty",
|
|
@@ -724,7 +724,7 @@ class CfnConnectorProfile(
|
|
|
724
724
|
if __debug__:
|
|
725
725
|
type_hints = typing.get_type_hints(_typecheckingstub__92b6f068ed3430ff60d5cf2405ae08acfe160b8a4162a018961ac832d027d84a)
|
|
726
726
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
727
|
-
jsii.set(self, "connectionMode", value)
|
|
727
|
+
jsii.set(self, "connectionMode", value) # pyright: ignore[reportArgumentType]
|
|
728
728
|
|
|
729
729
|
@builtins.property
|
|
730
730
|
@jsii.member(jsii_name="connectorProfileName")
|
|
@@ -737,7 +737,7 @@ class CfnConnectorProfile(
|
|
|
737
737
|
if __debug__:
|
|
738
738
|
type_hints = typing.get_type_hints(_typecheckingstub__0cb5b0aaad75445c153fba71fd8dbff5d452ea9073e2056f9b9b2deac384c665)
|
|
739
739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
740
|
-
jsii.set(self, "connectorProfileName", value)
|
|
740
|
+
jsii.set(self, "connectorProfileName", value) # pyright: ignore[reportArgumentType]
|
|
741
741
|
|
|
742
742
|
@builtins.property
|
|
743
743
|
@jsii.member(jsii_name="connectorType")
|
|
@@ -750,7 +750,7 @@ class CfnConnectorProfile(
|
|
|
750
750
|
if __debug__:
|
|
751
751
|
type_hints = typing.get_type_hints(_typecheckingstub__34d4fdd4dbf7a059cab33b55ce7b81ced574f12c8c437ab87f6a2cd0366b8c27)
|
|
752
752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
753
|
-
jsii.set(self, "connectorType", value)
|
|
753
|
+
jsii.set(self, "connectorType", value) # pyright: ignore[reportArgumentType]
|
|
754
754
|
|
|
755
755
|
@builtins.property
|
|
756
756
|
@jsii.member(jsii_name="connectorLabel")
|
|
@@ -763,7 +763,7 @@ class CfnConnectorProfile(
|
|
|
763
763
|
if __debug__:
|
|
764
764
|
type_hints = typing.get_type_hints(_typecheckingstub__67b7946ef6d997ddf9c382bd294994647bbe3c0ad1aaaceece977af3d6112719)
|
|
765
765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
766
|
-
jsii.set(self, "connectorLabel", value)
|
|
766
|
+
jsii.set(self, "connectorLabel", value) # pyright: ignore[reportArgumentType]
|
|
767
767
|
|
|
768
768
|
@builtins.property
|
|
769
769
|
@jsii.member(jsii_name="connectorProfileConfig")
|
|
@@ -781,7 +781,7 @@ class CfnConnectorProfile(
|
|
|
781
781
|
if __debug__:
|
|
782
782
|
type_hints = typing.get_type_hints(_typecheckingstub__3377e00c38f6ec97040c9514a9f9cedd23ba70e3a2b918fb7ef76f04aca7d060)
|
|
783
783
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
784
|
-
jsii.set(self, "connectorProfileConfig", value)
|
|
784
|
+
jsii.set(self, "connectorProfileConfig", value) # pyright: ignore[reportArgumentType]
|
|
785
785
|
|
|
786
786
|
@builtins.property
|
|
787
787
|
@jsii.member(jsii_name="kmsArn")
|
|
@@ -794,7 +794,7 @@ class CfnConnectorProfile(
|
|
|
794
794
|
if __debug__:
|
|
795
795
|
type_hints = typing.get_type_hints(_typecheckingstub__089ca49f64f5b669f9596470a2fc8cf66e307ab5bdaedd126556de9e245a2adf)
|
|
796
796
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
797
|
-
jsii.set(self, "kmsArn", value)
|
|
797
|
+
jsii.set(self, "kmsArn", value) # pyright: ignore[reportArgumentType]
|
|
798
798
|
|
|
799
799
|
@jsii.data_type(
|
|
800
800
|
jsii_type="aws-cdk-lib.aws_appflow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty",
|
|
@@ -6605,7 +6605,7 @@ class CfnFlow(
|
|
|
6605
6605
|
if __debug__:
|
|
6606
6606
|
type_hints = typing.get_type_hints(_typecheckingstub__f6e790e910559e7c5bdcd3b94ffbcee395c9ebca3506e34c7dc5849e4cc2f22e)
|
|
6607
6607
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6608
|
-
jsii.set(self, "destinationFlowConfigList", value)
|
|
6608
|
+
jsii.set(self, "destinationFlowConfigList", value) # pyright: ignore[reportArgumentType]
|
|
6609
6609
|
|
|
6610
6610
|
@builtins.property
|
|
6611
6611
|
@jsii.member(jsii_name="flowName")
|
|
@@ -6618,7 +6618,7 @@ class CfnFlow(
|
|
|
6618
6618
|
if __debug__:
|
|
6619
6619
|
type_hints = typing.get_type_hints(_typecheckingstub__04271ee51cb938fbf314abcbe8001536684e210ea83443e61da82559f654fcfa)
|
|
6620
6620
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6621
|
-
jsii.set(self, "flowName", value)
|
|
6621
|
+
jsii.set(self, "flowName", value) # pyright: ignore[reportArgumentType]
|
|
6622
6622
|
|
|
6623
6623
|
@builtins.property
|
|
6624
6624
|
@jsii.member(jsii_name="sourceFlowConfig")
|
|
@@ -6636,7 +6636,7 @@ class CfnFlow(
|
|
|
6636
6636
|
if __debug__:
|
|
6637
6637
|
type_hints = typing.get_type_hints(_typecheckingstub__af0fe8bf747f64f1d7f670168d2b21f389c54a57af38e982865d5ff46125027c)
|
|
6638
6638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6639
|
-
jsii.set(self, "sourceFlowConfig", value)
|
|
6639
|
+
jsii.set(self, "sourceFlowConfig", value) # pyright: ignore[reportArgumentType]
|
|
6640
6640
|
|
|
6641
6641
|
@builtins.property
|
|
6642
6642
|
@jsii.member(jsii_name="tasks")
|
|
@@ -6654,7 +6654,7 @@ class CfnFlow(
|
|
|
6654
6654
|
if __debug__:
|
|
6655
6655
|
type_hints = typing.get_type_hints(_typecheckingstub__6be845445f663cd529fe7ed672afb9293c81c28e04a68e7cffb28e49f904b1cf)
|
|
6656
6656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6657
|
-
jsii.set(self, "tasks", value)
|
|
6657
|
+
jsii.set(self, "tasks", value) # pyright: ignore[reportArgumentType]
|
|
6658
6658
|
|
|
6659
6659
|
@builtins.property
|
|
6660
6660
|
@jsii.member(jsii_name="triggerConfig")
|
|
@@ -6672,7 +6672,7 @@ class CfnFlow(
|
|
|
6672
6672
|
if __debug__:
|
|
6673
6673
|
type_hints = typing.get_type_hints(_typecheckingstub__fb7ecca2b731f1a7b7e2f3e1002382bb5d5b42e9ff425b98984717cf715b0473)
|
|
6674
6674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6675
|
-
jsii.set(self, "triggerConfig", value)
|
|
6675
|
+
jsii.set(self, "triggerConfig", value) # pyright: ignore[reportArgumentType]
|
|
6676
6676
|
|
|
6677
6677
|
@builtins.property
|
|
6678
6678
|
@jsii.member(jsii_name="description")
|
|
@@ -6685,7 +6685,7 @@ class CfnFlow(
|
|
|
6685
6685
|
if __debug__:
|
|
6686
6686
|
type_hints = typing.get_type_hints(_typecheckingstub__76ecbc6111b3b15ac62ef5211231c35103879fefecb75334c74f80f8c9df5e0b)
|
|
6687
6687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6688
|
-
jsii.set(self, "description", value)
|
|
6688
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6689
6689
|
|
|
6690
6690
|
@builtins.property
|
|
6691
6691
|
@jsii.member(jsii_name="flowStatus")
|
|
@@ -6701,7 +6701,7 @@ class CfnFlow(
|
|
|
6701
6701
|
if __debug__:
|
|
6702
6702
|
type_hints = typing.get_type_hints(_typecheckingstub__ea530c7cd48e3e434bd34b8ab9dabb719427831263b04557da3d03e82acbebce)
|
|
6703
6703
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6704
|
-
jsii.set(self, "flowStatus", value)
|
|
6704
|
+
jsii.set(self, "flowStatus", value) # pyright: ignore[reportArgumentType]
|
|
6705
6705
|
|
|
6706
6706
|
@builtins.property
|
|
6707
6707
|
@jsii.member(jsii_name="kmsArn")
|
|
@@ -6714,7 +6714,7 @@ class CfnFlow(
|
|
|
6714
6714
|
if __debug__:
|
|
6715
6715
|
type_hints = typing.get_type_hints(_typecheckingstub__587868dddc78d2790162bd179ba67212276001fbdd8c989c9e3b837c1ef2b252)
|
|
6716
6716
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6717
|
-
jsii.set(self, "kmsArn", value)
|
|
6717
|
+
jsii.set(self, "kmsArn", value) # pyright: ignore[reportArgumentType]
|
|
6718
6718
|
|
|
6719
6719
|
@builtins.property
|
|
6720
6720
|
@jsii.member(jsii_name="metadataCatalogConfig")
|
|
@@ -6732,7 +6732,7 @@ class CfnFlow(
|
|
|
6732
6732
|
if __debug__:
|
|
6733
6733
|
type_hints = typing.get_type_hints(_typecheckingstub__7a474740c338d02b5c3e7ece5ad8097d97710078550a9f34157e3e053142f0c9)
|
|
6734
6734
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6735
|
-
jsii.set(self, "metadataCatalogConfig", value)
|
|
6735
|
+
jsii.set(self, "metadataCatalogConfig", value) # pyright: ignore[reportArgumentType]
|
|
6736
6736
|
|
|
6737
6737
|
@builtins.property
|
|
6738
6738
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6745,7 +6745,7 @@ class CfnFlow(
|
|
|
6745
6745
|
if __debug__:
|
|
6746
6746
|
type_hints = typing.get_type_hints(_typecheckingstub__ac44925e55be2d561241744a9491ec33e37633d5ea9a74479066fc80e01dab99)
|
|
6747
6747
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6748
|
-
jsii.set(self, "tagsRaw", value)
|
|
6748
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6749
6749
|
|
|
6750
6750
|
@jsii.data_type(
|
|
6751
6751
|
jsii_type="aws-cdk-lib.aws_appflow.CfnFlow.AggregationConfigProperty",
|
|
@@ -207,7 +207,7 @@ class CfnApplication(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__1e6a672bbf82d8b3bb39f56510a2db6c1a10b1776e0b968cd61c6665d29508e7)
|
|
209
209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
210
|
-
jsii.set(self, "applicationSourceConfig", value)
|
|
210
|
+
jsii.set(self, "applicationSourceConfig", value) # pyright: ignore[reportArgumentType]
|
|
211
211
|
|
|
212
212
|
@builtins.property
|
|
213
213
|
@jsii.member(jsii_name="description")
|
|
@@ -220,7 +220,7 @@ class CfnApplication(
|
|
|
220
220
|
if __debug__:
|
|
221
221
|
type_hints = typing.get_type_hints(_typecheckingstub__87943d6227ebd97ed6b280da7778e22bd3c7bef93cf9ab4a400fe6c9240847b1)
|
|
222
222
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
223
|
-
jsii.set(self, "description", value)
|
|
223
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
224
224
|
|
|
225
225
|
@builtins.property
|
|
226
226
|
@jsii.member(jsii_name="name")
|
|
@@ -233,7 +233,7 @@ class CfnApplication(
|
|
|
233
233
|
if __debug__:
|
|
234
234
|
type_hints = typing.get_type_hints(_typecheckingstub__416a93fef610e4b348e491404913fee978fabfb7d56f70287417ddc540c85c77)
|
|
235
235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
236
|
-
jsii.set(self, "name", value)
|
|
236
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
237
237
|
|
|
238
238
|
@builtins.property
|
|
239
239
|
@jsii.member(jsii_name="namespace")
|
|
@@ -246,7 +246,7 @@ class CfnApplication(
|
|
|
246
246
|
if __debug__:
|
|
247
247
|
type_hints = typing.get_type_hints(_typecheckingstub__c1133ff0df5163630ae65aa9c2ffa87e2e0db4c7e7d6a197c3a256bd17cc3a45)
|
|
248
248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
249
|
-
jsii.set(self, "namespace", value)
|
|
249
|
+
jsii.set(self, "namespace", value) # pyright: ignore[reportArgumentType]
|
|
250
250
|
|
|
251
251
|
@builtins.property
|
|
252
252
|
@jsii.member(jsii_name="permissions")
|
|
@@ -259,7 +259,7 @@ class CfnApplication(
|
|
|
259
259
|
if __debug__:
|
|
260
260
|
type_hints = typing.get_type_hints(_typecheckingstub__1aafc4daa721930073f0dbbb7da26dc3c3c3be9c01fc9424bbc85944b766472d)
|
|
261
261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
262
|
-
jsii.set(self, "permissions", value)
|
|
262
|
+
jsii.set(self, "permissions", value) # pyright: ignore[reportArgumentType]
|
|
263
263
|
|
|
264
264
|
@builtins.property
|
|
265
265
|
@jsii.member(jsii_name="tags")
|
|
@@ -272,7 +272,7 @@ class CfnApplication(
|
|
|
272
272
|
if __debug__:
|
|
273
273
|
type_hints = typing.get_type_hints(_typecheckingstub__bf726959aa4191428101440b70a3eb393290a7cdec2b995b07413ac05f6d0c28)
|
|
274
274
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
275
|
-
jsii.set(self, "tags", value)
|
|
275
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
276
276
|
|
|
277
277
|
@jsii.data_type(
|
|
278
278
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ApplicationSourceConfigProperty",
|
|
@@ -731,7 +731,7 @@ class CfnDataIntegration(
|
|
|
731
731
|
if __debug__:
|
|
732
732
|
type_hints = typing.get_type_hints(_typecheckingstub__5a3cad25e2a72d7ef20681bd49e23420f83d37ece3e2e6187f06b562941a0afc)
|
|
733
733
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
734
|
-
jsii.set(self, "kmsKey", value)
|
|
734
|
+
jsii.set(self, "kmsKey", value) # pyright: ignore[reportArgumentType]
|
|
735
735
|
|
|
736
736
|
@builtins.property
|
|
737
737
|
@jsii.member(jsii_name="name")
|
|
@@ -744,7 +744,7 @@ class CfnDataIntegration(
|
|
|
744
744
|
if __debug__:
|
|
745
745
|
type_hints = typing.get_type_hints(_typecheckingstub__e51110622d3f4ff27df719656fd99fc526be5468469b3eea1ec762212e0d0d83)
|
|
746
746
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
747
|
-
jsii.set(self, "name", value)
|
|
747
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
748
748
|
|
|
749
749
|
@builtins.property
|
|
750
750
|
@jsii.member(jsii_name="sourceUri")
|
|
@@ -757,7 +757,7 @@ class CfnDataIntegration(
|
|
|
757
757
|
if __debug__:
|
|
758
758
|
type_hints = typing.get_type_hints(_typecheckingstub__c40d38376f274efd003c192558a948691aa19100c92ffcb8b59fa6c6f3ab8dcc)
|
|
759
759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
760
|
-
jsii.set(self, "sourceUri", value)
|
|
760
|
+
jsii.set(self, "sourceUri", value) # pyright: ignore[reportArgumentType]
|
|
761
761
|
|
|
762
762
|
@builtins.property
|
|
763
763
|
@jsii.member(jsii_name="description")
|
|
@@ -770,7 +770,7 @@ class CfnDataIntegration(
|
|
|
770
770
|
if __debug__:
|
|
771
771
|
type_hints = typing.get_type_hints(_typecheckingstub__ac6cbca81b19a3d28448d5b03b3556d234f451a65367c5aece805bf98e731c52)
|
|
772
772
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
773
|
-
jsii.set(self, "description", value)
|
|
773
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
774
774
|
|
|
775
775
|
@builtins.property
|
|
776
776
|
@jsii.member(jsii_name="fileConfiguration")
|
|
@@ -788,7 +788,7 @@ class CfnDataIntegration(
|
|
|
788
788
|
if __debug__:
|
|
789
789
|
type_hints = typing.get_type_hints(_typecheckingstub__fa142812d7a4300d1fdf79595aa40d4ec698ff46a0af150d168d97ee958e67e1)
|
|
790
790
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
791
|
-
jsii.set(self, "fileConfiguration", value)
|
|
791
|
+
jsii.set(self, "fileConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
792
792
|
|
|
793
793
|
@builtins.property
|
|
794
794
|
@jsii.member(jsii_name="objectConfiguration")
|
|
@@ -801,7 +801,7 @@ class CfnDataIntegration(
|
|
|
801
801
|
if __debug__:
|
|
802
802
|
type_hints = typing.get_type_hints(_typecheckingstub__09c4d150a6b38a21718340d0e7596e6fe23c488efff8579d0b26f44d2d887f87)
|
|
803
803
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
804
|
-
jsii.set(self, "objectConfiguration", value)
|
|
804
|
+
jsii.set(self, "objectConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
805
805
|
|
|
806
806
|
@builtins.property
|
|
807
807
|
@jsii.member(jsii_name="scheduleConfig")
|
|
@@ -819,7 +819,7 @@ class CfnDataIntegration(
|
|
|
819
819
|
if __debug__:
|
|
820
820
|
type_hints = typing.get_type_hints(_typecheckingstub__5245bc847871e6f3d723769c28404578dc706f908a62836394d9ef2b6acc8a92)
|
|
821
821
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
822
|
-
jsii.set(self, "scheduleConfig", value)
|
|
822
|
+
jsii.set(self, "scheduleConfig", value) # pyright: ignore[reportArgumentType]
|
|
823
823
|
|
|
824
824
|
@builtins.property
|
|
825
825
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -832,7 +832,7 @@ class CfnDataIntegration(
|
|
|
832
832
|
if __debug__:
|
|
833
833
|
type_hints = typing.get_type_hints(_typecheckingstub__d778105dbb9cf7d3e71800bafeafc79e0c6102ba3bccf8a3f96fd8b2c9aac3b2)
|
|
834
834
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
835
|
-
jsii.set(self, "tagsRaw", value)
|
|
835
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
836
836
|
|
|
837
837
|
@jsii.data_type(
|
|
838
838
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnDataIntegration.FileConfigurationProperty",
|
|
@@ -1329,7 +1329,7 @@ class CfnEventIntegration(
|
|
|
1329
1329
|
if __debug__:
|
|
1330
1330
|
type_hints = typing.get_type_hints(_typecheckingstub__454b16c02d23ad7183df72a0517049ca680971186fd144d912c66c66f41479b7)
|
|
1331
1331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1332
|
-
jsii.set(self, "eventBridgeBus", value)
|
|
1332
|
+
jsii.set(self, "eventBridgeBus", value) # pyright: ignore[reportArgumentType]
|
|
1333
1333
|
|
|
1334
1334
|
@builtins.property
|
|
1335
1335
|
@jsii.member(jsii_name="eventFilter")
|
|
@@ -1347,7 +1347,7 @@ class CfnEventIntegration(
|
|
|
1347
1347
|
if __debug__:
|
|
1348
1348
|
type_hints = typing.get_type_hints(_typecheckingstub__26c1d519a62cc46ab080cc71141eaf4a08280d9dfa5cc2110dd627f095a67241)
|
|
1349
1349
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1350
|
-
jsii.set(self, "eventFilter", value)
|
|
1350
|
+
jsii.set(self, "eventFilter", value) # pyright: ignore[reportArgumentType]
|
|
1351
1351
|
|
|
1352
1352
|
@builtins.property
|
|
1353
1353
|
@jsii.member(jsii_name="name")
|
|
@@ -1360,7 +1360,7 @@ class CfnEventIntegration(
|
|
|
1360
1360
|
if __debug__:
|
|
1361
1361
|
type_hints = typing.get_type_hints(_typecheckingstub__e44ab4713818a147dca8ac5a9022090f6d871398c1671b532e61470fc234e20f)
|
|
1362
1362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1363
|
-
jsii.set(self, "name", value)
|
|
1363
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1364
1364
|
|
|
1365
1365
|
@builtins.property
|
|
1366
1366
|
@jsii.member(jsii_name="description")
|
|
@@ -1373,7 +1373,7 @@ class CfnEventIntegration(
|
|
|
1373
1373
|
if __debug__:
|
|
1374
1374
|
type_hints = typing.get_type_hints(_typecheckingstub__16fd4e12e97916052e3996eda8c3774583ca79f8ceda9b5fca42d81c38c9ad1d)
|
|
1375
1375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1376
|
-
jsii.set(self, "description", value)
|
|
1376
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1377
1377
|
|
|
1378
1378
|
@builtins.property
|
|
1379
1379
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1386,7 +1386,7 @@ class CfnEventIntegration(
|
|
|
1386
1386
|
if __debug__:
|
|
1387
1387
|
type_hints = typing.get_type_hints(_typecheckingstub__1545291bb728d092049a68fe1f3f167513ab081a64c955a81627589c9ef4bfa1)
|
|
1388
1388
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1389
|
-
jsii.set(self, "tagsRaw", value)
|
|
1389
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1390
1390
|
|
|
1391
1391
|
@jsii.data_type(
|
|
1392
1392
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnEventIntegration.EventFilterProperty",
|
|
@@ -1290,7 +1290,7 @@ class CfnScalableTarget(
|
|
|
1290
1290
|
if __debug__:
|
|
1291
1291
|
type_hints = typing.get_type_hints(_typecheckingstub__aab88caece6d64e8566905de6661b92b1df09b9d335e0e8c0754b34f44d246e2)
|
|
1292
1292
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1293
|
-
jsii.set(self, "maxCapacity", value)
|
|
1293
|
+
jsii.set(self, "maxCapacity", value) # pyright: ignore[reportArgumentType]
|
|
1294
1294
|
|
|
1295
1295
|
@builtins.property
|
|
1296
1296
|
@jsii.member(jsii_name="minCapacity")
|
|
@@ -1303,7 +1303,7 @@ class CfnScalableTarget(
|
|
|
1303
1303
|
if __debug__:
|
|
1304
1304
|
type_hints = typing.get_type_hints(_typecheckingstub__b73964fa80587244137f97f906081898d6add27e7ac5c4b1110b5960dfbf7f8c)
|
|
1305
1305
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1306
|
-
jsii.set(self, "minCapacity", value)
|
|
1306
|
+
jsii.set(self, "minCapacity", value) # pyright: ignore[reportArgumentType]
|
|
1307
1307
|
|
|
1308
1308
|
@builtins.property
|
|
1309
1309
|
@jsii.member(jsii_name="resourceId")
|
|
@@ -1316,7 +1316,7 @@ class CfnScalableTarget(
|
|
|
1316
1316
|
if __debug__:
|
|
1317
1317
|
type_hints = typing.get_type_hints(_typecheckingstub__c6222d448bf139000d6495103f3869076bae6b8c46711066c25270c8d2a240f4)
|
|
1318
1318
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1319
|
-
jsii.set(self, "resourceId", value)
|
|
1319
|
+
jsii.set(self, "resourceId", value) # pyright: ignore[reportArgumentType]
|
|
1320
1320
|
|
|
1321
1321
|
@builtins.property
|
|
1322
1322
|
@jsii.member(jsii_name="scalableDimension")
|
|
@@ -1329,7 +1329,7 @@ class CfnScalableTarget(
|
|
|
1329
1329
|
if __debug__:
|
|
1330
1330
|
type_hints = typing.get_type_hints(_typecheckingstub__d4fae2c8cfacd2c2f1c7b6ce18c73fe5d382c388861da42afb198ead30adb892)
|
|
1331
1331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1332
|
-
jsii.set(self, "scalableDimension", value)
|
|
1332
|
+
jsii.set(self, "scalableDimension", value) # pyright: ignore[reportArgumentType]
|
|
1333
1333
|
|
|
1334
1334
|
@builtins.property
|
|
1335
1335
|
@jsii.member(jsii_name="serviceNamespace")
|
|
@@ -1342,7 +1342,7 @@ class CfnScalableTarget(
|
|
|
1342
1342
|
if __debug__:
|
|
1343
1343
|
type_hints = typing.get_type_hints(_typecheckingstub__5baa82fd6ad58564620316e191b3085f34068537274501c2ae16cef617b55152)
|
|
1344
1344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1345
|
-
jsii.set(self, "serviceNamespace", value)
|
|
1345
|
+
jsii.set(self, "serviceNamespace", value) # pyright: ignore[reportArgumentType]
|
|
1346
1346
|
|
|
1347
1347
|
@builtins.property
|
|
1348
1348
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -1355,7 +1355,7 @@ class CfnScalableTarget(
|
|
|
1355
1355
|
if __debug__:
|
|
1356
1356
|
type_hints = typing.get_type_hints(_typecheckingstub__9252d029d6d32f1b045421b6b1cde1f523488cdc4808bee1892014e6bd4dc0b1)
|
|
1357
1357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1358
|
-
jsii.set(self, "roleArn", value)
|
|
1358
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
1359
1359
|
|
|
1360
1360
|
@builtins.property
|
|
1361
1361
|
@jsii.member(jsii_name="scheduledActions")
|
|
@@ -1373,7 +1373,7 @@ class CfnScalableTarget(
|
|
|
1373
1373
|
if __debug__:
|
|
1374
1374
|
type_hints = typing.get_type_hints(_typecheckingstub__f1adb9fa5e86479f2f4514b089b4fcee3b8718c5f7874ca0fe66105630e3636f)
|
|
1375
1375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1376
|
-
jsii.set(self, "scheduledActions", value)
|
|
1376
|
+
jsii.set(self, "scheduledActions", value) # pyright: ignore[reportArgumentType]
|
|
1377
1377
|
|
|
1378
1378
|
@builtins.property
|
|
1379
1379
|
@jsii.member(jsii_name="suspendedState")
|
|
@@ -1391,7 +1391,7 @@ class CfnScalableTarget(
|
|
|
1391
1391
|
if __debug__:
|
|
1392
1392
|
type_hints = typing.get_type_hints(_typecheckingstub__0bbb1dcd1d81de0e4c36de9ea045348b3724df3d549254eef9a20300325fc117)
|
|
1393
1393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1394
|
-
jsii.set(self, "suspendedState", value)
|
|
1394
|
+
jsii.set(self, "suspendedState", value) # pyright: ignore[reportArgumentType]
|
|
1395
1395
|
|
|
1396
1396
|
@jsii.data_type(
|
|
1397
1397
|
jsii_type="aws-cdk-lib.aws_applicationautoscaling.CfnScalableTarget.ScalableTargetActionProperty",
|
|
@@ -2178,7 +2178,7 @@ class CfnScalingPolicy(
|
|
|
2178
2178
|
if __debug__:
|
|
2179
2179
|
type_hints = typing.get_type_hints(_typecheckingstub__c59722890877d8ddfaeabf8aced7cbcbac1e5b7bdc4bc14db89c2047881a540a)
|
|
2180
2180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2181
|
-
jsii.set(self, "policyName", value)
|
|
2181
|
+
jsii.set(self, "policyName", value) # pyright: ignore[reportArgumentType]
|
|
2182
2182
|
|
|
2183
2183
|
@builtins.property
|
|
2184
2184
|
@jsii.member(jsii_name="policyType")
|
|
@@ -2191,7 +2191,7 @@ class CfnScalingPolicy(
|
|
|
2191
2191
|
if __debug__:
|
|
2192
2192
|
type_hints = typing.get_type_hints(_typecheckingstub__64ceb2a355ff27a664253fe046aa1782da96620b29bc51aeb4cc3d41e3e86c84)
|
|
2193
2193
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2194
|
-
jsii.set(self, "policyType", value)
|
|
2194
|
+
jsii.set(self, "policyType", value) # pyright: ignore[reportArgumentType]
|
|
2195
2195
|
|
|
2196
2196
|
@builtins.property
|
|
2197
2197
|
@jsii.member(jsii_name="resourceId")
|
|
@@ -2204,7 +2204,7 @@ class CfnScalingPolicy(
|
|
|
2204
2204
|
if __debug__:
|
|
2205
2205
|
type_hints = typing.get_type_hints(_typecheckingstub__471855b6df8fda8e34a03d46cd115dff8f7756d99f246dde133740f2be29f4c4)
|
|
2206
2206
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2207
|
-
jsii.set(self, "resourceId", value)
|
|
2207
|
+
jsii.set(self, "resourceId", value) # pyright: ignore[reportArgumentType]
|
|
2208
2208
|
|
|
2209
2209
|
@builtins.property
|
|
2210
2210
|
@jsii.member(jsii_name="scalableDimension")
|
|
@@ -2220,7 +2220,7 @@ class CfnScalingPolicy(
|
|
|
2220
2220
|
if __debug__:
|
|
2221
2221
|
type_hints = typing.get_type_hints(_typecheckingstub__e7c7fbf57e3d736c1fe088d47facb97643b88aa8c36fb8faed19ffa53682927f)
|
|
2222
2222
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2223
|
-
jsii.set(self, "scalableDimension", value)
|
|
2223
|
+
jsii.set(self, "scalableDimension", value) # pyright: ignore[reportArgumentType]
|
|
2224
2224
|
|
|
2225
2225
|
@builtins.property
|
|
2226
2226
|
@jsii.member(jsii_name="scalingTargetId")
|
|
@@ -2233,7 +2233,7 @@ class CfnScalingPolicy(
|
|
|
2233
2233
|
if __debug__:
|
|
2234
2234
|
type_hints = typing.get_type_hints(_typecheckingstub__6f4fbea87ebb062bdc91ff07aec76f048538e421370633ef1c72dbf10223bf67)
|
|
2235
2235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2236
|
-
jsii.set(self, "scalingTargetId", value)
|
|
2236
|
+
jsii.set(self, "scalingTargetId", value) # pyright: ignore[reportArgumentType]
|
|
2237
2237
|
|
|
2238
2238
|
@builtins.property
|
|
2239
2239
|
@jsii.member(jsii_name="serviceNamespace")
|
|
@@ -2246,7 +2246,7 @@ class CfnScalingPolicy(
|
|
|
2246
2246
|
if __debug__:
|
|
2247
2247
|
type_hints = typing.get_type_hints(_typecheckingstub__56b9fc2d37586eb8d15fe8d758af97dd8d88e8a7505bd07bc33f6daba1dfff42)
|
|
2248
2248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2249
|
-
jsii.set(self, "serviceNamespace", value)
|
|
2249
|
+
jsii.set(self, "serviceNamespace", value) # pyright: ignore[reportArgumentType]
|
|
2250
2250
|
|
|
2251
2251
|
@builtins.property
|
|
2252
2252
|
@jsii.member(jsii_name="stepScalingPolicyConfiguration")
|
|
@@ -2264,7 +2264,7 @@ class CfnScalingPolicy(
|
|
|
2264
2264
|
if __debug__:
|
|
2265
2265
|
type_hints = typing.get_type_hints(_typecheckingstub__ccee10df2369c02f2415d65418aa22f9f91b2dd5fab0700a4a452b640ae5db54)
|
|
2266
2266
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2267
|
-
jsii.set(self, "stepScalingPolicyConfiguration", value)
|
|
2267
|
+
jsii.set(self, "stepScalingPolicyConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2268
2268
|
|
|
2269
2269
|
@builtins.property
|
|
2270
2270
|
@jsii.member(jsii_name="targetTrackingScalingPolicyConfiguration")
|
|
@@ -2282,7 +2282,7 @@ class CfnScalingPolicy(
|
|
|
2282
2282
|
if __debug__:
|
|
2283
2283
|
type_hints = typing.get_type_hints(_typecheckingstub__d48220f9b4b78b76a3e0525fb18dc4772f5f73ecb26256ee41a09fa710c8be3a)
|
|
2284
2284
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2285
|
-
jsii.set(self, "targetTrackingScalingPolicyConfiguration", value)
|
|
2285
|
+
jsii.set(self, "targetTrackingScalingPolicyConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2286
2286
|
|
|
2287
2287
|
@jsii.data_type(
|
|
2288
2288
|
jsii_type="aws-cdk-lib.aws_applicationautoscaling.CfnScalingPolicy.CustomizedMetricSpecificationProperty",
|
|
@@ -4208,6 +4208,21 @@ class PredefinedMetric(enum.Enum):
|
|
|
4208
4208
|
|
|
4209
4209
|
:see: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html
|
|
4210
4210
|
'''
|
|
4211
|
+
SAGEMAKER_INFERENCE_COMPONENT_CONCURRENT_REQUESTS_PER_COPY_HIGH_RESOLUTION = "SAGEMAKER_INFERENCE_COMPONENT_CONCURRENT_REQUESTS_PER_COPY_HIGH_RESOLUTION"
|
|
4212
|
+
'''SAGEMAKER_INFERENCE_COMPONENT_CONCURRENT_REQUESTS_PER_COPY_HIGH_RESOLUTION.
|
|
4213
|
+
|
|
4214
|
+
:see: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html
|
|
4215
|
+
'''
|
|
4216
|
+
SAGEMAKER_VARIANT_CONCURRENT_REQUESTS_PER_MODEL_HIGH_RESOLUTION = "SAGEMAKER_VARIANT_CONCURRENT_REQUESTS_PER_MODEL_HIGH_RESOLUTION"
|
|
4217
|
+
'''SAGEMAKER_VARIANT_CONCURRENT_REQUESTS_PER_MODEL_HIGH_RESOLUTION.
|
|
4218
|
+
|
|
4219
|
+
:see: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html
|
|
4220
|
+
'''
|
|
4221
|
+
WORKSPACES_AVERAGE_USER_SESSIONS_CAPACITY_UTILIZATION = "WORKSPACES_AVERAGE_USER_SESSIONS_CAPACITY_UTILIZATION"
|
|
4222
|
+
'''WORKSPACES_AVERAGE_USER_SESSIONS_CAPACITY_UTILIZATION.
|
|
4223
|
+
|
|
4224
|
+
:see: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html
|
|
4225
|
+
'''
|
|
4211
4226
|
|
|
4212
4227
|
|
|
4213
4228
|
@jsii.implements(IScalableTarget)
|
|
@@ -366,7 +366,7 @@ class CfnApplication(
|
|
|
366
366
|
if __debug__:
|
|
367
367
|
type_hints = typing.get_type_hints(_typecheckingstub__2ee9ee1a0f2d356c3be3daeb14a21f96499dff9c9b8275d16ae3d0ccee3972f3)
|
|
368
368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
369
|
-
jsii.set(self, "resourceGroupName", value)
|
|
369
|
+
jsii.set(self, "resourceGroupName", value) # pyright: ignore[reportArgumentType]
|
|
370
370
|
|
|
371
371
|
@builtins.property
|
|
372
372
|
@jsii.member(jsii_name="attachMissingPermission")
|
|
@@ -384,7 +384,7 @@ class CfnApplication(
|
|
|
384
384
|
if __debug__:
|
|
385
385
|
type_hints = typing.get_type_hints(_typecheckingstub__4aef364aded2cdbe349e8e55974301cc2fa82ac926c14d0946c016694102e2c2)
|
|
386
386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
387
|
-
jsii.set(self, "attachMissingPermission", value)
|
|
387
|
+
jsii.set(self, "attachMissingPermission", value) # pyright: ignore[reportArgumentType]
|
|
388
388
|
|
|
389
389
|
@builtins.property
|
|
390
390
|
@jsii.member(jsii_name="autoConfigurationEnabled")
|
|
@@ -402,7 +402,7 @@ class CfnApplication(
|
|
|
402
402
|
if __debug__:
|
|
403
403
|
type_hints = typing.get_type_hints(_typecheckingstub__39427db0f519fa35b3fc1248a299d56faac8ae0db9d2a5713a7857038543feee)
|
|
404
404
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
405
|
-
jsii.set(self, "autoConfigurationEnabled", value)
|
|
405
|
+
jsii.set(self, "autoConfigurationEnabled", value) # pyright: ignore[reportArgumentType]
|
|
406
406
|
|
|
407
407
|
@builtins.property
|
|
408
408
|
@jsii.member(jsii_name="componentMonitoringSettings")
|
|
@@ -420,7 +420,7 @@ class CfnApplication(
|
|
|
420
420
|
if __debug__:
|
|
421
421
|
type_hints = typing.get_type_hints(_typecheckingstub__6b71d9508b86ac21f214543e79579cf34a2d12642dd715c8ef1a2d74a0275920)
|
|
422
422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
423
|
-
jsii.set(self, "componentMonitoringSettings", value)
|
|
423
|
+
jsii.set(self, "componentMonitoringSettings", value) # pyright: ignore[reportArgumentType]
|
|
424
424
|
|
|
425
425
|
@builtins.property
|
|
426
426
|
@jsii.member(jsii_name="customComponents")
|
|
@@ -438,7 +438,7 @@ class CfnApplication(
|
|
|
438
438
|
if __debug__:
|
|
439
439
|
type_hints = typing.get_type_hints(_typecheckingstub__ef9d691c5bfcc7870f109aa46eaab8c19b43b59d739ff84973919636421b6f3c)
|
|
440
440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
441
|
-
jsii.set(self, "customComponents", value)
|
|
441
|
+
jsii.set(self, "customComponents", value) # pyright: ignore[reportArgumentType]
|
|
442
442
|
|
|
443
443
|
@builtins.property
|
|
444
444
|
@jsii.member(jsii_name="cweMonitorEnabled")
|
|
@@ -456,7 +456,7 @@ class CfnApplication(
|
|
|
456
456
|
if __debug__:
|
|
457
457
|
type_hints = typing.get_type_hints(_typecheckingstub__cb7ba4e65d4ce4e70fa961b26f899c2bdc9ea5fda59b88f7ec5b41b6dfaf2b9f)
|
|
458
458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
459
|
-
jsii.set(self, "cweMonitorEnabled", value)
|
|
459
|
+
jsii.set(self, "cweMonitorEnabled", value) # pyright: ignore[reportArgumentType]
|
|
460
460
|
|
|
461
461
|
@builtins.property
|
|
462
462
|
@jsii.member(jsii_name="groupingType")
|
|
@@ -469,7 +469,7 @@ class CfnApplication(
|
|
|
469
469
|
if __debug__:
|
|
470
470
|
type_hints = typing.get_type_hints(_typecheckingstub__d437db7dd14422dff99272117cd7762144863fad77321061e23c1a61e94930cf)
|
|
471
471
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
472
|
-
jsii.set(self, "groupingType", value)
|
|
472
|
+
jsii.set(self, "groupingType", value) # pyright: ignore[reportArgumentType]
|
|
473
473
|
|
|
474
474
|
@builtins.property
|
|
475
475
|
@jsii.member(jsii_name="logPatternSets")
|
|
@@ -487,7 +487,7 @@ class CfnApplication(
|
|
|
487
487
|
if __debug__:
|
|
488
488
|
type_hints = typing.get_type_hints(_typecheckingstub__aecedf5391ae9c472f5b4efa1ab92cd2a73a731a19790dd3b914289585d9a239)
|
|
489
489
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
490
|
-
jsii.set(self, "logPatternSets", value)
|
|
490
|
+
jsii.set(self, "logPatternSets", value) # pyright: ignore[reportArgumentType]
|
|
491
491
|
|
|
492
492
|
@builtins.property
|
|
493
493
|
@jsii.member(jsii_name="opsCenterEnabled")
|
|
@@ -505,7 +505,7 @@ class CfnApplication(
|
|
|
505
505
|
if __debug__:
|
|
506
506
|
type_hints = typing.get_type_hints(_typecheckingstub__bc667852c12396c292274984e86ae45686a9d71bbe1d2301fb37891bf56a406a)
|
|
507
507
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
508
|
-
jsii.set(self, "opsCenterEnabled", value)
|
|
508
|
+
jsii.set(self, "opsCenterEnabled", value) # pyright: ignore[reportArgumentType]
|
|
509
509
|
|
|
510
510
|
@builtins.property
|
|
511
511
|
@jsii.member(jsii_name="opsItemSnsTopicArn")
|
|
@@ -518,7 +518,7 @@ class CfnApplication(
|
|
|
518
518
|
if __debug__:
|
|
519
519
|
type_hints = typing.get_type_hints(_typecheckingstub__534fdd5b3ea185943b0c3ba472105f4fe575891b709fcfde6c8ac83a5a58ec61)
|
|
520
520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
521
|
-
jsii.set(self, "opsItemSnsTopicArn", value)
|
|
521
|
+
jsii.set(self, "opsItemSnsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
522
522
|
|
|
523
523
|
@builtins.property
|
|
524
524
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -531,7 +531,7 @@ class CfnApplication(
|
|
|
531
531
|
if __debug__:
|
|
532
532
|
type_hints = typing.get_type_hints(_typecheckingstub__d3968f9830f62362b22c2014663f1301019810cda56a0b7635f533d5603aa304)
|
|
533
533
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
534
|
-
jsii.set(self, "tagsRaw", value)
|
|
534
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
535
535
|
|
|
536
536
|
@jsii.data_type(
|
|
537
537
|
jsii_type="aws-cdk-lib.aws_applicationinsights.CfnApplication.AlarmMetricProperty",
|
|
@@ -276,7 +276,7 @@ class CfnServiceLevelObjective(
|
|
|
276
276
|
if __debug__:
|
|
277
277
|
type_hints = typing.get_type_hints(_typecheckingstub__e7d1b42972f3b8a4430dca27e7ecab3fce56490ad1edcfabdc346becf5f4c998)
|
|
278
278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
279
|
-
jsii.set(self, "name", value)
|
|
279
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
280
280
|
|
|
281
281
|
@builtins.property
|
|
282
282
|
@jsii.member(jsii_name="sli")
|
|
@@ -294,7 +294,7 @@ class CfnServiceLevelObjective(
|
|
|
294
294
|
if __debug__:
|
|
295
295
|
type_hints = typing.get_type_hints(_typecheckingstub__938ccf6991aba4b5875a4ca09dfcdb00a5c7e9a92bba0e785ddfbebb228037c3)
|
|
296
296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
297
|
-
jsii.set(self, "sli", value)
|
|
297
|
+
jsii.set(self, "sli", value) # pyright: ignore[reportArgumentType]
|
|
298
298
|
|
|
299
299
|
@builtins.property
|
|
300
300
|
@jsii.member(jsii_name="description")
|
|
@@ -307,7 +307,7 @@ class CfnServiceLevelObjective(
|
|
|
307
307
|
if __debug__:
|
|
308
308
|
type_hints = typing.get_type_hints(_typecheckingstub__c6761a51565a6d9d6b93723803df5fa7735ec11aa5f14c9cc222e4e60eb54506)
|
|
309
309
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
310
|
-
jsii.set(self, "description", value)
|
|
310
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
311
311
|
|
|
312
312
|
@builtins.property
|
|
313
313
|
@jsii.member(jsii_name="goal")
|
|
@@ -325,7 +325,7 @@ class CfnServiceLevelObjective(
|
|
|
325
325
|
if __debug__:
|
|
326
326
|
type_hints = typing.get_type_hints(_typecheckingstub__f72f1f3f286714a7cb6611be91fc84bc135d11974635585192dc6a6bbfe2f51e)
|
|
327
327
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
328
|
-
jsii.set(self, "goal", value)
|
|
328
|
+
jsii.set(self, "goal", value) # pyright: ignore[reportArgumentType]
|
|
329
329
|
|
|
330
330
|
@builtins.property
|
|
331
331
|
@jsii.member(jsii_name="tags")
|
|
@@ -338,7 +338,7 @@ class CfnServiceLevelObjective(
|
|
|
338
338
|
if __debug__:
|
|
339
339
|
type_hints = typing.get_type_hints(_typecheckingstub__45578973503123093d3b0c8f845e2df0c9ad023b7df510f3a7b7ee7abcccd506)
|
|
340
340
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
341
|
-
jsii.set(self, "tags", value)
|
|
341
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
342
342
|
|
|
343
343
|
@jsii.data_type(
|
|
344
344
|
jsii_type="aws-cdk-lib.aws_applicationsignals.CfnServiceLevelObjective.CalendarIntervalProperty",
|