aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_pinpoint/__init__.py
CHANGED
|
@@ -173,7 +173,7 @@ class CfnADMChannel(
|
|
|
173
173
|
if __debug__:
|
|
174
174
|
type_hints = typing.get_type_hints(_typecheckingstub__516a9ba4b7757af253ff004793a1979569edace2e0341aecf95d98ab8878fb7f)
|
|
175
175
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
176
|
-
jsii.set(self, "applicationId", value)
|
|
176
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
177
177
|
|
|
178
178
|
@builtins.property
|
|
179
179
|
@jsii.member(jsii_name="clientId")
|
|
@@ -186,7 +186,7 @@ class CfnADMChannel(
|
|
|
186
186
|
if __debug__:
|
|
187
187
|
type_hints = typing.get_type_hints(_typecheckingstub__7ca2b0ebc55a347f1c856351a7ea66aa33f15336b7c29ebd44c657ad1e32c50f)
|
|
188
188
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
189
|
-
jsii.set(self, "clientId", value)
|
|
189
|
+
jsii.set(self, "clientId", value) # pyright: ignore[reportArgumentType]
|
|
190
190
|
|
|
191
191
|
@builtins.property
|
|
192
192
|
@jsii.member(jsii_name="clientSecret")
|
|
@@ -199,7 +199,7 @@ class CfnADMChannel(
|
|
|
199
199
|
if __debug__:
|
|
200
200
|
type_hints = typing.get_type_hints(_typecheckingstub__f43ceab49423ae46becea7c2f42867ef5034b7107d6f0e0def0f82103c810cba)
|
|
201
201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
202
|
-
jsii.set(self, "clientSecret", value)
|
|
202
|
+
jsii.set(self, "clientSecret", value) # pyright: ignore[reportArgumentType]
|
|
203
203
|
|
|
204
204
|
@builtins.property
|
|
205
205
|
@jsii.member(jsii_name="enabled")
|
|
@@ -217,7 +217,7 @@ class CfnADMChannel(
|
|
|
217
217
|
if __debug__:
|
|
218
218
|
type_hints = typing.get_type_hints(_typecheckingstub__29f9495da313043ed76a0fcbe057cba0bc82dd16c11f653c0c4ce29add3f3d6a)
|
|
219
219
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
220
|
-
jsii.set(self, "enabled", value)
|
|
220
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
@jsii.data_type(
|
|
@@ -471,7 +471,7 @@ class CfnAPNSChannel(
|
|
|
471
471
|
if __debug__:
|
|
472
472
|
type_hints = typing.get_type_hints(_typecheckingstub__2ec692a61d1b998fa192954294bd412c7117bc611c68ba50855c6b11be36d360)
|
|
473
473
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
474
|
-
jsii.set(self, "applicationId", value)
|
|
474
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
475
475
|
|
|
476
476
|
@builtins.property
|
|
477
477
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -484,7 +484,7 @@ class CfnAPNSChannel(
|
|
|
484
484
|
if __debug__:
|
|
485
485
|
type_hints = typing.get_type_hints(_typecheckingstub__2fdc4ba23303245bc510c4bc0780d997ced5645298a9309ce4a0b668e50b681f)
|
|
486
486
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
487
|
-
jsii.set(self, "bundleId", value)
|
|
487
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
488
488
|
|
|
489
489
|
@builtins.property
|
|
490
490
|
@jsii.member(jsii_name="certificate")
|
|
@@ -497,7 +497,7 @@ class CfnAPNSChannel(
|
|
|
497
497
|
if __debug__:
|
|
498
498
|
type_hints = typing.get_type_hints(_typecheckingstub__8b2b358bd8e58ccda4eaae0530a3da766174cc23bb14dcbe422279e23ffc7c5d)
|
|
499
499
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
500
|
-
jsii.set(self, "certificate", value)
|
|
500
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
501
501
|
|
|
502
502
|
@builtins.property
|
|
503
503
|
@jsii.member(jsii_name="defaultAuthenticationMethod")
|
|
@@ -513,7 +513,7 @@ class CfnAPNSChannel(
|
|
|
513
513
|
if __debug__:
|
|
514
514
|
type_hints = typing.get_type_hints(_typecheckingstub__3201f885e965d3cbc3fd27f17ec2f46000a5ba9bfe7044238c7ddcab8c78d33a)
|
|
515
515
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
516
|
-
jsii.set(self, "defaultAuthenticationMethod", value)
|
|
516
|
+
jsii.set(self, "defaultAuthenticationMethod", value) # pyright: ignore[reportArgumentType]
|
|
517
517
|
|
|
518
518
|
@builtins.property
|
|
519
519
|
@jsii.member(jsii_name="enabled")
|
|
@@ -531,7 +531,7 @@ class CfnAPNSChannel(
|
|
|
531
531
|
if __debug__:
|
|
532
532
|
type_hints = typing.get_type_hints(_typecheckingstub__1ed3ad95420b6948df7339f9eb6816bcaed443dfcee74ef7485882c3fc6c9be2)
|
|
533
533
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
534
|
-
jsii.set(self, "enabled", value)
|
|
534
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
535
535
|
|
|
536
536
|
@builtins.property
|
|
537
537
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -544,7 +544,7 @@ class CfnAPNSChannel(
|
|
|
544
544
|
if __debug__:
|
|
545
545
|
type_hints = typing.get_type_hints(_typecheckingstub__e32129c9e89fe5fb120406d63eb937f83ada047a3a02266a6a4b77dd025f761d)
|
|
546
546
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
547
|
-
jsii.set(self, "privateKey", value)
|
|
547
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
548
548
|
|
|
549
549
|
@builtins.property
|
|
550
550
|
@jsii.member(jsii_name="teamId")
|
|
@@ -557,7 +557,7 @@ class CfnAPNSChannel(
|
|
|
557
557
|
if __debug__:
|
|
558
558
|
type_hints = typing.get_type_hints(_typecheckingstub__126052989c39a52610fc6e54340c3dfe4273d45aa56b9ee0096604832a8af83f)
|
|
559
559
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
560
|
-
jsii.set(self, "teamId", value)
|
|
560
|
+
jsii.set(self, "teamId", value) # pyright: ignore[reportArgumentType]
|
|
561
561
|
|
|
562
562
|
@builtins.property
|
|
563
563
|
@jsii.member(jsii_name="tokenKey")
|
|
@@ -570,7 +570,7 @@ class CfnAPNSChannel(
|
|
|
570
570
|
if __debug__:
|
|
571
571
|
type_hints = typing.get_type_hints(_typecheckingstub__3c68905895fc14733013b7072172056341167e4e6fbde6cccac5d4da6a970a70)
|
|
572
572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
573
|
-
jsii.set(self, "tokenKey", value)
|
|
573
|
+
jsii.set(self, "tokenKey", value) # pyright: ignore[reportArgumentType]
|
|
574
574
|
|
|
575
575
|
@builtins.property
|
|
576
576
|
@jsii.member(jsii_name="tokenKeyId")
|
|
@@ -583,7 +583,7 @@ class CfnAPNSChannel(
|
|
|
583
583
|
if __debug__:
|
|
584
584
|
type_hints = typing.get_type_hints(_typecheckingstub__e111ff96fa2864617af9bc1196e6a5c0f42a455a826bc67955c67c9e02a60ff0)
|
|
585
585
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
586
|
-
jsii.set(self, "tokenKeyId", value)
|
|
586
|
+
jsii.set(self, "tokenKeyId", value) # pyright: ignore[reportArgumentType]
|
|
587
587
|
|
|
588
588
|
|
|
589
589
|
@jsii.data_type(
|
|
@@ -927,7 +927,7 @@ class CfnAPNSSandboxChannel(
|
|
|
927
927
|
if __debug__:
|
|
928
928
|
type_hints = typing.get_type_hints(_typecheckingstub__1e3a391d32b5c7c832ea76d26b3ce0f36d370d03206b1ef42defc87b6ecd1656)
|
|
929
929
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
930
|
-
jsii.set(self, "applicationId", value)
|
|
930
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
931
931
|
|
|
932
932
|
@builtins.property
|
|
933
933
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -940,7 +940,7 @@ class CfnAPNSSandboxChannel(
|
|
|
940
940
|
if __debug__:
|
|
941
941
|
type_hints = typing.get_type_hints(_typecheckingstub__c13e391d9c40b56efef97e70420259e3f16f091119a589e3cb14cde7fbcffb5b)
|
|
942
942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
943
|
-
jsii.set(self, "bundleId", value)
|
|
943
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
944
944
|
|
|
945
945
|
@builtins.property
|
|
946
946
|
@jsii.member(jsii_name="certificate")
|
|
@@ -953,7 +953,7 @@ class CfnAPNSSandboxChannel(
|
|
|
953
953
|
if __debug__:
|
|
954
954
|
type_hints = typing.get_type_hints(_typecheckingstub__d929856dc7781e860f17aa023d8a01e0cb7f1ec7cb93f928f78a77e4c76991a3)
|
|
955
955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
956
|
-
jsii.set(self, "certificate", value)
|
|
956
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
957
957
|
|
|
958
958
|
@builtins.property
|
|
959
959
|
@jsii.member(jsii_name="defaultAuthenticationMethod")
|
|
@@ -969,7 +969,7 @@ class CfnAPNSSandboxChannel(
|
|
|
969
969
|
if __debug__:
|
|
970
970
|
type_hints = typing.get_type_hints(_typecheckingstub__72936dce4a9d9b3355d20141e15f0e706016979a3653c66d8027d3c7b0ee03d0)
|
|
971
971
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
972
|
-
jsii.set(self, "defaultAuthenticationMethod", value)
|
|
972
|
+
jsii.set(self, "defaultAuthenticationMethod", value) # pyright: ignore[reportArgumentType]
|
|
973
973
|
|
|
974
974
|
@builtins.property
|
|
975
975
|
@jsii.member(jsii_name="enabled")
|
|
@@ -987,7 +987,7 @@ class CfnAPNSSandboxChannel(
|
|
|
987
987
|
if __debug__:
|
|
988
988
|
type_hints = typing.get_type_hints(_typecheckingstub__a4666c0e59b9ee82106f0a8a6fe42b502df677f3d4e454cc2c1d8a8c3dc1e8d9)
|
|
989
989
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
990
|
-
jsii.set(self, "enabled", value)
|
|
990
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
991
991
|
|
|
992
992
|
@builtins.property
|
|
993
993
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -1000,7 +1000,7 @@ class CfnAPNSSandboxChannel(
|
|
|
1000
1000
|
if __debug__:
|
|
1001
1001
|
type_hints = typing.get_type_hints(_typecheckingstub__348e545ce1c804626ae2b2b83b8cccbc3635d89315ef72cfc11baf2cad881c10)
|
|
1002
1002
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1003
|
-
jsii.set(self, "privateKey", value)
|
|
1003
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
1004
1004
|
|
|
1005
1005
|
@builtins.property
|
|
1006
1006
|
@jsii.member(jsii_name="teamId")
|
|
@@ -1013,7 +1013,7 @@ class CfnAPNSSandboxChannel(
|
|
|
1013
1013
|
if __debug__:
|
|
1014
1014
|
type_hints = typing.get_type_hints(_typecheckingstub__7b8fd4f8d072de699b28339406a81391b189fddec1b0bbd68f9faec4d296b070)
|
|
1015
1015
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1016
|
-
jsii.set(self, "teamId", value)
|
|
1016
|
+
jsii.set(self, "teamId", value) # pyright: ignore[reportArgumentType]
|
|
1017
1017
|
|
|
1018
1018
|
@builtins.property
|
|
1019
1019
|
@jsii.member(jsii_name="tokenKey")
|
|
@@ -1026,7 +1026,7 @@ class CfnAPNSSandboxChannel(
|
|
|
1026
1026
|
if __debug__:
|
|
1027
1027
|
type_hints = typing.get_type_hints(_typecheckingstub__622ff057d2fa4cb1f10160e466a9f238a6f82b2da34b6a446ac4789934351392)
|
|
1028
1028
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1029
|
-
jsii.set(self, "tokenKey", value)
|
|
1029
|
+
jsii.set(self, "tokenKey", value) # pyright: ignore[reportArgumentType]
|
|
1030
1030
|
|
|
1031
1031
|
@builtins.property
|
|
1032
1032
|
@jsii.member(jsii_name="tokenKeyId")
|
|
@@ -1039,7 +1039,7 @@ class CfnAPNSSandboxChannel(
|
|
|
1039
1039
|
if __debug__:
|
|
1040
1040
|
type_hints = typing.get_type_hints(_typecheckingstub__2a1c83d822fd7f724c76e48f4fadc86e26cedf4936d86d6a2d5600e9949b8e2c)
|
|
1041
1041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1042
|
-
jsii.set(self, "tokenKeyId", value)
|
|
1042
|
+
jsii.set(self, "tokenKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1043
1043
|
|
|
1044
1044
|
|
|
1045
1045
|
@jsii.data_type(
|
|
@@ -1383,7 +1383,7 @@ class CfnAPNSVoipChannel(
|
|
|
1383
1383
|
if __debug__:
|
|
1384
1384
|
type_hints = typing.get_type_hints(_typecheckingstub__1d8cf83888d2c3bcb29e553a924bf2bb2b5423243bfd76ff45039cec94c4203f)
|
|
1385
1385
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1386
|
-
jsii.set(self, "applicationId", value)
|
|
1386
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
1387
1387
|
|
|
1388
1388
|
@builtins.property
|
|
1389
1389
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -1396,7 +1396,7 @@ class CfnAPNSVoipChannel(
|
|
|
1396
1396
|
if __debug__:
|
|
1397
1397
|
type_hints = typing.get_type_hints(_typecheckingstub__11ef79ce48a4708565800ada7142b5f84f70dba36f6631fea19ceabe5dae7c09)
|
|
1398
1398
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1399
|
-
jsii.set(self, "bundleId", value)
|
|
1399
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
1400
1400
|
|
|
1401
1401
|
@builtins.property
|
|
1402
1402
|
@jsii.member(jsii_name="certificate")
|
|
@@ -1409,7 +1409,7 @@ class CfnAPNSVoipChannel(
|
|
|
1409
1409
|
if __debug__:
|
|
1410
1410
|
type_hints = typing.get_type_hints(_typecheckingstub__d72c80d8e62631c30f10c530f1e875432ad32c73b6aeba9bb7bb054e1c4fa878)
|
|
1411
1411
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1412
|
-
jsii.set(self, "certificate", value)
|
|
1412
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
1413
1413
|
|
|
1414
1414
|
@builtins.property
|
|
1415
1415
|
@jsii.member(jsii_name="defaultAuthenticationMethod")
|
|
@@ -1425,7 +1425,7 @@ class CfnAPNSVoipChannel(
|
|
|
1425
1425
|
if __debug__:
|
|
1426
1426
|
type_hints = typing.get_type_hints(_typecheckingstub__15c7e303ad6e775381a9141f9cfef12089fa928c85c8a8b45394b4a0670e83e4)
|
|
1427
1427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1428
|
-
jsii.set(self, "defaultAuthenticationMethod", value)
|
|
1428
|
+
jsii.set(self, "defaultAuthenticationMethod", value) # pyright: ignore[reportArgumentType]
|
|
1429
1429
|
|
|
1430
1430
|
@builtins.property
|
|
1431
1431
|
@jsii.member(jsii_name="enabled")
|
|
@@ -1443,7 +1443,7 @@ class CfnAPNSVoipChannel(
|
|
|
1443
1443
|
if __debug__:
|
|
1444
1444
|
type_hints = typing.get_type_hints(_typecheckingstub__e29971c6564c0a97fcd5481816c5791d2527814f70f07c3dc75b5bdd5f178679)
|
|
1445
1445
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1446
|
-
jsii.set(self, "enabled", value)
|
|
1446
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
1447
1447
|
|
|
1448
1448
|
@builtins.property
|
|
1449
1449
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -1456,7 +1456,7 @@ class CfnAPNSVoipChannel(
|
|
|
1456
1456
|
if __debug__:
|
|
1457
1457
|
type_hints = typing.get_type_hints(_typecheckingstub__52ffc29c2e58a29c36ceeb81a921d67080e931e597c389630a2a8b8bb4605bf7)
|
|
1458
1458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1459
|
-
jsii.set(self, "privateKey", value)
|
|
1459
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
1460
1460
|
|
|
1461
1461
|
@builtins.property
|
|
1462
1462
|
@jsii.member(jsii_name="teamId")
|
|
@@ -1469,7 +1469,7 @@ class CfnAPNSVoipChannel(
|
|
|
1469
1469
|
if __debug__:
|
|
1470
1470
|
type_hints = typing.get_type_hints(_typecheckingstub__5795637c70bd87670d111ed19a94136ea8689882020ecd1f2b3a9ca1dc588adc)
|
|
1471
1471
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1472
|
-
jsii.set(self, "teamId", value)
|
|
1472
|
+
jsii.set(self, "teamId", value) # pyright: ignore[reportArgumentType]
|
|
1473
1473
|
|
|
1474
1474
|
@builtins.property
|
|
1475
1475
|
@jsii.member(jsii_name="tokenKey")
|
|
@@ -1482,7 +1482,7 @@ class CfnAPNSVoipChannel(
|
|
|
1482
1482
|
if __debug__:
|
|
1483
1483
|
type_hints = typing.get_type_hints(_typecheckingstub__2a763a314ff762c118e43a2503d59c9db34d817fcbe98b899a2695c1da28a6cc)
|
|
1484
1484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1485
|
-
jsii.set(self, "tokenKey", value)
|
|
1485
|
+
jsii.set(self, "tokenKey", value) # pyright: ignore[reportArgumentType]
|
|
1486
1486
|
|
|
1487
1487
|
@builtins.property
|
|
1488
1488
|
@jsii.member(jsii_name="tokenKeyId")
|
|
@@ -1495,7 +1495,7 @@ class CfnAPNSVoipChannel(
|
|
|
1495
1495
|
if __debug__:
|
|
1496
1496
|
type_hints = typing.get_type_hints(_typecheckingstub__46127dd7405f371138f3f8925f703cbdf74dc4d1920b57b2c4046a9f4c8678c6)
|
|
1497
1497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1498
|
-
jsii.set(self, "tokenKeyId", value)
|
|
1498
|
+
jsii.set(self, "tokenKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1499
1499
|
|
|
1500
1500
|
|
|
1501
1501
|
@jsii.data_type(
|
|
@@ -1839,7 +1839,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1839
1839
|
if __debug__:
|
|
1840
1840
|
type_hints = typing.get_type_hints(_typecheckingstub__350373fee7f7d95897dd93a64ed1fba8e5c7633cc24c346e6eae6f6f8022ca85)
|
|
1841
1841
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1842
|
-
jsii.set(self, "applicationId", value)
|
|
1842
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
1843
1843
|
|
|
1844
1844
|
@builtins.property
|
|
1845
1845
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -1852,7 +1852,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1852
1852
|
if __debug__:
|
|
1853
1853
|
type_hints = typing.get_type_hints(_typecheckingstub__adacd8b3feedf89d701eb54dc830cd89599763f610af1ab0ddae724bd2b9ab9e)
|
|
1854
1854
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1855
|
-
jsii.set(self, "bundleId", value)
|
|
1855
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
1856
1856
|
|
|
1857
1857
|
@builtins.property
|
|
1858
1858
|
@jsii.member(jsii_name="certificate")
|
|
@@ -1865,7 +1865,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1865
1865
|
if __debug__:
|
|
1866
1866
|
type_hints = typing.get_type_hints(_typecheckingstub__186164a38f8208bb7b7f4347d8ffc572fd4d74da65ed43f189482ccb05e0b9e8)
|
|
1867
1867
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1868
|
-
jsii.set(self, "certificate", value)
|
|
1868
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
1869
1869
|
|
|
1870
1870
|
@builtins.property
|
|
1871
1871
|
@jsii.member(jsii_name="defaultAuthenticationMethod")
|
|
@@ -1881,7 +1881,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1881
1881
|
if __debug__:
|
|
1882
1882
|
type_hints = typing.get_type_hints(_typecheckingstub__3f546750c5bd78ff62a69bbe58c6bd21bab499a931542106097f2be0e61b0738)
|
|
1883
1883
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1884
|
-
jsii.set(self, "defaultAuthenticationMethod", value)
|
|
1884
|
+
jsii.set(self, "defaultAuthenticationMethod", value) # pyright: ignore[reportArgumentType]
|
|
1885
1885
|
|
|
1886
1886
|
@builtins.property
|
|
1887
1887
|
@jsii.member(jsii_name="enabled")
|
|
@@ -1899,7 +1899,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1899
1899
|
if __debug__:
|
|
1900
1900
|
type_hints = typing.get_type_hints(_typecheckingstub__aac5c1ce5cc72d2472a9881976d507f68a31b18a54d9853cc07d5e5f47c1f566)
|
|
1901
1901
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1902
|
-
jsii.set(self, "enabled", value)
|
|
1902
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
1903
1903
|
|
|
1904
1904
|
@builtins.property
|
|
1905
1905
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -1912,7 +1912,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1912
1912
|
if __debug__:
|
|
1913
1913
|
type_hints = typing.get_type_hints(_typecheckingstub__d1c7912f617707f8a3bf055962376421068d396c4548da62240dea44b4d840a2)
|
|
1914
1914
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1915
|
-
jsii.set(self, "privateKey", value)
|
|
1915
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
1916
1916
|
|
|
1917
1917
|
@builtins.property
|
|
1918
1918
|
@jsii.member(jsii_name="teamId")
|
|
@@ -1925,7 +1925,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1925
1925
|
if __debug__:
|
|
1926
1926
|
type_hints = typing.get_type_hints(_typecheckingstub__95b56d6aec3a3108d8b2afad8a6b2db8101173ab0c6faa42c50e79e0ad96fb3a)
|
|
1927
1927
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1928
|
-
jsii.set(self, "teamId", value)
|
|
1928
|
+
jsii.set(self, "teamId", value) # pyright: ignore[reportArgumentType]
|
|
1929
1929
|
|
|
1930
1930
|
@builtins.property
|
|
1931
1931
|
@jsii.member(jsii_name="tokenKey")
|
|
@@ -1938,7 +1938,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1938
1938
|
if __debug__:
|
|
1939
1939
|
type_hints = typing.get_type_hints(_typecheckingstub__0f79c9d0b861c37cd183ab0b80d916731b90ace98ab3e741d2de7cddce91497c)
|
|
1940
1940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1941
|
-
jsii.set(self, "tokenKey", value)
|
|
1941
|
+
jsii.set(self, "tokenKey", value) # pyright: ignore[reportArgumentType]
|
|
1942
1942
|
|
|
1943
1943
|
@builtins.property
|
|
1944
1944
|
@jsii.member(jsii_name="tokenKeyId")
|
|
@@ -1951,7 +1951,7 @@ class CfnAPNSVoipSandboxChannel(
|
|
|
1951
1951
|
if __debug__:
|
|
1952
1952
|
type_hints = typing.get_type_hints(_typecheckingstub__cd15602c1b7a8a7fe5ed82c46d42d3b30e6bc52c8618e996139c2d1c461696f4)
|
|
1953
1953
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1954
|
-
jsii.set(self, "tokenKeyId", value)
|
|
1954
|
+
jsii.set(self, "tokenKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1955
1955
|
|
|
1956
1956
|
|
|
1957
1957
|
@jsii.data_type(
|
|
@@ -2281,7 +2281,7 @@ class CfnApp(
|
|
|
2281
2281
|
if __debug__:
|
|
2282
2282
|
type_hints = typing.get_type_hints(_typecheckingstub__6cda5c7fde34ff297b3dd15ab1185cf7a20ee1de5b1dbc01014c4cdbc7628bfb)
|
|
2283
2283
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2284
|
-
jsii.set(self, "name", value)
|
|
2284
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2285
2285
|
|
|
2286
2286
|
@builtins.property
|
|
2287
2287
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2294,7 +2294,7 @@ class CfnApp(
|
|
|
2294
2294
|
if __debug__:
|
|
2295
2295
|
type_hints = typing.get_type_hints(_typecheckingstub__9e084f2f5a25d396c8ccb2664d39e210e8baca99dd9f5b729df463e35b2565c3)
|
|
2296
2296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2297
|
-
jsii.set(self, "tagsRaw", value)
|
|
2297
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2298
2298
|
|
|
2299
2299
|
|
|
2300
2300
|
@jsii.data_type(
|
|
@@ -2501,7 +2501,7 @@ class CfnApplicationSettings(
|
|
|
2501
2501
|
if __debug__:
|
|
2502
2502
|
type_hints = typing.get_type_hints(_typecheckingstub__b77178b3d447e29013b551ae5835b06acbc057abc44ff6d0ef62fba4da67d443)
|
|
2503
2503
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2504
|
-
jsii.set(self, "applicationId", value)
|
|
2504
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
2505
2505
|
|
|
2506
2506
|
@builtins.property
|
|
2507
2507
|
@jsii.member(jsii_name="campaignHook")
|
|
@@ -2519,7 +2519,7 @@ class CfnApplicationSettings(
|
|
|
2519
2519
|
if __debug__:
|
|
2520
2520
|
type_hints = typing.get_type_hints(_typecheckingstub__5230c9c3bb4cc93dbcaf0c5e212a80abd53a33c7588270b53fc93dae0c27d139)
|
|
2521
2521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2522
|
-
jsii.set(self, "campaignHook", value)
|
|
2522
|
+
jsii.set(self, "campaignHook", value) # pyright: ignore[reportArgumentType]
|
|
2523
2523
|
|
|
2524
2524
|
@builtins.property
|
|
2525
2525
|
@jsii.member(jsii_name="cloudWatchMetricsEnabled")
|
|
@@ -2536,7 +2536,7 @@ class CfnApplicationSettings(
|
|
|
2536
2536
|
if __debug__:
|
|
2537
2537
|
type_hints = typing.get_type_hints(_typecheckingstub__755097f5bd91236a9086d9ae0fa2948236768a3b8aa298efa8cb0b079e4f3406)
|
|
2538
2538
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2539
|
-
jsii.set(self, "cloudWatchMetricsEnabled", value)
|
|
2539
|
+
jsii.set(self, "cloudWatchMetricsEnabled", value) # pyright: ignore[reportArgumentType]
|
|
2540
2540
|
|
|
2541
2541
|
@builtins.property
|
|
2542
2542
|
@jsii.member(jsii_name="limits")
|
|
@@ -2554,7 +2554,7 @@ class CfnApplicationSettings(
|
|
|
2554
2554
|
if __debug__:
|
|
2555
2555
|
type_hints = typing.get_type_hints(_typecheckingstub__160a20b435f7b6094f46c527888adf81437d233b9f3372717ff3235293b3cb53)
|
|
2556
2556
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2557
|
-
jsii.set(self, "limits", value)
|
|
2557
|
+
jsii.set(self, "limits", value) # pyright: ignore[reportArgumentType]
|
|
2558
2558
|
|
|
2559
2559
|
@builtins.property
|
|
2560
2560
|
@jsii.member(jsii_name="quietTime")
|
|
@@ -2572,7 +2572,7 @@ class CfnApplicationSettings(
|
|
|
2572
2572
|
if __debug__:
|
|
2573
2573
|
type_hints = typing.get_type_hints(_typecheckingstub__c87df35c4674de93532f2b097e8a5e8acc739757c089b203b35e483e743d6a56)
|
|
2574
2574
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2575
|
-
jsii.set(self, "quietTime", value)
|
|
2575
|
+
jsii.set(self, "quietTime", value) # pyright: ignore[reportArgumentType]
|
|
2576
2576
|
|
|
2577
2577
|
@jsii.data_type(
|
|
2578
2578
|
jsii_type="aws-cdk-lib.aws_pinpoint.CfnApplicationSettings.CampaignHookProperty",
|
|
@@ -3128,7 +3128,7 @@ class CfnBaiduChannel(
|
|
|
3128
3128
|
if __debug__:
|
|
3129
3129
|
type_hints = typing.get_type_hints(_typecheckingstub__b1d55ab74c3304a8f7ee5eb7755db2b7575dede417448da381789b65757a6e26)
|
|
3130
3130
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3131
|
-
jsii.set(self, "apiKey", value)
|
|
3131
|
+
jsii.set(self, "apiKey", value) # pyright: ignore[reportArgumentType]
|
|
3132
3132
|
|
|
3133
3133
|
@builtins.property
|
|
3134
3134
|
@jsii.member(jsii_name="applicationId")
|
|
@@ -3141,7 +3141,7 @@ class CfnBaiduChannel(
|
|
|
3141
3141
|
if __debug__:
|
|
3142
3142
|
type_hints = typing.get_type_hints(_typecheckingstub__fdcdb9cb03617bf41a449212c19519749eeb4eac75fa6316b5c70055f4067c20)
|
|
3143
3143
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3144
|
-
jsii.set(self, "applicationId", value)
|
|
3144
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
3145
3145
|
|
|
3146
3146
|
@builtins.property
|
|
3147
3147
|
@jsii.member(jsii_name="secretKey")
|
|
@@ -3154,7 +3154,7 @@ class CfnBaiduChannel(
|
|
|
3154
3154
|
if __debug__:
|
|
3155
3155
|
type_hints = typing.get_type_hints(_typecheckingstub__985764c1478c22f92314f563a4e1501861497b260954b0683c149c92a0325375)
|
|
3156
3156
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3157
|
-
jsii.set(self, "secretKey", value)
|
|
3157
|
+
jsii.set(self, "secretKey", value) # pyright: ignore[reportArgumentType]
|
|
3158
3158
|
|
|
3159
3159
|
@builtins.property
|
|
3160
3160
|
@jsii.member(jsii_name="enabled")
|
|
@@ -3172,7 +3172,7 @@ class CfnBaiduChannel(
|
|
|
3172
3172
|
if __debug__:
|
|
3173
3173
|
type_hints = typing.get_type_hints(_typecheckingstub__322e2fecb20c91419f0797aeaab2607597e674c854ce690ae78042ae1dd3e42f)
|
|
3174
3174
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3175
|
-
jsii.set(self, "enabled", value)
|
|
3175
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
3176
3176
|
|
|
3177
3177
|
|
|
3178
3178
|
@jsii.data_type(
|
|
@@ -3878,7 +3878,7 @@ class CfnCampaign(
|
|
|
3878
3878
|
if __debug__:
|
|
3879
3879
|
type_hints = typing.get_type_hints(_typecheckingstub__961093a0b2a649a27da7667fd113667242f9d38dc807ec0c0d27a031ef4583b1)
|
|
3880
3880
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3881
|
-
jsii.set(self, "applicationId", value)
|
|
3881
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
3882
3882
|
|
|
3883
3883
|
@builtins.property
|
|
3884
3884
|
@jsii.member(jsii_name="name")
|
|
@@ -3891,7 +3891,7 @@ class CfnCampaign(
|
|
|
3891
3891
|
if __debug__:
|
|
3892
3892
|
type_hints = typing.get_type_hints(_typecheckingstub__67f60f9e8c94473fc78021759e41a1198fa36a2907ab9bbaabe3369a50277e2d)
|
|
3893
3893
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3894
|
-
jsii.set(self, "name", value)
|
|
3894
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3895
3895
|
|
|
3896
3896
|
@builtins.property
|
|
3897
3897
|
@jsii.member(jsii_name="schedule")
|
|
@@ -3909,7 +3909,7 @@ class CfnCampaign(
|
|
|
3909
3909
|
if __debug__:
|
|
3910
3910
|
type_hints = typing.get_type_hints(_typecheckingstub__b2181cc1c01db963e61293d6df1af9886ac4eab655deaf6a0e57d1e205e3475d)
|
|
3911
3911
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3912
|
-
jsii.set(self, "schedule", value)
|
|
3912
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
3913
3913
|
|
|
3914
3914
|
@builtins.property
|
|
3915
3915
|
@jsii.member(jsii_name="segmentId")
|
|
@@ -3922,7 +3922,7 @@ class CfnCampaign(
|
|
|
3922
3922
|
if __debug__:
|
|
3923
3923
|
type_hints = typing.get_type_hints(_typecheckingstub__785cdfc13b1f0cf0280965fcfdcb49bb03ad6603227a7fafd5b6f82cd1655f22)
|
|
3924
3924
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3925
|
-
jsii.set(self, "segmentId", value)
|
|
3925
|
+
jsii.set(self, "segmentId", value) # pyright: ignore[reportArgumentType]
|
|
3926
3926
|
|
|
3927
3927
|
@builtins.property
|
|
3928
3928
|
@jsii.member(jsii_name="additionalTreatments")
|
|
@@ -3940,7 +3940,7 @@ class CfnCampaign(
|
|
|
3940
3940
|
if __debug__:
|
|
3941
3941
|
type_hints = typing.get_type_hints(_typecheckingstub__0cb8abceb723e5d996583338abd7b9da817cebc58734650cbcd416e12f060c3e)
|
|
3942
3942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3943
|
-
jsii.set(self, "additionalTreatments", value)
|
|
3943
|
+
jsii.set(self, "additionalTreatments", value) # pyright: ignore[reportArgumentType]
|
|
3944
3944
|
|
|
3945
3945
|
@builtins.property
|
|
3946
3946
|
@jsii.member(jsii_name="campaignHook")
|
|
@@ -3958,7 +3958,7 @@ class CfnCampaign(
|
|
|
3958
3958
|
if __debug__:
|
|
3959
3959
|
type_hints = typing.get_type_hints(_typecheckingstub__cff8453460fff6b3777f9639816cc3be2cbf9b40080e6c14e18992f375f59ae5)
|
|
3960
3960
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3961
|
-
jsii.set(self, "campaignHook", value)
|
|
3961
|
+
jsii.set(self, "campaignHook", value) # pyright: ignore[reportArgumentType]
|
|
3962
3962
|
|
|
3963
3963
|
@builtins.property
|
|
3964
3964
|
@jsii.member(jsii_name="customDeliveryConfiguration")
|
|
@@ -3976,7 +3976,7 @@ class CfnCampaign(
|
|
|
3976
3976
|
if __debug__:
|
|
3977
3977
|
type_hints = typing.get_type_hints(_typecheckingstub__21d75ff1ff920f03885a49b618f7c1b3b5e9da8ba735b125a3c88ec62fc0fe17)
|
|
3978
3978
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3979
|
-
jsii.set(self, "customDeliveryConfiguration", value)
|
|
3979
|
+
jsii.set(self, "customDeliveryConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3980
3980
|
|
|
3981
3981
|
@builtins.property
|
|
3982
3982
|
@jsii.member(jsii_name="description")
|
|
@@ -3989,7 +3989,7 @@ class CfnCampaign(
|
|
|
3989
3989
|
if __debug__:
|
|
3990
3990
|
type_hints = typing.get_type_hints(_typecheckingstub__3206e9b3e101dbdfbab4b167fbbe437b6df5a8667f1e3d52e265ef2504caff76)
|
|
3991
3991
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3992
|
-
jsii.set(self, "description", value)
|
|
3992
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3993
3993
|
|
|
3994
3994
|
@builtins.property
|
|
3995
3995
|
@jsii.member(jsii_name="holdoutPercent")
|
|
@@ -4002,7 +4002,7 @@ class CfnCampaign(
|
|
|
4002
4002
|
if __debug__:
|
|
4003
4003
|
type_hints = typing.get_type_hints(_typecheckingstub__db2a3f194f0e2f61ac095227219a69bb6002b2f11a3e883ee97a77d3aaf575c1)
|
|
4004
4004
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4005
|
-
jsii.set(self, "holdoutPercent", value)
|
|
4005
|
+
jsii.set(self, "holdoutPercent", value) # pyright: ignore[reportArgumentType]
|
|
4006
4006
|
|
|
4007
4007
|
@builtins.property
|
|
4008
4008
|
@jsii.member(jsii_name="isPaused")
|
|
@@ -4020,7 +4020,7 @@ class CfnCampaign(
|
|
|
4020
4020
|
if __debug__:
|
|
4021
4021
|
type_hints = typing.get_type_hints(_typecheckingstub__971ecc06c6c0a231935c31808c1d067094e14be95f83916e7193d19d062edff7)
|
|
4022
4022
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4023
|
-
jsii.set(self, "isPaused", value)
|
|
4023
|
+
jsii.set(self, "isPaused", value) # pyright: ignore[reportArgumentType]
|
|
4024
4024
|
|
|
4025
4025
|
@builtins.property
|
|
4026
4026
|
@jsii.member(jsii_name="limits")
|
|
@@ -4038,7 +4038,7 @@ class CfnCampaign(
|
|
|
4038
4038
|
if __debug__:
|
|
4039
4039
|
type_hints = typing.get_type_hints(_typecheckingstub__02466c3fea035dae6003b4d892edc226a948018c5026a83391d853e1adb5c661)
|
|
4040
4040
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4041
|
-
jsii.set(self, "limits", value)
|
|
4041
|
+
jsii.set(self, "limits", value) # pyright: ignore[reportArgumentType]
|
|
4042
4042
|
|
|
4043
4043
|
@builtins.property
|
|
4044
4044
|
@jsii.member(jsii_name="messageConfiguration")
|
|
@@ -4056,7 +4056,7 @@ class CfnCampaign(
|
|
|
4056
4056
|
if __debug__:
|
|
4057
4057
|
type_hints = typing.get_type_hints(_typecheckingstub__782bb62da5f39fb9d597470af1efa4fcdb0ff80ce246b1a68705abda99d37c22)
|
|
4058
4058
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4059
|
-
jsii.set(self, "messageConfiguration", value)
|
|
4059
|
+
jsii.set(self, "messageConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
4060
4060
|
|
|
4061
4061
|
@builtins.property
|
|
4062
4062
|
@jsii.member(jsii_name="priority")
|
|
@@ -4069,7 +4069,7 @@ class CfnCampaign(
|
|
|
4069
4069
|
if __debug__:
|
|
4070
4070
|
type_hints = typing.get_type_hints(_typecheckingstub__11af643454a88e879a3d44a841a7440d463052b9a9f8894837afdeb1d0f7c0a4)
|
|
4071
4071
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4072
|
-
jsii.set(self, "priority", value)
|
|
4072
|
+
jsii.set(self, "priority", value) # pyright: ignore[reportArgumentType]
|
|
4073
4073
|
|
|
4074
4074
|
@builtins.property
|
|
4075
4075
|
@jsii.member(jsii_name="segmentVersion")
|
|
@@ -4082,7 +4082,7 @@ class CfnCampaign(
|
|
|
4082
4082
|
if __debug__:
|
|
4083
4083
|
type_hints = typing.get_type_hints(_typecheckingstub__c7789111cb61d2c87282d1ee29b8e1ecd9cdfe305539a62babdf135df40e102a)
|
|
4084
4084
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4085
|
-
jsii.set(self, "segmentVersion", value)
|
|
4085
|
+
jsii.set(self, "segmentVersion", value) # pyright: ignore[reportArgumentType]
|
|
4086
4086
|
|
|
4087
4087
|
@builtins.property
|
|
4088
4088
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4095,7 +4095,7 @@ class CfnCampaign(
|
|
|
4095
4095
|
if __debug__:
|
|
4096
4096
|
type_hints = typing.get_type_hints(_typecheckingstub__a55591fb10b3aa649e3cc4fff7081bd27134808f40b3426f0d1b1040c798fa32)
|
|
4097
4097
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4098
|
-
jsii.set(self, "tagsRaw", value)
|
|
4098
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4099
4099
|
|
|
4100
4100
|
@builtins.property
|
|
4101
4101
|
@jsii.member(jsii_name="templateConfiguration")
|
|
@@ -4113,7 +4113,7 @@ class CfnCampaign(
|
|
|
4113
4113
|
if __debug__:
|
|
4114
4114
|
type_hints = typing.get_type_hints(_typecheckingstub__0b25bbca63e825ff6b501abde63e2de2d55b4f48c1b50cc14e8f9738d2688f0e)
|
|
4115
4115
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4116
|
-
jsii.set(self, "templateConfiguration", value)
|
|
4116
|
+
jsii.set(self, "templateConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
4117
4117
|
|
|
4118
4118
|
@builtins.property
|
|
4119
4119
|
@jsii.member(jsii_name="treatmentDescription")
|
|
@@ -4126,7 +4126,7 @@ class CfnCampaign(
|
|
|
4126
4126
|
if __debug__:
|
|
4127
4127
|
type_hints = typing.get_type_hints(_typecheckingstub__de82f559d77ceee4a216d0bcdff67a789e4cdd47818a7e2dda70c2dd6c55e63a)
|
|
4128
4128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4129
|
-
jsii.set(self, "treatmentDescription", value)
|
|
4129
|
+
jsii.set(self, "treatmentDescription", value) # pyright: ignore[reportArgumentType]
|
|
4130
4130
|
|
|
4131
4131
|
@builtins.property
|
|
4132
4132
|
@jsii.member(jsii_name="treatmentName")
|
|
@@ -4139,7 +4139,7 @@ class CfnCampaign(
|
|
|
4139
4139
|
if __debug__:
|
|
4140
4140
|
type_hints = typing.get_type_hints(_typecheckingstub__e70fc32fa7b96683078cd6d613bd62ff764758438673848d56e541e3d845a4e1)
|
|
4141
4141
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4142
|
-
jsii.set(self, "treatmentName", value)
|
|
4142
|
+
jsii.set(self, "treatmentName", value) # pyright: ignore[reportArgumentType]
|
|
4143
4143
|
|
|
4144
4144
|
@jsii.data_type(
|
|
4145
4145
|
jsii_type="aws-cdk-lib.aws_pinpoint.CfnCampaign.AttributeDimensionProperty",
|
|
@@ -8353,7 +8353,7 @@ class CfnEmailChannel(
|
|
|
8353
8353
|
if __debug__:
|
|
8354
8354
|
type_hints = typing.get_type_hints(_typecheckingstub__a2b7ac710eb003a05553de77978a0bf432e0b082141849898c5dfbf164b61b4c)
|
|
8355
8355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8356
|
-
jsii.set(self, "applicationId", value)
|
|
8356
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
8357
8357
|
|
|
8358
8358
|
@builtins.property
|
|
8359
8359
|
@jsii.member(jsii_name="fromAddress")
|
|
@@ -8366,7 +8366,7 @@ class CfnEmailChannel(
|
|
|
8366
8366
|
if __debug__:
|
|
8367
8367
|
type_hints = typing.get_type_hints(_typecheckingstub__3571c9e54456a7ff75562506238acc99b19962f8b9247aba2fe3df1a62aac7c6)
|
|
8368
8368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8369
|
-
jsii.set(self, "fromAddress", value)
|
|
8369
|
+
jsii.set(self, "fromAddress", value) # pyright: ignore[reportArgumentType]
|
|
8370
8370
|
|
|
8371
8371
|
@builtins.property
|
|
8372
8372
|
@jsii.member(jsii_name="identity")
|
|
@@ -8379,7 +8379,7 @@ class CfnEmailChannel(
|
|
|
8379
8379
|
if __debug__:
|
|
8380
8380
|
type_hints = typing.get_type_hints(_typecheckingstub__5982a64c199a3dbd05157469619fb87103bb18d60ac17c887674ca1c98af71a7)
|
|
8381
8381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8382
|
-
jsii.set(self, "identity", value)
|
|
8382
|
+
jsii.set(self, "identity", value) # pyright: ignore[reportArgumentType]
|
|
8383
8383
|
|
|
8384
8384
|
@builtins.property
|
|
8385
8385
|
@jsii.member(jsii_name="configurationSet")
|
|
@@ -8392,7 +8392,7 @@ class CfnEmailChannel(
|
|
|
8392
8392
|
if __debug__:
|
|
8393
8393
|
type_hints = typing.get_type_hints(_typecheckingstub__0552904454280c91b20abb544ebf8f0d5d10b3561c644ab81e7433e68739c947)
|
|
8394
8394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8395
|
-
jsii.set(self, "configurationSet", value)
|
|
8395
|
+
jsii.set(self, "configurationSet", value) # pyright: ignore[reportArgumentType]
|
|
8396
8396
|
|
|
8397
8397
|
@builtins.property
|
|
8398
8398
|
@jsii.member(jsii_name="enabled")
|
|
@@ -8410,7 +8410,7 @@ class CfnEmailChannel(
|
|
|
8410
8410
|
if __debug__:
|
|
8411
8411
|
type_hints = typing.get_type_hints(_typecheckingstub__b6552928532890b0bb4451f89e36f2fd0599fa25332569a30589de6dabd1c2ff)
|
|
8412
8412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8413
|
-
jsii.set(self, "enabled", value)
|
|
8413
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
8414
8414
|
|
|
8415
8415
|
@builtins.property
|
|
8416
8416
|
@jsii.member(jsii_name="orchestrationSendingRoleArn")
|
|
@@ -8426,7 +8426,7 @@ class CfnEmailChannel(
|
|
|
8426
8426
|
if __debug__:
|
|
8427
8427
|
type_hints = typing.get_type_hints(_typecheckingstub__aa8fbe3722fc02e373ab1dd1fbe9afea479c8117a0f4ca1a070a3963c4bdbfde)
|
|
8428
8428
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8429
|
-
jsii.set(self, "orchestrationSendingRoleArn", value)
|
|
8429
|
+
jsii.set(self, "orchestrationSendingRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
8430
8430
|
|
|
8431
8431
|
@builtins.property
|
|
8432
8432
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -8439,7 +8439,7 @@ class CfnEmailChannel(
|
|
|
8439
8439
|
if __debug__:
|
|
8440
8440
|
type_hints = typing.get_type_hints(_typecheckingstub__b91d75ea3a5bc3900bbc4b0958bbc0263a57362f325b830004dddc72b23dfe1b)
|
|
8441
8441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8442
|
-
jsii.set(self, "roleArn", value)
|
|
8442
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
8443
8443
|
|
|
8444
8444
|
|
|
8445
8445
|
@jsii.data_type(
|
|
@@ -8745,7 +8745,7 @@ class CfnEmailTemplate(
|
|
|
8745
8745
|
if __debug__:
|
|
8746
8746
|
type_hints = typing.get_type_hints(_typecheckingstub__842354b6737d3f066011001448187e6cd47eb9292c3c3d91c53ed677fabd97e4)
|
|
8747
8747
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8748
|
-
jsii.set(self, "subject", value)
|
|
8748
|
+
jsii.set(self, "subject", value) # pyright: ignore[reportArgumentType]
|
|
8749
8749
|
|
|
8750
8750
|
@builtins.property
|
|
8751
8751
|
@jsii.member(jsii_name="templateName")
|
|
@@ -8758,7 +8758,7 @@ class CfnEmailTemplate(
|
|
|
8758
8758
|
if __debug__:
|
|
8759
8759
|
type_hints = typing.get_type_hints(_typecheckingstub__8d7fb2858f2a5e78df5c14250eeed341724afc16b64bc850806da4d4163ec985)
|
|
8760
8760
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8761
|
-
jsii.set(self, "templateName", value)
|
|
8761
|
+
jsii.set(self, "templateName", value) # pyright: ignore[reportArgumentType]
|
|
8762
8762
|
|
|
8763
8763
|
@builtins.property
|
|
8764
8764
|
@jsii.member(jsii_name="defaultSubstitutions")
|
|
@@ -8771,7 +8771,7 @@ class CfnEmailTemplate(
|
|
|
8771
8771
|
if __debug__:
|
|
8772
8772
|
type_hints = typing.get_type_hints(_typecheckingstub__425a551c7dd2994ef2bc28faf10c1acccbf845469fdf77c6105ccd9dfe28de77)
|
|
8773
8773
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8774
|
-
jsii.set(self, "defaultSubstitutions", value)
|
|
8774
|
+
jsii.set(self, "defaultSubstitutions", value) # pyright: ignore[reportArgumentType]
|
|
8775
8775
|
|
|
8776
8776
|
@builtins.property
|
|
8777
8777
|
@jsii.member(jsii_name="htmlPart")
|
|
@@ -8784,7 +8784,7 @@ class CfnEmailTemplate(
|
|
|
8784
8784
|
if __debug__:
|
|
8785
8785
|
type_hints = typing.get_type_hints(_typecheckingstub__3064679445a684550ed2de9bfc8b89465ffd8b09aabf1e7a299ac6a62dbee6bb)
|
|
8786
8786
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8787
|
-
jsii.set(self, "htmlPart", value)
|
|
8787
|
+
jsii.set(self, "htmlPart", value) # pyright: ignore[reportArgumentType]
|
|
8788
8788
|
|
|
8789
8789
|
@builtins.property
|
|
8790
8790
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8797,7 +8797,7 @@ class CfnEmailTemplate(
|
|
|
8797
8797
|
if __debug__:
|
|
8798
8798
|
type_hints = typing.get_type_hints(_typecheckingstub__23b95a2d7d0d9191200b484886260a273682ff8d2a18c40ed91b782e67a644f0)
|
|
8799
8799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8800
|
-
jsii.set(self, "tagsRaw", value)
|
|
8800
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8801
8801
|
|
|
8802
8802
|
@builtins.property
|
|
8803
8803
|
@jsii.member(jsii_name="templateDescription")
|
|
@@ -8810,7 +8810,7 @@ class CfnEmailTemplate(
|
|
|
8810
8810
|
if __debug__:
|
|
8811
8811
|
type_hints = typing.get_type_hints(_typecheckingstub__9bf14ba8036655640c904b31bf6ece4c3ad5c62108cf693250e9d46e9cdc90af)
|
|
8812
8812
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8813
|
-
jsii.set(self, "templateDescription", value)
|
|
8813
|
+
jsii.set(self, "templateDescription", value) # pyright: ignore[reportArgumentType]
|
|
8814
8814
|
|
|
8815
8815
|
@builtins.property
|
|
8816
8816
|
@jsii.member(jsii_name="textPart")
|
|
@@ -8823,7 +8823,7 @@ class CfnEmailTemplate(
|
|
|
8823
8823
|
if __debug__:
|
|
8824
8824
|
type_hints = typing.get_type_hints(_typecheckingstub__1ff0c2083d81dbecc8b9bdfa839def0127c389629ac4dce169887c0ca4f55952)
|
|
8825
8825
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8826
|
-
jsii.set(self, "textPart", value)
|
|
8826
|
+
jsii.set(self, "textPart", value) # pyright: ignore[reportArgumentType]
|
|
8827
8827
|
|
|
8828
8828
|
|
|
8829
8829
|
@jsii.data_type(
|
|
@@ -9100,7 +9100,7 @@ class CfnEventStream(
|
|
|
9100
9100
|
if __debug__:
|
|
9101
9101
|
type_hints = typing.get_type_hints(_typecheckingstub__1a0d74f7910ba4b74041b4a3f8ceb6f9b383589c9435748173e5da796ac0a468)
|
|
9102
9102
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9103
|
-
jsii.set(self, "applicationId", value)
|
|
9103
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
9104
9104
|
|
|
9105
9105
|
@builtins.property
|
|
9106
9106
|
@jsii.member(jsii_name="destinationStreamArn")
|
|
@@ -9113,7 +9113,7 @@ class CfnEventStream(
|
|
|
9113
9113
|
if __debug__:
|
|
9114
9114
|
type_hints = typing.get_type_hints(_typecheckingstub__523733f36a90ab4e5bdf0e39f89059f03b9879e928c1155d176f7a0df99913b2)
|
|
9115
9115
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9116
|
-
jsii.set(self, "destinationStreamArn", value)
|
|
9116
|
+
jsii.set(self, "destinationStreamArn", value) # pyright: ignore[reportArgumentType]
|
|
9117
9117
|
|
|
9118
9118
|
@builtins.property
|
|
9119
9119
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -9126,7 +9126,7 @@ class CfnEventStream(
|
|
|
9126
9126
|
if __debug__:
|
|
9127
9127
|
type_hints = typing.get_type_hints(_typecheckingstub__6a3815f734b46370b2c5a51cd95e50e77cbb9061f0c2d09fbe8c169d14033420)
|
|
9128
9128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9129
|
-
jsii.set(self, "roleArn", value)
|
|
9129
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
9130
9130
|
|
|
9131
9131
|
|
|
9132
9132
|
@jsii.data_type(
|
|
@@ -9348,7 +9348,7 @@ class CfnGCMChannel(
|
|
|
9348
9348
|
if __debug__:
|
|
9349
9349
|
type_hints = typing.get_type_hints(_typecheckingstub__b5cf7652f52bd0665760eefdef4ebe4661341c7d2f743790a82538cc9b1a59da)
|
|
9350
9350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9351
|
-
jsii.set(self, "applicationId", value)
|
|
9351
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
9352
9352
|
|
|
9353
9353
|
@builtins.property
|
|
9354
9354
|
@jsii.member(jsii_name="apiKey")
|
|
@@ -9361,7 +9361,7 @@ class CfnGCMChannel(
|
|
|
9361
9361
|
if __debug__:
|
|
9362
9362
|
type_hints = typing.get_type_hints(_typecheckingstub__99b00ece767606c36fcd8737c20c953bd966f1fb88386fcfccdecab9be060dfc)
|
|
9363
9363
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9364
|
-
jsii.set(self, "apiKey", value)
|
|
9364
|
+
jsii.set(self, "apiKey", value) # pyright: ignore[reportArgumentType]
|
|
9365
9365
|
|
|
9366
9366
|
@builtins.property
|
|
9367
9367
|
@jsii.member(jsii_name="defaultAuthenticationMethod")
|
|
@@ -9377,7 +9377,7 @@ class CfnGCMChannel(
|
|
|
9377
9377
|
if __debug__:
|
|
9378
9378
|
type_hints = typing.get_type_hints(_typecheckingstub__cc3db3cd646fea9bde143a03cc0e8bfc331a61b5c3f2cf354f95d9a0f1a210f5)
|
|
9379
9379
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9380
|
-
jsii.set(self, "defaultAuthenticationMethod", value)
|
|
9380
|
+
jsii.set(self, "defaultAuthenticationMethod", value) # pyright: ignore[reportArgumentType]
|
|
9381
9381
|
|
|
9382
9382
|
@builtins.property
|
|
9383
9383
|
@jsii.member(jsii_name="enabled")
|
|
@@ -9395,7 +9395,7 @@ class CfnGCMChannel(
|
|
|
9395
9395
|
if __debug__:
|
|
9396
9396
|
type_hints = typing.get_type_hints(_typecheckingstub__934c050e152924d121e2ce630b51de8fe2580d8d1dda58e4e88cd58ff0b0bbfa)
|
|
9397
9397
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9398
|
-
jsii.set(self, "enabled", value)
|
|
9398
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
9399
9399
|
|
|
9400
9400
|
@builtins.property
|
|
9401
9401
|
@jsii.member(jsii_name="serviceJson")
|
|
@@ -9408,7 +9408,7 @@ class CfnGCMChannel(
|
|
|
9408
9408
|
if __debug__:
|
|
9409
9409
|
type_hints = typing.get_type_hints(_typecheckingstub__48ddd214c4cbe74254a362fcf38ced8236bbb3e680928c1abc7bf6ab22ab4fa1)
|
|
9410
9410
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9411
|
-
jsii.set(self, "serviceJson", value)
|
|
9411
|
+
jsii.set(self, "serviceJson", value) # pyright: ignore[reportArgumentType]
|
|
9412
9412
|
|
|
9413
9413
|
|
|
9414
9414
|
@jsii.data_type(
|
|
@@ -9732,7 +9732,7 @@ class CfnInAppTemplate(
|
|
|
9732
9732
|
if __debug__:
|
|
9733
9733
|
type_hints = typing.get_type_hints(_typecheckingstub__783c9d3a13dcf9b910dcd7009b3f921a2196ebca80cad6d5f6d8d9a2131b6317)
|
|
9734
9734
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9735
|
-
jsii.set(self, "templateName", value)
|
|
9735
|
+
jsii.set(self, "templateName", value) # pyright: ignore[reportArgumentType]
|
|
9736
9736
|
|
|
9737
9737
|
@builtins.property
|
|
9738
9738
|
@jsii.member(jsii_name="content")
|
|
@@ -9750,7 +9750,7 @@ class CfnInAppTemplate(
|
|
|
9750
9750
|
if __debug__:
|
|
9751
9751
|
type_hints = typing.get_type_hints(_typecheckingstub__29c306b59b5a82d785edcc24ad4f92afce261ef2ea4bd786f4c5db21c19d779c)
|
|
9752
9752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9753
|
-
jsii.set(self, "content", value)
|
|
9753
|
+
jsii.set(self, "content", value) # pyright: ignore[reportArgumentType]
|
|
9754
9754
|
|
|
9755
9755
|
@builtins.property
|
|
9756
9756
|
@jsii.member(jsii_name="customConfig")
|
|
@@ -9763,7 +9763,7 @@ class CfnInAppTemplate(
|
|
|
9763
9763
|
if __debug__:
|
|
9764
9764
|
type_hints = typing.get_type_hints(_typecheckingstub__d2ca164aa9281ef31e4a2e0a2f52e7cb0f98adf80d4e8d05370ff01dc3a8c724)
|
|
9765
9765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9766
|
-
jsii.set(self, "customConfig", value)
|
|
9766
|
+
jsii.set(self, "customConfig", value) # pyright: ignore[reportArgumentType]
|
|
9767
9767
|
|
|
9768
9768
|
@builtins.property
|
|
9769
9769
|
@jsii.member(jsii_name="layout")
|
|
@@ -9779,7 +9779,7 @@ class CfnInAppTemplate(
|
|
|
9779
9779
|
if __debug__:
|
|
9780
9780
|
type_hints = typing.get_type_hints(_typecheckingstub__b43b04a5a55917e5e8acbe2af8759330169d92abcb7e8f70276761c87fde2b09)
|
|
9781
9781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9782
|
-
jsii.set(self, "layout", value)
|
|
9782
|
+
jsii.set(self, "layout", value) # pyright: ignore[reportArgumentType]
|
|
9783
9783
|
|
|
9784
9784
|
@builtins.property
|
|
9785
9785
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -9792,7 +9792,7 @@ class CfnInAppTemplate(
|
|
|
9792
9792
|
if __debug__:
|
|
9793
9793
|
type_hints = typing.get_type_hints(_typecheckingstub__26614d8a74e54c08b442c84a7e9695ce8c396ca893b287d6ae5b7ff009122c16)
|
|
9794
9794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9795
|
-
jsii.set(self, "tagsRaw", value)
|
|
9795
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
9796
9796
|
|
|
9797
9797
|
@builtins.property
|
|
9798
9798
|
@jsii.member(jsii_name="templateDescription")
|
|
@@ -9805,7 +9805,7 @@ class CfnInAppTemplate(
|
|
|
9805
9805
|
if __debug__:
|
|
9806
9806
|
type_hints = typing.get_type_hints(_typecheckingstub__b2c97689320ae40b05704c91857a6423cddaf3dbeffb7698e0a39308b57220d2)
|
|
9807
9807
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9808
|
-
jsii.set(self, "templateDescription", value)
|
|
9808
|
+
jsii.set(self, "templateDescription", value) # pyright: ignore[reportArgumentType]
|
|
9809
9809
|
|
|
9810
9810
|
@jsii.data_type(
|
|
9811
9811
|
jsii_type="aws-cdk-lib.aws_pinpoint.CfnInAppTemplate.BodyConfigProperty",
|
|
@@ -10947,7 +10947,7 @@ class CfnPushTemplate(
|
|
|
10947
10947
|
if __debug__:
|
|
10948
10948
|
type_hints = typing.get_type_hints(_typecheckingstub__9e6689f4b17f3d51c97d046ff920f42167020ecdb954bcbb703df795aa48fd62)
|
|
10949
10949
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10950
|
-
jsii.set(self, "templateName", value)
|
|
10950
|
+
jsii.set(self, "templateName", value) # pyright: ignore[reportArgumentType]
|
|
10951
10951
|
|
|
10952
10952
|
@builtins.property
|
|
10953
10953
|
@jsii.member(jsii_name="adm")
|
|
@@ -10965,7 +10965,7 @@ class CfnPushTemplate(
|
|
|
10965
10965
|
if __debug__:
|
|
10966
10966
|
type_hints = typing.get_type_hints(_typecheckingstub__32be5ab1563dc059696ad2e290c93a984c7450eb1d680d90dca0e7d42ea02fbd)
|
|
10967
10967
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10968
|
-
jsii.set(self, "adm", value)
|
|
10968
|
+
jsii.set(self, "adm", value) # pyright: ignore[reportArgumentType]
|
|
10969
10969
|
|
|
10970
10970
|
@builtins.property
|
|
10971
10971
|
@jsii.member(jsii_name="apns")
|
|
@@ -10983,7 +10983,7 @@ class CfnPushTemplate(
|
|
|
10983
10983
|
if __debug__:
|
|
10984
10984
|
type_hints = typing.get_type_hints(_typecheckingstub__77bf2e4b13ec2cfe475f08ed23562640cbcde98d9cb8138c3f3573cc417e532f)
|
|
10985
10985
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10986
|
-
jsii.set(self, "apns", value)
|
|
10986
|
+
jsii.set(self, "apns", value) # pyright: ignore[reportArgumentType]
|
|
10987
10987
|
|
|
10988
10988
|
@builtins.property
|
|
10989
10989
|
@jsii.member(jsii_name="baidu")
|
|
@@ -11001,7 +11001,7 @@ class CfnPushTemplate(
|
|
|
11001
11001
|
if __debug__:
|
|
11002
11002
|
type_hints = typing.get_type_hints(_typecheckingstub__2dcb8053ca59ff9c0be19a4383b3295f95ada8ab1360a0c61f563aac118fc624)
|
|
11003
11003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11004
|
-
jsii.set(self, "baidu", value)
|
|
11004
|
+
jsii.set(self, "baidu", value) # pyright: ignore[reportArgumentType]
|
|
11005
11005
|
|
|
11006
11006
|
@builtins.property
|
|
11007
11007
|
@jsii.member(jsii_name="default")
|
|
@@ -11019,7 +11019,7 @@ class CfnPushTemplate(
|
|
|
11019
11019
|
if __debug__:
|
|
11020
11020
|
type_hints = typing.get_type_hints(_typecheckingstub__1c2576f9168b75160bea5859251791623f4dc1decc495cb1d53a55ff7a531800)
|
|
11021
11021
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11022
|
-
jsii.set(self, "default", value)
|
|
11022
|
+
jsii.set(self, "default", value) # pyright: ignore[reportArgumentType]
|
|
11023
11023
|
|
|
11024
11024
|
@builtins.property
|
|
11025
11025
|
@jsii.member(jsii_name="defaultSubstitutions")
|
|
@@ -11032,7 +11032,7 @@ class CfnPushTemplate(
|
|
|
11032
11032
|
if __debug__:
|
|
11033
11033
|
type_hints = typing.get_type_hints(_typecheckingstub__c5a64a0af135c2c3f325587b4f9494bb2df541b2eb06fed9948a862f1c957678)
|
|
11034
11034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11035
|
-
jsii.set(self, "defaultSubstitutions", value)
|
|
11035
|
+
jsii.set(self, "defaultSubstitutions", value) # pyright: ignore[reportArgumentType]
|
|
11036
11036
|
|
|
11037
11037
|
@builtins.property
|
|
11038
11038
|
@jsii.member(jsii_name="gcm")
|
|
@@ -11050,7 +11050,7 @@ class CfnPushTemplate(
|
|
|
11050
11050
|
if __debug__:
|
|
11051
11051
|
type_hints = typing.get_type_hints(_typecheckingstub__156c2a5b1c581871d4bbfb9adc0ebccc63555f7c7e7091b1772889dc981ccba4)
|
|
11052
11052
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11053
|
-
jsii.set(self, "gcm", value)
|
|
11053
|
+
jsii.set(self, "gcm", value) # pyright: ignore[reportArgumentType]
|
|
11054
11054
|
|
|
11055
11055
|
@builtins.property
|
|
11056
11056
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -11063,7 +11063,7 @@ class CfnPushTemplate(
|
|
|
11063
11063
|
if __debug__:
|
|
11064
11064
|
type_hints = typing.get_type_hints(_typecheckingstub__d4cbceedb7f94ba5ae9fa8704dff30ab1f8d628748f0401c3a77272aace3cb98)
|
|
11065
11065
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11066
|
-
jsii.set(self, "tagsRaw", value)
|
|
11066
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
11067
11067
|
|
|
11068
11068
|
@builtins.property
|
|
11069
11069
|
@jsii.member(jsii_name="templateDescription")
|
|
@@ -11076,7 +11076,7 @@ class CfnPushTemplate(
|
|
|
11076
11076
|
if __debug__:
|
|
11077
11077
|
type_hints = typing.get_type_hints(_typecheckingstub__bbbbc4798da119c7d2ec902e6a1f2d7eb20ea88bc394a4e63a0a146c6f9b2327)
|
|
11078
11078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11079
|
-
jsii.set(self, "templateDescription", value)
|
|
11079
|
+
jsii.set(self, "templateDescription", value) # pyright: ignore[reportArgumentType]
|
|
11080
11080
|
|
|
11081
11081
|
@jsii.data_type(
|
|
11082
11082
|
jsii_type="aws-cdk-lib.aws_pinpoint.CfnPushTemplate.APNSPushNotificationTemplateProperty",
|
|
@@ -11913,7 +11913,7 @@ class CfnSMSChannel(
|
|
|
11913
11913
|
if __debug__:
|
|
11914
11914
|
type_hints = typing.get_type_hints(_typecheckingstub__53e0414ce1e027ab6b5c67ee68d8a3766a8bfae21baef29b830c4881812533f0)
|
|
11915
11915
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11916
|
-
jsii.set(self, "applicationId", value)
|
|
11916
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
11917
11917
|
|
|
11918
11918
|
@builtins.property
|
|
11919
11919
|
@jsii.member(jsii_name="enabled")
|
|
@@ -11931,7 +11931,7 @@ class CfnSMSChannel(
|
|
|
11931
11931
|
if __debug__:
|
|
11932
11932
|
type_hints = typing.get_type_hints(_typecheckingstub__2854f045b9f30c7825e8267836e4fbe8206a1f421b757b06ed0b04dbb40c5a12)
|
|
11933
11933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11934
|
-
jsii.set(self, "enabled", value)
|
|
11934
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
11935
11935
|
|
|
11936
11936
|
@builtins.property
|
|
11937
11937
|
@jsii.member(jsii_name="senderId")
|
|
@@ -11944,7 +11944,7 @@ class CfnSMSChannel(
|
|
|
11944
11944
|
if __debug__:
|
|
11945
11945
|
type_hints = typing.get_type_hints(_typecheckingstub__e23b829beec325729e74969ea029e8d36727faa2fed854351448b8dc2e86eec5)
|
|
11946
11946
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11947
|
-
jsii.set(self, "senderId", value)
|
|
11947
|
+
jsii.set(self, "senderId", value) # pyright: ignore[reportArgumentType]
|
|
11948
11948
|
|
|
11949
11949
|
@builtins.property
|
|
11950
11950
|
@jsii.member(jsii_name="shortCode")
|
|
@@ -11957,7 +11957,7 @@ class CfnSMSChannel(
|
|
|
11957
11957
|
if __debug__:
|
|
11958
11958
|
type_hints = typing.get_type_hints(_typecheckingstub__581a443ec8905d7aa8644d9335605a1cb33151dcb443f96ded6410d3769aa4be)
|
|
11959
11959
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11960
|
-
jsii.set(self, "shortCode", value)
|
|
11960
|
+
jsii.set(self, "shortCode", value) # pyright: ignore[reportArgumentType]
|
|
11961
11961
|
|
|
11962
11962
|
|
|
11963
11963
|
@jsii.data_type(
|
|
@@ -12328,7 +12328,7 @@ class CfnSegment(
|
|
|
12328
12328
|
if __debug__:
|
|
12329
12329
|
type_hints = typing.get_type_hints(_typecheckingstub__ee563039c51ce7c946ee64d0544b6912c0e141d424096bcf6910faba0e279086)
|
|
12330
12330
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12331
|
-
jsii.set(self, "applicationId", value)
|
|
12331
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
12332
12332
|
|
|
12333
12333
|
@builtins.property
|
|
12334
12334
|
@jsii.member(jsii_name="name")
|
|
@@ -12341,7 +12341,7 @@ class CfnSegment(
|
|
|
12341
12341
|
if __debug__:
|
|
12342
12342
|
type_hints = typing.get_type_hints(_typecheckingstub__e74415b4339bad69f40ae0cf82368a3aa0c5a21ee8d8ab9924fa39314e9dd645)
|
|
12343
12343
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12344
|
-
jsii.set(self, "name", value)
|
|
12344
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
12345
12345
|
|
|
12346
12346
|
@builtins.property
|
|
12347
12347
|
@jsii.member(jsii_name="dimensions")
|
|
@@ -12359,7 +12359,7 @@ class CfnSegment(
|
|
|
12359
12359
|
if __debug__:
|
|
12360
12360
|
type_hints = typing.get_type_hints(_typecheckingstub__7596346842df00f96b4cdfdbd4c88e3d1ebd1006ff6eef96d986ad843c4fe2e1)
|
|
12361
12361
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12362
|
-
jsii.set(self, "dimensions", value)
|
|
12362
|
+
jsii.set(self, "dimensions", value) # pyright: ignore[reportArgumentType]
|
|
12363
12363
|
|
|
12364
12364
|
@builtins.property
|
|
12365
12365
|
@jsii.member(jsii_name="segmentGroups")
|
|
@@ -12377,7 +12377,7 @@ class CfnSegment(
|
|
|
12377
12377
|
if __debug__:
|
|
12378
12378
|
type_hints = typing.get_type_hints(_typecheckingstub__7e5f8482204fc248f33a5d809b6fe0b1a60a440ed824a88a497c788578f74864)
|
|
12379
12379
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12380
|
-
jsii.set(self, "segmentGroups", value)
|
|
12380
|
+
jsii.set(self, "segmentGroups", value) # pyright: ignore[reportArgumentType]
|
|
12381
12381
|
|
|
12382
12382
|
@builtins.property
|
|
12383
12383
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -12390,7 +12390,7 @@ class CfnSegment(
|
|
|
12390
12390
|
if __debug__:
|
|
12391
12391
|
type_hints = typing.get_type_hints(_typecheckingstub__19cf08f783ce7a107cff33dc3328d3098db5e5346e4d3f31d8f9929137028aa2)
|
|
12392
12392
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12393
|
-
jsii.set(self, "tagsRaw", value)
|
|
12393
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
12394
12394
|
|
|
12395
12395
|
@jsii.data_type(
|
|
12396
12396
|
jsii_type="aws-cdk-lib.aws_pinpoint.CfnSegment.AttributeDimensionProperty",
|
|
@@ -14033,7 +14033,7 @@ class CfnSmsTemplate(
|
|
|
14033
14033
|
if __debug__:
|
|
14034
14034
|
type_hints = typing.get_type_hints(_typecheckingstub__84ff9f4a2706bc6d280232f48449544baf035de043a7edd477c36b49a770d660)
|
|
14035
14035
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14036
|
-
jsii.set(self, "body", value)
|
|
14036
|
+
jsii.set(self, "body", value) # pyright: ignore[reportArgumentType]
|
|
14037
14037
|
|
|
14038
14038
|
@builtins.property
|
|
14039
14039
|
@jsii.member(jsii_name="templateName")
|
|
@@ -14046,7 +14046,7 @@ class CfnSmsTemplate(
|
|
|
14046
14046
|
if __debug__:
|
|
14047
14047
|
type_hints = typing.get_type_hints(_typecheckingstub__68a2e9c56e1723b59d90c1859572868534e794fb2dfb13f93bee7d09edcc1a16)
|
|
14048
14048
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14049
|
-
jsii.set(self, "templateName", value)
|
|
14049
|
+
jsii.set(self, "templateName", value) # pyright: ignore[reportArgumentType]
|
|
14050
14050
|
|
|
14051
14051
|
@builtins.property
|
|
14052
14052
|
@jsii.member(jsii_name="defaultSubstitutions")
|
|
@@ -14059,7 +14059,7 @@ class CfnSmsTemplate(
|
|
|
14059
14059
|
if __debug__:
|
|
14060
14060
|
type_hints = typing.get_type_hints(_typecheckingstub__6a6ff98aa698d81509091ca1cf004f062a6bbff5ac1491a78ba87aa2bc032f69)
|
|
14061
14061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14062
|
-
jsii.set(self, "defaultSubstitutions", value)
|
|
14062
|
+
jsii.set(self, "defaultSubstitutions", value) # pyright: ignore[reportArgumentType]
|
|
14063
14063
|
|
|
14064
14064
|
@builtins.property
|
|
14065
14065
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -14072,7 +14072,7 @@ class CfnSmsTemplate(
|
|
|
14072
14072
|
if __debug__:
|
|
14073
14073
|
type_hints = typing.get_type_hints(_typecheckingstub__10b1b81307b1076556a881c595d43cb014a04a4bd2d3218f10021904adb69043)
|
|
14074
14074
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14075
|
-
jsii.set(self, "tagsRaw", value)
|
|
14075
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
14076
14076
|
|
|
14077
14077
|
@builtins.property
|
|
14078
14078
|
@jsii.member(jsii_name="templateDescription")
|
|
@@ -14085,7 +14085,7 @@ class CfnSmsTemplate(
|
|
|
14085
14085
|
if __debug__:
|
|
14086
14086
|
type_hints = typing.get_type_hints(_typecheckingstub__bbd3fa157e9a3304bccf83ba2950a06e1182c1194aca31c385f8914954dcfd3d)
|
|
14087
14087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14088
|
-
jsii.set(self, "templateDescription", value)
|
|
14088
|
+
jsii.set(self, "templateDescription", value) # pyright: ignore[reportArgumentType]
|
|
14089
14089
|
|
|
14090
14090
|
|
|
14091
14091
|
@jsii.data_type(
|
|
@@ -14330,7 +14330,7 @@ class CfnVoiceChannel(
|
|
|
14330
14330
|
if __debug__:
|
|
14331
14331
|
type_hints = typing.get_type_hints(_typecheckingstub__d66b91fe903bebc80d5aa290f53e57858be37231f0b2b67a3792364acd72e44a)
|
|
14332
14332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14333
|
-
jsii.set(self, "applicationId", value)
|
|
14333
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
14334
14334
|
|
|
14335
14335
|
@builtins.property
|
|
14336
14336
|
@jsii.member(jsii_name="enabled")
|
|
@@ -14348,7 +14348,7 @@ class CfnVoiceChannel(
|
|
|
14348
14348
|
if __debug__:
|
|
14349
14349
|
type_hints = typing.get_type_hints(_typecheckingstub__55f9072e4ea10db6545a901f75a87f0db23d51ed4c12907c8203b488bc5d23b8)
|
|
14350
14350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14351
|
-
jsii.set(self, "enabled", value)
|
|
14351
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
14352
14352
|
|
|
14353
14353
|
|
|
14354
14354
|
@jsii.data_type(
|