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
|
@@ -739,7 +739,7 @@ class CfnAccount(
|
|
|
739
739
|
if __debug__:
|
|
740
740
|
type_hints = typing.get_type_hints(_typecheckingstub__c44e33adc270e269d609b1c233392549a56a49e07e3459a57e1ecdb35bebeba3)
|
|
741
741
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
742
|
-
jsii.set(self, "expiryEventsConfiguration", value)
|
|
742
|
+
jsii.set(self, "expiryEventsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
743
743
|
|
|
744
744
|
@jsii.data_type(
|
|
745
745
|
jsii_type="aws-cdk-lib.aws_certificatemanager.CfnAccount.ExpiryEventsConfigurationProperty",
|
|
@@ -1015,7 +1015,7 @@ class CfnCertificate(
|
|
|
1015
1015
|
if __debug__:
|
|
1016
1016
|
type_hints = typing.get_type_hints(_typecheckingstub__1ecc9a53026b3797b0ea9be214e046e5e413153b784ae59d56029cc943cad72d)
|
|
1017
1017
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1018
|
-
jsii.set(self, "domainName", value)
|
|
1018
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
1019
1019
|
|
|
1020
1020
|
@builtins.property
|
|
1021
1021
|
@jsii.member(jsii_name="certificateAuthorityArn")
|
|
@@ -1028,7 +1028,7 @@ class CfnCertificate(
|
|
|
1028
1028
|
if __debug__:
|
|
1029
1029
|
type_hints = typing.get_type_hints(_typecheckingstub__58a46e864da863431c56823a56fc6f403857fef239765fe1b0400f623ed3493c)
|
|
1030
1030
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1031
|
-
jsii.set(self, "certificateAuthorityArn", value)
|
|
1031
|
+
jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
|
|
1032
1032
|
|
|
1033
1033
|
@builtins.property
|
|
1034
1034
|
@jsii.member(jsii_name="certificateTransparencyLoggingPreference")
|
|
@@ -1049,7 +1049,7 @@ class CfnCertificate(
|
|
|
1049
1049
|
if __debug__:
|
|
1050
1050
|
type_hints = typing.get_type_hints(_typecheckingstub__f6946e1448636db36ed5e4ce9c801fc6db4c58d0f89d88789b24f93a2628abc0)
|
|
1051
1051
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1052
|
-
jsii.set(self, "certificateTransparencyLoggingPreference", value)
|
|
1052
|
+
jsii.set(self, "certificateTransparencyLoggingPreference", value) # pyright: ignore[reportArgumentType]
|
|
1053
1053
|
|
|
1054
1054
|
@builtins.property
|
|
1055
1055
|
@jsii.member(jsii_name="domainValidationOptions")
|
|
@@ -1067,7 +1067,7 @@ class CfnCertificate(
|
|
|
1067
1067
|
if __debug__:
|
|
1068
1068
|
type_hints = typing.get_type_hints(_typecheckingstub__56d2ab51aeb5167d471668b88dc595eaa9bda575e9837a78ce2083f388a77963)
|
|
1069
1069
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1070
|
-
jsii.set(self, "domainValidationOptions", value)
|
|
1070
|
+
jsii.set(self, "domainValidationOptions", value) # pyright: ignore[reportArgumentType]
|
|
1071
1071
|
|
|
1072
1072
|
@builtins.property
|
|
1073
1073
|
@jsii.member(jsii_name="keyAlgorithm")
|
|
@@ -1080,7 +1080,7 @@ class CfnCertificate(
|
|
|
1080
1080
|
if __debug__:
|
|
1081
1081
|
type_hints = typing.get_type_hints(_typecheckingstub__7f976aa6e608ce4d5147cacebbe2f5d9a9585636c73462d403fcc81233f3bbd6)
|
|
1082
1082
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1083
|
-
jsii.set(self, "keyAlgorithm", value)
|
|
1083
|
+
jsii.set(self, "keyAlgorithm", value) # pyright: ignore[reportArgumentType]
|
|
1084
1084
|
|
|
1085
1085
|
@builtins.property
|
|
1086
1086
|
@jsii.member(jsii_name="subjectAlternativeNames")
|
|
@@ -1096,7 +1096,7 @@ class CfnCertificate(
|
|
|
1096
1096
|
if __debug__:
|
|
1097
1097
|
type_hints = typing.get_type_hints(_typecheckingstub__91f98018864a0f9c4b1051b73b5346df1e3dc533c89e840a02c7184c60f56d3a)
|
|
1098
1098
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1099
|
-
jsii.set(self, "subjectAlternativeNames", value)
|
|
1099
|
+
jsii.set(self, "subjectAlternativeNames", value) # pyright: ignore[reportArgumentType]
|
|
1100
1100
|
|
|
1101
1101
|
@builtins.property
|
|
1102
1102
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1109,7 +1109,7 @@ class CfnCertificate(
|
|
|
1109
1109
|
if __debug__:
|
|
1110
1110
|
type_hints = typing.get_type_hints(_typecheckingstub__42ebedfc2551a20aee372ba1bddbbd7ce73218848ab3d71aad89b1d372061b64)
|
|
1111
1111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1112
|
-
jsii.set(self, "tagsRaw", value)
|
|
1112
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1113
1113
|
|
|
1114
1114
|
@builtins.property
|
|
1115
1115
|
@jsii.member(jsii_name="validationMethod")
|
|
@@ -1122,7 +1122,7 @@ class CfnCertificate(
|
|
|
1122
1122
|
if __debug__:
|
|
1123
1123
|
type_hints = typing.get_type_hints(_typecheckingstub__234f3afa18fce0171662dad033e06d37b968d809b62314c6e62f4c1a4817ad7c)
|
|
1124
1124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1125
|
-
jsii.set(self, "validationMethod", value)
|
|
1125
|
+
jsii.set(self, "validationMethod", value) # pyright: ignore[reportArgumentType]
|
|
1126
1126
|
|
|
1127
1127
|
@jsii.data_type(
|
|
1128
1128
|
jsii_type="aws-cdk-lib.aws_certificatemanager.CfnCertificate.DomainValidationOptionProperty",
|
aws_cdk/aws_chatbot/__init__.py
CHANGED
|
@@ -268,7 +268,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
268
268
|
if __debug__:
|
|
269
269
|
type_hints = typing.get_type_hints(_typecheckingstub__853492827ec4d32419905b108885cd7dfb3bfcc97356414d7093f3ffde1cc102)
|
|
270
270
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
271
|
-
jsii.set(self, "configurationName", value)
|
|
271
|
+
jsii.set(self, "configurationName", value) # pyright: ignore[reportArgumentType]
|
|
272
272
|
|
|
273
273
|
@builtins.property
|
|
274
274
|
@jsii.member(jsii_name="iamRoleArn")
|
|
@@ -281,7 +281,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
281
281
|
if __debug__:
|
|
282
282
|
type_hints = typing.get_type_hints(_typecheckingstub__987e0ecb599ccda416801ac47ffed7c93c70f9b18e123c0844428e72e3358835)
|
|
283
283
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
284
|
-
jsii.set(self, "iamRoleArn", value)
|
|
284
|
+
jsii.set(self, "iamRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
285
285
|
|
|
286
286
|
@builtins.property
|
|
287
287
|
@jsii.member(jsii_name="teamId")
|
|
@@ -294,7 +294,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
294
294
|
if __debug__:
|
|
295
295
|
type_hints = typing.get_type_hints(_typecheckingstub__131496f4a9a76e788b24fe2d55a1ad079352bde04c2a3f0bfef8a70ac84c1005)
|
|
296
296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
297
|
-
jsii.set(self, "teamId", value)
|
|
297
|
+
jsii.set(self, "teamId", value) # pyright: ignore[reportArgumentType]
|
|
298
298
|
|
|
299
299
|
@builtins.property
|
|
300
300
|
@jsii.member(jsii_name="teamsChannelId")
|
|
@@ -307,7 +307,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
307
307
|
if __debug__:
|
|
308
308
|
type_hints = typing.get_type_hints(_typecheckingstub__d6145a2070eac7c951e39d32cc30d829704d9e69208b996decf844ab814b7565)
|
|
309
309
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
310
|
-
jsii.set(self, "teamsChannelId", value)
|
|
310
|
+
jsii.set(self, "teamsChannelId", value) # pyright: ignore[reportArgumentType]
|
|
311
311
|
|
|
312
312
|
@builtins.property
|
|
313
313
|
@jsii.member(jsii_name="teamsTenantId")
|
|
@@ -320,7 +320,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
320
320
|
if __debug__:
|
|
321
321
|
type_hints = typing.get_type_hints(_typecheckingstub__150448116265d03ce90265c34fc82985640b935241cdd8bab0f49cc5e0fe172f)
|
|
322
322
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
323
|
-
jsii.set(self, "teamsTenantId", value)
|
|
323
|
+
jsii.set(self, "teamsTenantId", value) # pyright: ignore[reportArgumentType]
|
|
324
324
|
|
|
325
325
|
@builtins.property
|
|
326
326
|
@jsii.member(jsii_name="guardrailPolicies")
|
|
@@ -336,7 +336,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
336
336
|
if __debug__:
|
|
337
337
|
type_hints = typing.get_type_hints(_typecheckingstub__8a369a2e8b97e0da168bc82e338319cde3d1784e8fcc291e9f4bf92f07c0bcea)
|
|
338
338
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
339
|
-
jsii.set(self, "guardrailPolicies", value)
|
|
339
|
+
jsii.set(self, "guardrailPolicies", value) # pyright: ignore[reportArgumentType]
|
|
340
340
|
|
|
341
341
|
@builtins.property
|
|
342
342
|
@jsii.member(jsii_name="loggingLevel")
|
|
@@ -352,7 +352,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
352
352
|
if __debug__:
|
|
353
353
|
type_hints = typing.get_type_hints(_typecheckingstub__b3e63597aa6fc4d21805a68bc3ce43b4f04ccce5b12da474578d12919e547287)
|
|
354
354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
355
|
-
jsii.set(self, "loggingLevel", value)
|
|
355
|
+
jsii.set(self, "loggingLevel", value) # pyright: ignore[reportArgumentType]
|
|
356
356
|
|
|
357
357
|
@builtins.property
|
|
358
358
|
@jsii.member(jsii_name="snsTopicArns")
|
|
@@ -365,7 +365,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
365
365
|
if __debug__:
|
|
366
366
|
type_hints = typing.get_type_hints(_typecheckingstub__d06bfa455d3724be650436a618deed393ddc0dbcd35406db1f888de73d2babe7)
|
|
367
367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
368
|
-
jsii.set(self, "snsTopicArns", value)
|
|
368
|
+
jsii.set(self, "snsTopicArns", value) # pyright: ignore[reportArgumentType]
|
|
369
369
|
|
|
370
370
|
@builtins.property
|
|
371
371
|
@jsii.member(jsii_name="tags")
|
|
@@ -378,7 +378,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
378
378
|
if __debug__:
|
|
379
379
|
type_hints = typing.get_type_hints(_typecheckingstub__85a622952d9fea475beb11aa3753f5147c076bc04254dc91a4dbc14ee94b8b42)
|
|
380
380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
381
|
-
jsii.set(self, "tags", value)
|
|
381
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
382
382
|
|
|
383
383
|
@builtins.property
|
|
384
384
|
@jsii.member(jsii_name="userRoleRequired")
|
|
@@ -396,7 +396,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
|
|
|
396
396
|
if __debug__:
|
|
397
397
|
type_hints = typing.get_type_hints(_typecheckingstub__0a5171a48ffb0d6c3dc8bec2e5eb8774e5e34370819690e508928a264f6e7eda)
|
|
398
398
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
399
|
-
jsii.set(self, "userRoleRequired", value)
|
|
399
|
+
jsii.set(self, "userRoleRequired", value) # pyright: ignore[reportArgumentType]
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
@jsii.data_type(
|
|
@@ -683,7 +683,7 @@ class CfnSlackChannelConfiguration(
|
|
|
683
683
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
684
684
|
:param configuration_name: The name of the configuration.
|
|
685
685
|
:param iam_role_arn: The ARN of the IAM role that defines the permissions for AWS Chatbot . This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see `IAM Policies for AWS Chatbot <https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html>`_ .
|
|
686
|
-
:param slack_channel_id: The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the
|
|
686
|
+
:param slack_channel_id: The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the character string at the end of the URL. For example, ``ABCBBLZZZ`` .
|
|
687
687
|
:param slack_workspace_id: The ID of the Slack workspace authorized with AWS Chatbot . To get the workspace ID, you must perform the initial authorization flow with Slack in the AWS Chatbot console. Then you can copy and paste the workspace ID from the console. For more details, see steps 1-4 in `Setting Up AWS Chatbot with Slack <https://docs.aws.amazon.com/chatbot/latest/adminguide/setting-up.html#Setup_intro>`_ in the *AWS Chatbot User Guide* .
|
|
688
688
|
:param guardrail_policies: The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied as a default if this is not set.
|
|
689
689
|
:param logging_level: Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs. Logging levels include ``ERROR`` , ``INFO`` , or ``NONE`` . Default: - "NONE"
|
|
@@ -770,7 +770,7 @@ class CfnSlackChannelConfiguration(
|
|
|
770
770
|
if __debug__:
|
|
771
771
|
type_hints = typing.get_type_hints(_typecheckingstub__030a2b3ae9dec64c22063a44869eaa3d17e7c59f6584f8f1f0799b11e5230f0b)
|
|
772
772
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
773
|
-
jsii.set(self, "configurationName", value)
|
|
773
|
+
jsii.set(self, "configurationName", value) # pyright: ignore[reportArgumentType]
|
|
774
774
|
|
|
775
775
|
@builtins.property
|
|
776
776
|
@jsii.member(jsii_name="iamRoleArn")
|
|
@@ -783,7 +783,7 @@ class CfnSlackChannelConfiguration(
|
|
|
783
783
|
if __debug__:
|
|
784
784
|
type_hints = typing.get_type_hints(_typecheckingstub__d0d6b746086db3f0eee87f2bf185747639960cd160b132fc103d742a505cff83)
|
|
785
785
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
786
|
-
jsii.set(self, "iamRoleArn", value)
|
|
786
|
+
jsii.set(self, "iamRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
787
787
|
|
|
788
788
|
@builtins.property
|
|
789
789
|
@jsii.member(jsii_name="slackChannelId")
|
|
@@ -796,7 +796,7 @@ class CfnSlackChannelConfiguration(
|
|
|
796
796
|
if __debug__:
|
|
797
797
|
type_hints = typing.get_type_hints(_typecheckingstub__947633a80a86abcda2924b84b36a3f15557a2db21530c5d6bbce145d2de2baa2)
|
|
798
798
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
799
|
-
jsii.set(self, "slackChannelId", value)
|
|
799
|
+
jsii.set(self, "slackChannelId", value) # pyright: ignore[reportArgumentType]
|
|
800
800
|
|
|
801
801
|
@builtins.property
|
|
802
802
|
@jsii.member(jsii_name="slackWorkspaceId")
|
|
@@ -809,7 +809,7 @@ class CfnSlackChannelConfiguration(
|
|
|
809
809
|
if __debug__:
|
|
810
810
|
type_hints = typing.get_type_hints(_typecheckingstub__bcd6c259891d90515113fab2b366a0fa3fe65279fa991dfb0c55094b82dfe9a7)
|
|
811
811
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
812
|
-
jsii.set(self, "slackWorkspaceId", value)
|
|
812
|
+
jsii.set(self, "slackWorkspaceId", value) # pyright: ignore[reportArgumentType]
|
|
813
813
|
|
|
814
814
|
@builtins.property
|
|
815
815
|
@jsii.member(jsii_name="guardrailPolicies")
|
|
@@ -825,7 +825,7 @@ class CfnSlackChannelConfiguration(
|
|
|
825
825
|
if __debug__:
|
|
826
826
|
type_hints = typing.get_type_hints(_typecheckingstub__501b5577e7827d442d9391d6001230a41ff67452706a19ec7b9752f0f819226a)
|
|
827
827
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
828
|
-
jsii.set(self, "guardrailPolicies", value)
|
|
828
|
+
jsii.set(self, "guardrailPolicies", value) # pyright: ignore[reportArgumentType]
|
|
829
829
|
|
|
830
830
|
@builtins.property
|
|
831
831
|
@jsii.member(jsii_name="loggingLevel")
|
|
@@ -841,7 +841,7 @@ class CfnSlackChannelConfiguration(
|
|
|
841
841
|
if __debug__:
|
|
842
842
|
type_hints = typing.get_type_hints(_typecheckingstub__246f0b4cf1dfb239b8a4368a76b6f46ebb97fa423b3bcb7bd914513d880e580e)
|
|
843
843
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
844
|
-
jsii.set(self, "loggingLevel", value)
|
|
844
|
+
jsii.set(self, "loggingLevel", value) # pyright: ignore[reportArgumentType]
|
|
845
845
|
|
|
846
846
|
@builtins.property
|
|
847
847
|
@jsii.member(jsii_name="snsTopicArns")
|
|
@@ -854,7 +854,7 @@ class CfnSlackChannelConfiguration(
|
|
|
854
854
|
if __debug__:
|
|
855
855
|
type_hints = typing.get_type_hints(_typecheckingstub__a484a8dbfe21a414edd0bce1d876d84d2ebba782d953f75cc942e74a58c6dc72)
|
|
856
856
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
857
|
-
jsii.set(self, "snsTopicArns", value)
|
|
857
|
+
jsii.set(self, "snsTopicArns", value) # pyright: ignore[reportArgumentType]
|
|
858
858
|
|
|
859
859
|
@builtins.property
|
|
860
860
|
@jsii.member(jsii_name="tags")
|
|
@@ -867,7 +867,7 @@ class CfnSlackChannelConfiguration(
|
|
|
867
867
|
if __debug__:
|
|
868
868
|
type_hints = typing.get_type_hints(_typecheckingstub__eb9439037db7df11093794999deef5e51f41aae61f9736ab360d263ab9859fd6)
|
|
869
869
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
870
|
-
jsii.set(self, "tags", value)
|
|
870
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
871
871
|
|
|
872
872
|
@builtins.property
|
|
873
873
|
@jsii.member(jsii_name="userRoleRequired")
|
|
@@ -885,7 +885,7 @@ class CfnSlackChannelConfiguration(
|
|
|
885
885
|
if __debug__:
|
|
886
886
|
type_hints = typing.get_type_hints(_typecheckingstub__4fdcebb1f70802057ca456714a5cc7c631ffe294962d8635781dfb0f0a08776f)
|
|
887
887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
888
|
-
jsii.set(self, "userRoleRequired", value)
|
|
888
|
+
jsii.set(self, "userRoleRequired", value) # pyright: ignore[reportArgumentType]
|
|
889
889
|
|
|
890
890
|
|
|
891
891
|
@jsii.data_type(
|
|
@@ -921,7 +921,7 @@ class CfnSlackChannelConfigurationProps:
|
|
|
921
921
|
|
|
922
922
|
:param configuration_name: The name of the configuration.
|
|
923
923
|
:param iam_role_arn: The ARN of the IAM role that defines the permissions for AWS Chatbot . This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see `IAM Policies for AWS Chatbot <https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html>`_ .
|
|
924
|
-
:param slack_channel_id: The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the
|
|
924
|
+
:param slack_channel_id: The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the character string at the end of the URL. For example, ``ABCBBLZZZ`` .
|
|
925
925
|
:param slack_workspace_id: The ID of the Slack workspace authorized with AWS Chatbot . To get the workspace ID, you must perform the initial authorization flow with Slack in the AWS Chatbot console. Then you can copy and paste the workspace ID from the console. For more details, see steps 1-4 in `Setting Up AWS Chatbot with Slack <https://docs.aws.amazon.com/chatbot/latest/adminguide/setting-up.html#Setup_intro>`_ in the *AWS Chatbot User Guide* .
|
|
926
926
|
:param guardrail_policies: The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied as a default if this is not set.
|
|
927
927
|
:param logging_level: Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs. Logging levels include ``ERROR`` , ``INFO`` , or ``NONE`` . Default: - "NONE"
|
|
@@ -1009,7 +1009,7 @@ class CfnSlackChannelConfigurationProps:
|
|
|
1009
1009
|
def slack_channel_id(self) -> builtins.str:
|
|
1010
1010
|
'''The ID of the Slack channel.
|
|
1011
1011
|
|
|
1012
|
-
To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the
|
|
1012
|
+
To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the character string at the end of the URL. For example, ``ABCBBLZZZ`` .
|
|
1013
1013
|
|
|
1014
1014
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html#cfn-chatbot-slackchannelconfiguration-slackchannelid
|
|
1015
1015
|
'''
|