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_shield/__init__.py
CHANGED
|
@@ -179,7 +179,7 @@ class CfnDRTAccess(
|
|
|
179
179
|
if __debug__:
|
|
180
180
|
type_hints = typing.get_type_hints(_typecheckingstub__da38bba1d6994ae07694944aa4916a03f58a2c9485676c9085e1c314c3f2aa57)
|
|
181
181
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
182
|
-
jsii.set(self, "roleArn", value)
|
|
182
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
183
183
|
|
|
184
184
|
@builtins.property
|
|
185
185
|
@jsii.member(jsii_name="logBucketList")
|
|
@@ -195,7 +195,7 @@ class CfnDRTAccess(
|
|
|
195
195
|
if __debug__:
|
|
196
196
|
type_hints = typing.get_type_hints(_typecheckingstub__4c94abc39b038180b7b7b34ef27ad16e99c54c8cd1ff7e04fd4e4882047910e1)
|
|
197
197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
198
|
-
jsii.set(self, "logBucketList", value)
|
|
198
|
+
jsii.set(self, "logBucketList", value) # pyright: ignore[reportArgumentType]
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
@jsii.data_type(
|
|
@@ -419,7 +419,7 @@ class CfnProactiveEngagement(
|
|
|
419
419
|
if __debug__:
|
|
420
420
|
type_hints = typing.get_type_hints(_typecheckingstub__124fcf35e2a271c8af4d75b0cf5014b8ad1239720905927de40e52915ba3e15c)
|
|
421
421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
422
|
-
jsii.set(self, "emergencyContactList", value)
|
|
422
|
+
jsii.set(self, "emergencyContactList", value) # pyright: ignore[reportArgumentType]
|
|
423
423
|
|
|
424
424
|
@builtins.property
|
|
425
425
|
@jsii.member(jsii_name="proactiveEngagementStatus")
|
|
@@ -432,7 +432,7 @@ class CfnProactiveEngagement(
|
|
|
432
432
|
if __debug__:
|
|
433
433
|
type_hints = typing.get_type_hints(_typecheckingstub__5b037bb753d3225b693b8d381833edd00f55da5f9159d4af431e1e597b718015)
|
|
434
434
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
435
|
-
jsii.set(self, "proactiveEngagementStatus", value)
|
|
435
|
+
jsii.set(self, "proactiveEngagementStatus", value) # pyright: ignore[reportArgumentType]
|
|
436
436
|
|
|
437
437
|
@jsii.data_type(
|
|
438
438
|
jsii_type="aws-cdk-lib.aws_shield.CfnProactiveEngagement.EmergencyContactProperty",
|
|
@@ -793,7 +793,7 @@ class CfnProtection(
|
|
|
793
793
|
if __debug__:
|
|
794
794
|
type_hints = typing.get_type_hints(_typecheckingstub__f664fe46f1fe6ac65c7f4d1ffc5b08a87c78645927fdd0533b7477ee11e1f0e3)
|
|
795
795
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
796
|
-
jsii.set(self, "name", value)
|
|
796
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
797
797
|
|
|
798
798
|
@builtins.property
|
|
799
799
|
@jsii.member(jsii_name="resourceArn")
|
|
@@ -806,7 +806,7 @@ class CfnProtection(
|
|
|
806
806
|
if __debug__:
|
|
807
807
|
type_hints = typing.get_type_hints(_typecheckingstub__c90c79a0e936546060dcc8c586dd2be6cd6ff32840ad1e49333ef28864e5dfa0)
|
|
808
808
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
809
|
-
jsii.set(self, "resourceArn", value)
|
|
809
|
+
jsii.set(self, "resourceArn", value) # pyright: ignore[reportArgumentType]
|
|
810
810
|
|
|
811
811
|
@builtins.property
|
|
812
812
|
@jsii.member(jsii_name="applicationLayerAutomaticResponseConfiguration")
|
|
@@ -824,7 +824,7 @@ class CfnProtection(
|
|
|
824
824
|
if __debug__:
|
|
825
825
|
type_hints = typing.get_type_hints(_typecheckingstub__145ac68c42ad419925aa32644eea217eb08e6ce73993b51c7af4167aab4e13de)
|
|
826
826
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
827
|
-
jsii.set(self, "applicationLayerAutomaticResponseConfiguration", value)
|
|
827
|
+
jsii.set(self, "applicationLayerAutomaticResponseConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
828
828
|
|
|
829
829
|
@builtins.property
|
|
830
830
|
@jsii.member(jsii_name="healthCheckArns")
|
|
@@ -840,7 +840,7 @@ class CfnProtection(
|
|
|
840
840
|
if __debug__:
|
|
841
841
|
type_hints = typing.get_type_hints(_typecheckingstub__d98b040afae8b4f4d573af557d97a93bdf3dde17bbb8d705e4c6c0d0acc940aa)
|
|
842
842
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
843
|
-
jsii.set(self, "healthCheckArns", value)
|
|
843
|
+
jsii.set(self, "healthCheckArns", value) # pyright: ignore[reportArgumentType]
|
|
844
844
|
|
|
845
845
|
@builtins.property
|
|
846
846
|
@jsii.member(jsii_name="tags")
|
|
@@ -853,7 +853,7 @@ class CfnProtection(
|
|
|
853
853
|
if __debug__:
|
|
854
854
|
type_hints = typing.get_type_hints(_typecheckingstub__4cd697bbebfdef8296c6fa9e920e70bb9a5ed569b251c351c36b4e3edbdd61e0)
|
|
855
855
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
856
|
-
jsii.set(self, "tags", value)
|
|
856
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
857
857
|
|
|
858
858
|
@jsii.data_type(
|
|
859
859
|
jsii_type="aws-cdk-lib.aws_shield.CfnProtection.ActionProperty",
|
|
@@ -1163,7 +1163,7 @@ class CfnProtectionGroup(
|
|
|
1163
1163
|
if __debug__:
|
|
1164
1164
|
type_hints = typing.get_type_hints(_typecheckingstub__5ab253e64e58318d6cd6e12bbf34c34aa957e343239b65290d697b1c872f243d)
|
|
1165
1165
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1166
|
-
jsii.set(self, "aggregation", value)
|
|
1166
|
+
jsii.set(self, "aggregation", value) # pyright: ignore[reportArgumentType]
|
|
1167
1167
|
|
|
1168
1168
|
@builtins.property
|
|
1169
1169
|
@jsii.member(jsii_name="pattern")
|
|
@@ -1176,7 +1176,7 @@ class CfnProtectionGroup(
|
|
|
1176
1176
|
if __debug__:
|
|
1177
1177
|
type_hints = typing.get_type_hints(_typecheckingstub__dd66def3c643e8068586fab8310be7a0bde4339a08f8f4c532ec845fe6c0181b)
|
|
1178
1178
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1179
|
-
jsii.set(self, "pattern", value)
|
|
1179
|
+
jsii.set(self, "pattern", value) # pyright: ignore[reportArgumentType]
|
|
1180
1180
|
|
|
1181
1181
|
@builtins.property
|
|
1182
1182
|
@jsii.member(jsii_name="protectionGroupId")
|
|
@@ -1189,7 +1189,7 @@ class CfnProtectionGroup(
|
|
|
1189
1189
|
if __debug__:
|
|
1190
1190
|
type_hints = typing.get_type_hints(_typecheckingstub__843e37c61fb3edb2d8ae7c8a0c0a7ecfebcef61fe1f6b6bb7543d2d47a7b82c9)
|
|
1191
1191
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1192
|
-
jsii.set(self, "protectionGroupId", value)
|
|
1192
|
+
jsii.set(self, "protectionGroupId", value) # pyright: ignore[reportArgumentType]
|
|
1193
1193
|
|
|
1194
1194
|
@builtins.property
|
|
1195
1195
|
@jsii.member(jsii_name="members")
|
|
@@ -1202,7 +1202,7 @@ class CfnProtectionGroup(
|
|
|
1202
1202
|
if __debug__:
|
|
1203
1203
|
type_hints = typing.get_type_hints(_typecheckingstub__c886ab822198804e227db899eaedff6f661d9a7e4eab802450270e17742b7115)
|
|
1204
1204
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1205
|
-
jsii.set(self, "members", value)
|
|
1205
|
+
jsii.set(self, "members", value) # pyright: ignore[reportArgumentType]
|
|
1206
1206
|
|
|
1207
1207
|
@builtins.property
|
|
1208
1208
|
@jsii.member(jsii_name="resourceType")
|
|
@@ -1215,7 +1215,7 @@ class CfnProtectionGroup(
|
|
|
1215
1215
|
if __debug__:
|
|
1216
1216
|
type_hints = typing.get_type_hints(_typecheckingstub__6e3d5c3c763d27892562b1771a153762a3d34df5cb316c0538590da13f506b36)
|
|
1217
1217
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1218
|
-
jsii.set(self, "resourceType", value)
|
|
1218
|
+
jsii.set(self, "resourceType", value) # pyright: ignore[reportArgumentType]
|
|
1219
1219
|
|
|
1220
1220
|
@builtins.property
|
|
1221
1221
|
@jsii.member(jsii_name="tags")
|
|
@@ -1228,7 +1228,7 @@ class CfnProtectionGroup(
|
|
|
1228
1228
|
if __debug__:
|
|
1229
1229
|
type_hints = typing.get_type_hints(_typecheckingstub__70ea7c7493bdebcbd30035fe4d1550d14d6af25225d32845d78baca96ef59493)
|
|
1230
1230
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1231
|
-
jsii.set(self, "tags", value)
|
|
1231
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1232
1232
|
|
|
1233
1233
|
|
|
1234
1234
|
@jsii.data_type(
|
aws_cdk/aws_signer/__init__.py
CHANGED
|
@@ -181,7 +181,7 @@ class CfnProfilePermission(
|
|
|
181
181
|
if __debug__:
|
|
182
182
|
type_hints = typing.get_type_hints(_typecheckingstub__9b8c32d87b73fa4fb5094ae3e46175df93629f45d64c0d2b3130d5471eca086e)
|
|
183
183
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
184
|
-
jsii.set(self, "action", value)
|
|
184
|
+
jsii.set(self, "action", value) # pyright: ignore[reportArgumentType]
|
|
185
185
|
|
|
186
186
|
@builtins.property
|
|
187
187
|
@jsii.member(jsii_name="principal")
|
|
@@ -194,7 +194,7 @@ class CfnProfilePermission(
|
|
|
194
194
|
if __debug__:
|
|
195
195
|
type_hints = typing.get_type_hints(_typecheckingstub__37b3db8c74061df8a65eeda431f6a41091db1cf687f78d71f79a9441f95b0644)
|
|
196
196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "principal", value)
|
|
197
|
+
jsii.set(self, "principal", value) # pyright: ignore[reportArgumentType]
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
@jsii.member(jsii_name="profileName")
|
|
@@ -207,7 +207,7 @@ class CfnProfilePermission(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__0284177166884a4428819ca021ca73daecd877943a7bf90e79aec6e00f5ad07a)
|
|
209
209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
210
|
-
jsii.set(self, "profileName", value)
|
|
210
|
+
jsii.set(self, "profileName", value) # pyright: ignore[reportArgumentType]
|
|
211
211
|
|
|
212
212
|
@builtins.property
|
|
213
213
|
@jsii.member(jsii_name="statementId")
|
|
@@ -220,7 +220,7 @@ class CfnProfilePermission(
|
|
|
220
220
|
if __debug__:
|
|
221
221
|
type_hints = typing.get_type_hints(_typecheckingstub__9e8ca5148f26e102d75c04bb95550132d3a29824e2932a98f9f87725df3962fc)
|
|
222
222
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
223
|
-
jsii.set(self, "statementId", value)
|
|
223
|
+
jsii.set(self, "statementId", value) # pyright: ignore[reportArgumentType]
|
|
224
224
|
|
|
225
225
|
@builtins.property
|
|
226
226
|
@jsii.member(jsii_name="profileVersion")
|
|
@@ -233,7 +233,7 @@ class CfnProfilePermission(
|
|
|
233
233
|
if __debug__:
|
|
234
234
|
type_hints = typing.get_type_hints(_typecheckingstub__80bd95afa9c654fc5d026db2cad497a96dc240f466154896c0c5c3cc15b54bdd)
|
|
235
235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
236
|
-
jsii.set(self, "profileVersion", value)
|
|
236
|
+
jsii.set(self, "profileVersion", value) # pyright: ignore[reportArgumentType]
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
@jsii.data_type(
|
|
@@ -518,7 +518,7 @@ class CfnSigningProfile(
|
|
|
518
518
|
if __debug__:
|
|
519
519
|
type_hints = typing.get_type_hints(_typecheckingstub__fe4af9baf88789da4f861a18d37152a49a2947c30e555d2e1fff8d9d3f3d5f1a)
|
|
520
520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
521
|
-
jsii.set(self, "platformId", value)
|
|
521
|
+
jsii.set(self, "platformId", value) # pyright: ignore[reportArgumentType]
|
|
522
522
|
|
|
523
523
|
@builtins.property
|
|
524
524
|
@jsii.member(jsii_name="profileName")
|
|
@@ -531,7 +531,7 @@ class CfnSigningProfile(
|
|
|
531
531
|
if __debug__:
|
|
532
532
|
type_hints = typing.get_type_hints(_typecheckingstub__2972dbaf65147ccdb4e647ac0428126af6fbc8681dd95b936d84537b98769a3e)
|
|
533
533
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
534
|
-
jsii.set(self, "profileName", value)
|
|
534
|
+
jsii.set(self, "profileName", value) # pyright: ignore[reportArgumentType]
|
|
535
535
|
|
|
536
536
|
@builtins.property
|
|
537
537
|
@jsii.member(jsii_name="signatureValidityPeriod")
|
|
@@ -549,7 +549,7 @@ class CfnSigningProfile(
|
|
|
549
549
|
if __debug__:
|
|
550
550
|
type_hints = typing.get_type_hints(_typecheckingstub__d3142352951a0c8c38151f31fb1da21f644b00a82a7383e211cfa3feb49aaea8)
|
|
551
551
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
552
|
-
jsii.set(self, "signatureValidityPeriod", value)
|
|
552
|
+
jsii.set(self, "signatureValidityPeriod", value) # pyright: ignore[reportArgumentType]
|
|
553
553
|
|
|
554
554
|
@builtins.property
|
|
555
555
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -562,7 +562,7 @@ class CfnSigningProfile(
|
|
|
562
562
|
if __debug__:
|
|
563
563
|
type_hints = typing.get_type_hints(_typecheckingstub__580ec6652b4c39cad7404de2ec2116ee0ba26fab741371a13d0201ad7c60ad0c)
|
|
564
564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
565
|
-
jsii.set(self, "tagsRaw", value)
|
|
565
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
566
566
|
|
|
567
567
|
@jsii.data_type(
|
|
568
568
|
jsii_type="aws-cdk-lib.aws_signer.CfnSigningProfile.SignatureValidityPeriodProperty",
|
|
@@ -179,7 +179,7 @@ class CfnSimulation(
|
|
|
179
179
|
if __debug__:
|
|
180
180
|
type_hints = typing.get_type_hints(_typecheckingstub__cee178cc692dbe490816570d9a4e2e7a1337df4dada160c359d1e63f9610a019)
|
|
181
181
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
182
|
-
jsii.set(self, "name", value)
|
|
182
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
183
183
|
|
|
184
184
|
@builtins.property
|
|
185
185
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -192,7 +192,7 @@ class CfnSimulation(
|
|
|
192
192
|
if __debug__:
|
|
193
193
|
type_hints = typing.get_type_hints(_typecheckingstub__8cf80826f07ceb33872e230ca4db5787964200674ba7f1acac6b09dd5c724ba1)
|
|
194
194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
195
|
-
jsii.set(self, "roleArn", value)
|
|
195
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
196
196
|
|
|
197
197
|
@builtins.property
|
|
198
198
|
@jsii.member(jsii_name="maximumDuration")
|
|
@@ -205,7 +205,7 @@ class CfnSimulation(
|
|
|
205
205
|
if __debug__:
|
|
206
206
|
type_hints = typing.get_type_hints(_typecheckingstub__a94aed77c22b4214ad09ce3c32e695147377205b63da1699fb7e1e3b97467dc9)
|
|
207
207
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
208
|
-
jsii.set(self, "maximumDuration", value)
|
|
208
|
+
jsii.set(self, "maximumDuration", value) # pyright: ignore[reportArgumentType]
|
|
209
209
|
|
|
210
210
|
@builtins.property
|
|
211
211
|
@jsii.member(jsii_name="schemaS3Location")
|
|
@@ -223,7 +223,7 @@ class CfnSimulation(
|
|
|
223
223
|
if __debug__:
|
|
224
224
|
type_hints = typing.get_type_hints(_typecheckingstub__19e5b9acd452852f4eb9cb770f11aaf43e111ff00ccb82a5824b65ae6869ef67)
|
|
225
225
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
226
|
-
jsii.set(self, "schemaS3Location", value)
|
|
226
|
+
jsii.set(self, "schemaS3Location", value) # pyright: ignore[reportArgumentType]
|
|
227
227
|
|
|
228
228
|
@builtins.property
|
|
229
229
|
@jsii.member(jsii_name="snapshotS3Location")
|
|
@@ -241,7 +241,7 @@ class CfnSimulation(
|
|
|
241
241
|
if __debug__:
|
|
242
242
|
type_hints = typing.get_type_hints(_typecheckingstub__eae2ce65a01ef04b46cbcb9953c071289e4b3d8a6e8631a73da64120010bc9c2)
|
|
243
243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
244
|
-
jsii.set(self, "snapshotS3Location", value)
|
|
244
|
+
jsii.set(self, "snapshotS3Location", value) # pyright: ignore[reportArgumentType]
|
|
245
245
|
|
|
246
246
|
@jsii.data_type(
|
|
247
247
|
jsii_type="aws-cdk-lib.aws_simspaceweaver.CfnSimulation.S3LocationProperty",
|
aws_cdk/aws_sns/__init__.py
CHANGED
|
@@ -632,7 +632,7 @@ class CfnSubscription(
|
|
|
632
632
|
if __debug__:
|
|
633
633
|
type_hints = typing.get_type_hints(_typecheckingstub__b7edc75a221f1678a2af2a8200b26975f38bc8f1f405e735dbdeff306d6b51f8)
|
|
634
634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
635
|
-
jsii.set(self, "protocol", value)
|
|
635
|
+
jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
|
|
636
636
|
|
|
637
637
|
@builtins.property
|
|
638
638
|
@jsii.member(jsii_name="topicArn")
|
|
@@ -645,7 +645,7 @@ class CfnSubscription(
|
|
|
645
645
|
if __debug__:
|
|
646
646
|
type_hints = typing.get_type_hints(_typecheckingstub__695665f02c816a5f5b8823c7113d6f83dc37a450f1e44a469efc6b646a042042)
|
|
647
647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
648
|
-
jsii.set(self, "topicArn", value)
|
|
648
|
+
jsii.set(self, "topicArn", value) # pyright: ignore[reportArgumentType]
|
|
649
649
|
|
|
650
650
|
@builtins.property
|
|
651
651
|
@jsii.member(jsii_name="deliveryPolicy")
|
|
@@ -658,7 +658,7 @@ class CfnSubscription(
|
|
|
658
658
|
if __debug__:
|
|
659
659
|
type_hints = typing.get_type_hints(_typecheckingstub__363ef69700500450c12f41b43c0226475a42d465d0e2c1eb2c6a62103297a77d)
|
|
660
660
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
661
|
-
jsii.set(self, "deliveryPolicy", value)
|
|
661
|
+
jsii.set(self, "deliveryPolicy", value) # pyright: ignore[reportArgumentType]
|
|
662
662
|
|
|
663
663
|
@builtins.property
|
|
664
664
|
@jsii.member(jsii_name="endpoint")
|
|
@@ -671,7 +671,7 @@ class CfnSubscription(
|
|
|
671
671
|
if __debug__:
|
|
672
672
|
type_hints = typing.get_type_hints(_typecheckingstub__51bd5ec550058313034fb332f79c3420c0ab46be8aaa0abb6b7489748ace3b8f)
|
|
673
673
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
674
|
-
jsii.set(self, "endpoint", value)
|
|
674
|
+
jsii.set(self, "endpoint", value) # pyright: ignore[reportArgumentType]
|
|
675
675
|
|
|
676
676
|
@builtins.property
|
|
677
677
|
@jsii.member(jsii_name="filterPolicy")
|
|
@@ -684,7 +684,7 @@ class CfnSubscription(
|
|
|
684
684
|
if __debug__:
|
|
685
685
|
type_hints = typing.get_type_hints(_typecheckingstub__9e0ead2904ccf72657e766b50c2aef479b86c25ba314b73f122eedee3bf8f859)
|
|
686
686
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
687
|
-
jsii.set(self, "filterPolicy", value)
|
|
687
|
+
jsii.set(self, "filterPolicy", value) # pyright: ignore[reportArgumentType]
|
|
688
688
|
|
|
689
689
|
@builtins.property
|
|
690
690
|
@jsii.member(jsii_name="filterPolicyScope")
|
|
@@ -697,7 +697,7 @@ class CfnSubscription(
|
|
|
697
697
|
if __debug__:
|
|
698
698
|
type_hints = typing.get_type_hints(_typecheckingstub__e8b99524984cf1e668a25b6f6425da23c5d12b2d696637bdc50a8fdab3282ac6)
|
|
699
699
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
700
|
-
jsii.set(self, "filterPolicyScope", value)
|
|
700
|
+
jsii.set(self, "filterPolicyScope", value) # pyright: ignore[reportArgumentType]
|
|
701
701
|
|
|
702
702
|
@builtins.property
|
|
703
703
|
@jsii.member(jsii_name="rawMessageDelivery")
|
|
@@ -715,7 +715,7 @@ class CfnSubscription(
|
|
|
715
715
|
if __debug__:
|
|
716
716
|
type_hints = typing.get_type_hints(_typecheckingstub__b31b31d2e697eb675dfd0da4695e87324259ab34307bec1a543ab628d2d371d0)
|
|
717
717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
718
|
-
jsii.set(self, "rawMessageDelivery", value)
|
|
718
|
+
jsii.set(self, "rawMessageDelivery", value) # pyright: ignore[reportArgumentType]
|
|
719
719
|
|
|
720
720
|
@builtins.property
|
|
721
721
|
@jsii.member(jsii_name="redrivePolicy")
|
|
@@ -728,7 +728,7 @@ class CfnSubscription(
|
|
|
728
728
|
if __debug__:
|
|
729
729
|
type_hints = typing.get_type_hints(_typecheckingstub__5fbcc2d22ef7dec8cd3d31ce95fa8e065175f8957313872e3b1a02015210c603)
|
|
730
730
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
731
|
-
jsii.set(self, "redrivePolicy", value)
|
|
731
|
+
jsii.set(self, "redrivePolicy", value) # pyright: ignore[reportArgumentType]
|
|
732
732
|
|
|
733
733
|
@builtins.property
|
|
734
734
|
@jsii.member(jsii_name="region")
|
|
@@ -741,7 +741,7 @@ class CfnSubscription(
|
|
|
741
741
|
if __debug__:
|
|
742
742
|
type_hints = typing.get_type_hints(_typecheckingstub__22cba62b05c6e7ecdf0102d83ee908ae549d02df6eb8dd5643c2c42074fdf936)
|
|
743
743
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
744
|
-
jsii.set(self, "region", value)
|
|
744
|
+
jsii.set(self, "region", value) # pyright: ignore[reportArgumentType]
|
|
745
745
|
|
|
746
746
|
@builtins.property
|
|
747
747
|
@jsii.member(jsii_name="replayPolicy")
|
|
@@ -754,7 +754,7 @@ class CfnSubscription(
|
|
|
754
754
|
if __debug__:
|
|
755
755
|
type_hints = typing.get_type_hints(_typecheckingstub__a75cc1735865b82732f90f42a2ba55634431d8bdec48d0a7752a79354f0c850d)
|
|
756
756
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
757
|
-
jsii.set(self, "replayPolicy", value)
|
|
757
|
+
jsii.set(self, "replayPolicy", value) # pyright: ignore[reportArgumentType]
|
|
758
758
|
|
|
759
759
|
@builtins.property
|
|
760
760
|
@jsii.member(jsii_name="subscriptionRoleArn")
|
|
@@ -767,7 +767,7 @@ class CfnSubscription(
|
|
|
767
767
|
if __debug__:
|
|
768
768
|
type_hints = typing.get_type_hints(_typecheckingstub__a71b3667b255126f8bc5b4059f4687fa922e718121515d78883ff30eb130ad2a)
|
|
769
769
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
770
|
-
jsii.set(self, "subscriptionRoleArn", value)
|
|
770
|
+
jsii.set(self, "subscriptionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
771
771
|
|
|
772
772
|
|
|
773
773
|
@jsii.data_type(
|
|
@@ -1208,7 +1208,7 @@ class CfnTopic(
|
|
|
1208
1208
|
if __debug__:
|
|
1209
1209
|
type_hints = typing.get_type_hints(_typecheckingstub__d4e735a5dfc67b4dafec2e9df7180dd3143cb26437dc792dcb49e9563663dd22)
|
|
1210
1210
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1211
|
-
jsii.set(self, "archivePolicy", value)
|
|
1211
|
+
jsii.set(self, "archivePolicy", value) # pyright: ignore[reportArgumentType]
|
|
1212
1212
|
|
|
1213
1213
|
@builtins.property
|
|
1214
1214
|
@jsii.member(jsii_name="contentBasedDeduplication")
|
|
@@ -1226,7 +1226,7 @@ class CfnTopic(
|
|
|
1226
1226
|
if __debug__:
|
|
1227
1227
|
type_hints = typing.get_type_hints(_typecheckingstub__61855b81d1d953ec33b8c0af7bad8099bc0ec45c2624d213b520131ecf95b724)
|
|
1228
1228
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1229
|
-
jsii.set(self, "contentBasedDeduplication", value)
|
|
1229
|
+
jsii.set(self, "contentBasedDeduplication", value) # pyright: ignore[reportArgumentType]
|
|
1230
1230
|
|
|
1231
1231
|
@builtins.property
|
|
1232
1232
|
@jsii.member(jsii_name="dataProtectionPolicy")
|
|
@@ -1239,7 +1239,7 @@ class CfnTopic(
|
|
|
1239
1239
|
if __debug__:
|
|
1240
1240
|
type_hints = typing.get_type_hints(_typecheckingstub__0fa01cdb622f9c1239adaa1d51fb0035fbf98f9f42d4c5cf2e419e59e007298b)
|
|
1241
1241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1242
|
-
jsii.set(self, "dataProtectionPolicy", value)
|
|
1242
|
+
jsii.set(self, "dataProtectionPolicy", value) # pyright: ignore[reportArgumentType]
|
|
1243
1243
|
|
|
1244
1244
|
@builtins.property
|
|
1245
1245
|
@jsii.member(jsii_name="deliveryStatusLogging")
|
|
@@ -1257,7 +1257,7 @@ class CfnTopic(
|
|
|
1257
1257
|
if __debug__:
|
|
1258
1258
|
type_hints = typing.get_type_hints(_typecheckingstub__c45e4d025e306c26000e7fa2d0ac2f744ec4393a8a4418f9a397a2f5c010e0cf)
|
|
1259
1259
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1260
|
-
jsii.set(self, "deliveryStatusLogging", value)
|
|
1260
|
+
jsii.set(self, "deliveryStatusLogging", value) # pyright: ignore[reportArgumentType]
|
|
1261
1261
|
|
|
1262
1262
|
@builtins.property
|
|
1263
1263
|
@jsii.member(jsii_name="displayName")
|
|
@@ -1270,7 +1270,7 @@ class CfnTopic(
|
|
|
1270
1270
|
if __debug__:
|
|
1271
1271
|
type_hints = typing.get_type_hints(_typecheckingstub__7e672f7b6cfea2a409a715963f8ef1b01848153bb4867f8ad868e0bcb32a4fe4)
|
|
1272
1272
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1273
|
-
jsii.set(self, "displayName", value)
|
|
1273
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
1274
1274
|
|
|
1275
1275
|
@builtins.property
|
|
1276
1276
|
@jsii.member(jsii_name="fifoTopic")
|
|
@@ -1288,7 +1288,7 @@ class CfnTopic(
|
|
|
1288
1288
|
if __debug__:
|
|
1289
1289
|
type_hints = typing.get_type_hints(_typecheckingstub__2a91ed56c1865e9ea5cd3d8d5ffef0aab07b45ce41c2580607fd141166a194ea)
|
|
1290
1290
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1291
|
-
jsii.set(self, "fifoTopic", value)
|
|
1291
|
+
jsii.set(self, "fifoTopic", value) # pyright: ignore[reportArgumentType]
|
|
1292
1292
|
|
|
1293
1293
|
@builtins.property
|
|
1294
1294
|
@jsii.member(jsii_name="kmsMasterKeyId")
|
|
@@ -1301,7 +1301,7 @@ class CfnTopic(
|
|
|
1301
1301
|
if __debug__:
|
|
1302
1302
|
type_hints = typing.get_type_hints(_typecheckingstub__d940f36146ec2822d49a51165f9625c406a6b8add68591ddb68de7681318435b)
|
|
1303
1303
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1304
|
-
jsii.set(self, "kmsMasterKeyId", value)
|
|
1304
|
+
jsii.set(self, "kmsMasterKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1305
1305
|
|
|
1306
1306
|
@builtins.property
|
|
1307
1307
|
@jsii.member(jsii_name="signatureVersion")
|
|
@@ -1314,7 +1314,7 @@ class CfnTopic(
|
|
|
1314
1314
|
if __debug__:
|
|
1315
1315
|
type_hints = typing.get_type_hints(_typecheckingstub__48790d8e0040c4fbaea7344de60c0f7d90bd512df53025055db78e6b9bac4a4e)
|
|
1316
1316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1317
|
-
jsii.set(self, "signatureVersion", value)
|
|
1317
|
+
jsii.set(self, "signatureVersion", value) # pyright: ignore[reportArgumentType]
|
|
1318
1318
|
|
|
1319
1319
|
@builtins.property
|
|
1320
1320
|
@jsii.member(jsii_name="subscription")
|
|
@@ -1332,7 +1332,7 @@ class CfnTopic(
|
|
|
1332
1332
|
if __debug__:
|
|
1333
1333
|
type_hints = typing.get_type_hints(_typecheckingstub__f416792b5d579d938563017fc236edff31ba5aeb335512720ae83552c6832e9c)
|
|
1334
1334
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1335
|
-
jsii.set(self, "subscription", value)
|
|
1335
|
+
jsii.set(self, "subscription", value) # pyright: ignore[reportArgumentType]
|
|
1336
1336
|
|
|
1337
1337
|
@builtins.property
|
|
1338
1338
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1345,7 +1345,7 @@ class CfnTopic(
|
|
|
1345
1345
|
if __debug__:
|
|
1346
1346
|
type_hints = typing.get_type_hints(_typecheckingstub__c4fc70aec71b6f6c75ff5cf5bd0ed0934ffe27fd6747714e83d2cd44e32ff452)
|
|
1347
1347
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1348
|
-
jsii.set(self, "tagsRaw", value)
|
|
1348
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1349
1349
|
|
|
1350
1350
|
@builtins.property
|
|
1351
1351
|
@jsii.member(jsii_name="topicName")
|
|
@@ -1358,7 +1358,7 @@ class CfnTopic(
|
|
|
1358
1358
|
if __debug__:
|
|
1359
1359
|
type_hints = typing.get_type_hints(_typecheckingstub__774919bb9f8040862e9d2ff7d63e5862fa36e6930f96feffa891ad451553d624)
|
|
1360
1360
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1361
|
-
jsii.set(self, "topicName", value)
|
|
1361
|
+
jsii.set(self, "topicName", value) # pyright: ignore[reportArgumentType]
|
|
1362
1362
|
|
|
1363
1363
|
@builtins.property
|
|
1364
1364
|
@jsii.member(jsii_name="tracingConfig")
|
|
@@ -1371,7 +1371,7 @@ class CfnTopic(
|
|
|
1371
1371
|
if __debug__:
|
|
1372
1372
|
type_hints = typing.get_type_hints(_typecheckingstub__cca8ae0da10f9d461cb6a1d8687e3d2ee9214548942dacdad4fbbf396119fbcc)
|
|
1373
1373
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1374
|
-
jsii.set(self, "tracingConfig", value)
|
|
1374
|
+
jsii.set(self, "tracingConfig", value) # pyright: ignore[reportArgumentType]
|
|
1375
1375
|
|
|
1376
1376
|
@jsii.data_type(
|
|
1377
1377
|
jsii_type="aws-cdk-lib.aws_sns.CfnTopic.LoggingConfigProperty",
|
|
@@ -1658,7 +1658,7 @@ class CfnTopicInlinePolicy(
|
|
|
1658
1658
|
if __debug__:
|
|
1659
1659
|
type_hints = typing.get_type_hints(_typecheckingstub__8275626d8b21f671694dcee09744c4e6b75f065ed837225bf415305c04b7b7ed)
|
|
1660
1660
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1661
|
-
jsii.set(self, "policyDocument", value)
|
|
1661
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
1662
1662
|
|
|
1663
1663
|
@builtins.property
|
|
1664
1664
|
@jsii.member(jsii_name="topicArn")
|
|
@@ -1671,7 +1671,7 @@ class CfnTopicInlinePolicy(
|
|
|
1671
1671
|
if __debug__:
|
|
1672
1672
|
type_hints = typing.get_type_hints(_typecheckingstub__a7fb2268d3e7860e0e1aef3261e22ab7f2e0f8f6a170f6dc068791cef3502c7d)
|
|
1673
1673
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1674
|
-
jsii.set(self, "topicArn", value)
|
|
1674
|
+
jsii.set(self, "topicArn", value) # pyright: ignore[reportArgumentType]
|
|
1675
1675
|
|
|
1676
1676
|
|
|
1677
1677
|
@jsii.data_type(
|
|
@@ -1848,7 +1848,7 @@ class CfnTopicPolicy(
|
|
|
1848
1848
|
if __debug__:
|
|
1849
1849
|
type_hints = typing.get_type_hints(_typecheckingstub__6d6879a3cebc5ad4daeee6ede4d90bd5183664f6abf021b475aa5d9fc535c10c)
|
|
1850
1850
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1851
|
-
jsii.set(self, "policyDocument", value)
|
|
1851
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
1852
1852
|
|
|
1853
1853
|
@builtins.property
|
|
1854
1854
|
@jsii.member(jsii_name="topics")
|
|
@@ -1861,7 +1861,7 @@ class CfnTopicPolicy(
|
|
|
1861
1861
|
if __debug__:
|
|
1862
1862
|
type_hints = typing.get_type_hints(_typecheckingstub__4eb0294b972b7ccbe6bd3a88c438e8d519ab90fa35e136b6b4272a65abd4db0a)
|
|
1863
1863
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1864
|
-
jsii.set(self, "topics", value)
|
|
1864
|
+
jsii.set(self, "topics", value) # pyright: ignore[reportArgumentType]
|
|
1865
1865
|
|
|
1866
1866
|
|
|
1867
1867
|
@jsii.data_type(
|
|
@@ -4982,7 +4982,7 @@ class TopicBase(
|
|
|
4982
4982
|
if __debug__:
|
|
4983
4983
|
type_hints = typing.get_type_hints(_typecheckingstub__41d14f58fd3a68985cc9146f591de9ef04f0766e0e4ab580bec4fe74fde70eee)
|
|
4984
4984
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4985
|
-
jsii.set(self, "enforceSSL", value)
|
|
4985
|
+
jsii.set(self, "enforceSSL", value) # pyright: ignore[reportArgumentType]
|
|
4986
4986
|
|
|
4987
4987
|
|
|
4988
4988
|
class _TopicBaseProxy(
|