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/_jsii/__init__.py
CHANGED
|
@@ -16,10 +16,11 @@ from typeguard import check_type
|
|
|
16
16
|
import aws_cdk.asset_awscli_v1._jsii
|
|
17
17
|
import aws_cdk.asset_kubectl_v20._jsii
|
|
18
18
|
import aws_cdk.asset_node_proxy_agent_v6._jsii
|
|
19
|
+
import aws_cdk.cloud_assembly_schema._jsii
|
|
19
20
|
import constructs._jsii
|
|
20
21
|
|
|
21
22
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
22
|
-
"aws-cdk-lib", "2.
|
|
23
|
+
"aws-cdk-lib", "2.154.0", __name__[0:-6], "aws-cdk-lib@2.154.0.jsii.tgz"
|
|
23
24
|
)
|
|
24
25
|
|
|
25
26
|
__all__ = [
|
|
Binary file
|
aws_cdk/alexa_ask/__init__.py
CHANGED
|
@@ -181,7 +181,7 @@ class CfnSkill(
|
|
|
181
181
|
if __debug__:
|
|
182
182
|
type_hints = typing.get_type_hints(_typecheckingstub__7f79ad56de5a233709bfa180b3886229464b9d28a88416bdaabab40400468843)
|
|
183
183
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
184
|
-
jsii.set(self, "authenticationConfiguration", value)
|
|
184
|
+
jsii.set(self, "authenticationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
185
185
|
|
|
186
186
|
@builtins.property
|
|
187
187
|
@jsii.member(jsii_name="skillPackage")
|
|
@@ -199,7 +199,7 @@ class CfnSkill(
|
|
|
199
199
|
if __debug__:
|
|
200
200
|
type_hints = typing.get_type_hints(_typecheckingstub__1160f84c06aa4769b57c3cf0e89867f1c310c0c73387afad6e0e174defac367a)
|
|
201
201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
202
|
-
jsii.set(self, "skillPackage", value)
|
|
202
|
+
jsii.set(self, "skillPackage", value) # pyright: ignore[reportArgumentType]
|
|
203
203
|
|
|
204
204
|
@builtins.property
|
|
205
205
|
@jsii.member(jsii_name="vendorId")
|
|
@@ -212,7 +212,7 @@ class CfnSkill(
|
|
|
212
212
|
if __debug__:
|
|
213
213
|
type_hints = typing.get_type_hints(_typecheckingstub__1e19323a763e3e7ce004953363ef3f20809f72e8931c75312b88fc85064e5d44)
|
|
214
214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
215
|
-
jsii.set(self, "vendorId", value)
|
|
215
|
+
jsii.set(self, "vendorId", value) # pyright: ignore[reportArgumentType]
|
|
216
216
|
|
|
217
217
|
@jsii.data_type(
|
|
218
218
|
jsii_type="aws-cdk-lib.alexa_ask.CfnSkill.AuthenticationConfigurationProperty",
|
|
@@ -198,7 +198,7 @@ class CfnAnalyzer(
|
|
|
198
198
|
if __debug__:
|
|
199
199
|
type_hints = typing.get_type_hints(_typecheckingstub__ae0ebe072220649d8253f3011fe641bc781e24d2bbf9d9a1cc55fdf1fb9124cf)
|
|
200
200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
201
|
-
jsii.set(self, "type", value)
|
|
201
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
202
202
|
|
|
203
203
|
@builtins.property
|
|
204
204
|
@jsii.member(jsii_name="analyzerConfiguration")
|
|
@@ -216,7 +216,7 @@ class CfnAnalyzer(
|
|
|
216
216
|
if __debug__:
|
|
217
217
|
type_hints = typing.get_type_hints(_typecheckingstub__3b65a5d08bf50e1911863b6e4854f804654921017c34f668f95a5081f5c25b8c)
|
|
218
218
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
219
|
-
jsii.set(self, "analyzerConfiguration", value)
|
|
219
|
+
jsii.set(self, "analyzerConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
220
220
|
|
|
221
221
|
@builtins.property
|
|
222
222
|
@jsii.member(jsii_name="analyzerName")
|
|
@@ -229,7 +229,7 @@ class CfnAnalyzer(
|
|
|
229
229
|
if __debug__:
|
|
230
230
|
type_hints = typing.get_type_hints(_typecheckingstub__2f49c019c0256461aaf3c1e401ec662652b0851ed050ba88de78bf16d1886d0d)
|
|
231
231
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
232
|
-
jsii.set(self, "analyzerName", value)
|
|
232
|
+
jsii.set(self, "analyzerName", value) # pyright: ignore[reportArgumentType]
|
|
233
233
|
|
|
234
234
|
@builtins.property
|
|
235
235
|
@jsii.member(jsii_name="archiveRules")
|
|
@@ -247,7 +247,7 @@ class CfnAnalyzer(
|
|
|
247
247
|
if __debug__:
|
|
248
248
|
type_hints = typing.get_type_hints(_typecheckingstub__a6e8df0db0833319fd0b7c019964ba2ec4f399928538e323239bc668cacd0434)
|
|
249
249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
250
|
-
jsii.set(self, "archiveRules", value)
|
|
250
|
+
jsii.set(self, "archiveRules", value) # pyright: ignore[reportArgumentType]
|
|
251
251
|
|
|
252
252
|
@builtins.property
|
|
253
253
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -260,7 +260,7 @@ class CfnAnalyzer(
|
|
|
260
260
|
if __debug__:
|
|
261
261
|
type_hints = typing.get_type_hints(_typecheckingstub__a60563761f5e2faa4dde6d3c0daa593ac20d10acf23bf72fc62050810a7b3e48)
|
|
262
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
263
|
-
jsii.set(self, "tagsRaw", value)
|
|
263
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
264
264
|
|
|
265
265
|
@jsii.data_type(
|
|
266
266
|
jsii_type="aws-cdk-lib.aws_accessanalyzer.CfnAnalyzer.AnalyzerConfigurationProperty",
|
aws_cdk/aws_acmpca/__init__.py
CHANGED
|
@@ -372,7 +372,7 @@ class CfnCertificate(
|
|
|
372
372
|
if __debug__:
|
|
373
373
|
type_hints = typing.get_type_hints(_typecheckingstub__929f46388471884d412a93caaec6152169738bcde7736082806fa61355f38450)
|
|
374
374
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
375
|
-
jsii.set(self, "certificateAuthorityArn", value)
|
|
375
|
+
jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
|
|
376
376
|
|
|
377
377
|
@builtins.property
|
|
378
378
|
@jsii.member(jsii_name="certificateSigningRequest")
|
|
@@ -385,7 +385,7 @@ class CfnCertificate(
|
|
|
385
385
|
if __debug__:
|
|
386
386
|
type_hints = typing.get_type_hints(_typecheckingstub__16a09377d92f4e276678c2c81de91b48247f6567816f2a450052d3564b74e969)
|
|
387
387
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
388
|
-
jsii.set(self, "certificateSigningRequest", value)
|
|
388
|
+
jsii.set(self, "certificateSigningRequest", value) # pyright: ignore[reportArgumentType]
|
|
389
389
|
|
|
390
390
|
@builtins.property
|
|
391
391
|
@jsii.member(jsii_name="signingAlgorithm")
|
|
@@ -398,7 +398,7 @@ class CfnCertificate(
|
|
|
398
398
|
if __debug__:
|
|
399
399
|
type_hints = typing.get_type_hints(_typecheckingstub__643e9821d5b63922252de6f66c05ac417883bee41b28c13cf3db8cd2632e14e8)
|
|
400
400
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
401
|
-
jsii.set(self, "signingAlgorithm", value)
|
|
401
|
+
jsii.set(self, "signingAlgorithm", value) # pyright: ignore[reportArgumentType]
|
|
402
402
|
|
|
403
403
|
@builtins.property
|
|
404
404
|
@jsii.member(jsii_name="validity")
|
|
@@ -416,7 +416,7 @@ class CfnCertificate(
|
|
|
416
416
|
if __debug__:
|
|
417
417
|
type_hints = typing.get_type_hints(_typecheckingstub__4b0f98fada0460f1013060888886a3c2a49f08cade3f294d7b78ab8077353d28)
|
|
418
418
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
419
|
-
jsii.set(self, "validity", value)
|
|
419
|
+
jsii.set(self, "validity", value) # pyright: ignore[reportArgumentType]
|
|
420
420
|
|
|
421
421
|
@builtins.property
|
|
422
422
|
@jsii.member(jsii_name="apiPassthrough")
|
|
@@ -434,7 +434,7 @@ class CfnCertificate(
|
|
|
434
434
|
if __debug__:
|
|
435
435
|
type_hints = typing.get_type_hints(_typecheckingstub__07edd7fc55218dbdda428adf3aa29d974595465ca0c1084ed6f98a79f08d4841)
|
|
436
436
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
437
|
-
jsii.set(self, "apiPassthrough", value)
|
|
437
|
+
jsii.set(self, "apiPassthrough", value) # pyright: ignore[reportArgumentType]
|
|
438
438
|
|
|
439
439
|
@builtins.property
|
|
440
440
|
@jsii.member(jsii_name="templateArn")
|
|
@@ -447,7 +447,7 @@ class CfnCertificate(
|
|
|
447
447
|
if __debug__:
|
|
448
448
|
type_hints = typing.get_type_hints(_typecheckingstub__20f419f7a37472cedd9954e752bfa553241909264a1db9544a8edce9404b9552)
|
|
449
449
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
450
|
-
jsii.set(self, "templateArn", value)
|
|
450
|
+
jsii.set(self, "templateArn", value) # pyright: ignore[reportArgumentType]
|
|
451
451
|
|
|
452
452
|
@builtins.property
|
|
453
453
|
@jsii.member(jsii_name="validityNotBefore")
|
|
@@ -465,7 +465,7 @@ class CfnCertificate(
|
|
|
465
465
|
if __debug__:
|
|
466
466
|
type_hints = typing.get_type_hints(_typecheckingstub__ce4f5fb71e1d9798d96fd2e8524ac910685f8e895b03a85141518face166fd7e)
|
|
467
467
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
468
|
-
jsii.set(self, "validityNotBefore", value)
|
|
468
|
+
jsii.set(self, "validityNotBefore", value) # pyright: ignore[reportArgumentType]
|
|
469
469
|
|
|
470
470
|
@jsii.data_type(
|
|
471
471
|
jsii_type="aws-cdk-lib.aws_acmpca.CfnCertificate.ApiPassthroughProperty",
|
|
@@ -2389,7 +2389,7 @@ class CfnCertificateAuthority(
|
|
|
2389
2389
|
if __debug__:
|
|
2390
2390
|
type_hints = typing.get_type_hints(_typecheckingstub__b7e6c5981edef9a3b3627b2003de2630869e19cd61c48d608bfd86a7f219e472)
|
|
2391
2391
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2392
|
-
jsii.set(self, "keyAlgorithm", value)
|
|
2392
|
+
jsii.set(self, "keyAlgorithm", value) # pyright: ignore[reportArgumentType]
|
|
2393
2393
|
|
|
2394
2394
|
@builtins.property
|
|
2395
2395
|
@jsii.member(jsii_name="signingAlgorithm")
|
|
@@ -2402,7 +2402,7 @@ class CfnCertificateAuthority(
|
|
|
2402
2402
|
if __debug__:
|
|
2403
2403
|
type_hints = typing.get_type_hints(_typecheckingstub__b7e2832fbc61e46c30f08119509dacf6b15d90881721ef6f70b6331442b62041)
|
|
2404
2404
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2405
|
-
jsii.set(self, "signingAlgorithm", value)
|
|
2405
|
+
jsii.set(self, "signingAlgorithm", value) # pyright: ignore[reportArgumentType]
|
|
2406
2406
|
|
|
2407
2407
|
@builtins.property
|
|
2408
2408
|
@jsii.member(jsii_name="subject")
|
|
@@ -2420,7 +2420,7 @@ class CfnCertificateAuthority(
|
|
|
2420
2420
|
if __debug__:
|
|
2421
2421
|
type_hints = typing.get_type_hints(_typecheckingstub__65bb497527ac064e6e2dac08377e39c6239f7e846ca18078132927a75d6471bb)
|
|
2422
2422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2423
|
-
jsii.set(self, "subject", value)
|
|
2423
|
+
jsii.set(self, "subject", value) # pyright: ignore[reportArgumentType]
|
|
2424
2424
|
|
|
2425
2425
|
@builtins.property
|
|
2426
2426
|
@jsii.member(jsii_name="type")
|
|
@@ -2433,7 +2433,7 @@ class CfnCertificateAuthority(
|
|
|
2433
2433
|
if __debug__:
|
|
2434
2434
|
type_hints = typing.get_type_hints(_typecheckingstub__77017d7803db08d3adb6df13436c6f61e9248dba04cb27f3ad2c009449c54235)
|
|
2435
2435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2436
|
-
jsii.set(self, "type", value)
|
|
2436
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2437
2437
|
|
|
2438
2438
|
@builtins.property
|
|
2439
2439
|
@jsii.member(jsii_name="csrExtensions")
|
|
@@ -2451,7 +2451,7 @@ class CfnCertificateAuthority(
|
|
|
2451
2451
|
if __debug__:
|
|
2452
2452
|
type_hints = typing.get_type_hints(_typecheckingstub__672400fc9d101cb3557ef2b74a3ed2c3389e8f619013c4b2a84263707b9ad5d3)
|
|
2453
2453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2454
|
-
jsii.set(self, "csrExtensions", value)
|
|
2454
|
+
jsii.set(self, "csrExtensions", value) # pyright: ignore[reportArgumentType]
|
|
2455
2455
|
|
|
2456
2456
|
@builtins.property
|
|
2457
2457
|
@jsii.member(jsii_name="keyStorageSecurityStandard")
|
|
@@ -2467,7 +2467,7 @@ class CfnCertificateAuthority(
|
|
|
2467
2467
|
if __debug__:
|
|
2468
2468
|
type_hints = typing.get_type_hints(_typecheckingstub__be8e4d5ae1e7416c87aef05e06dfd53984f27b32f1d6ac821bb176da70ccf89f)
|
|
2469
2469
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2470
|
-
jsii.set(self, "keyStorageSecurityStandard", value)
|
|
2470
|
+
jsii.set(self, "keyStorageSecurityStandard", value) # pyright: ignore[reportArgumentType]
|
|
2471
2471
|
|
|
2472
2472
|
@builtins.property
|
|
2473
2473
|
@jsii.member(jsii_name="revocationConfiguration")
|
|
@@ -2485,7 +2485,7 @@ class CfnCertificateAuthority(
|
|
|
2485
2485
|
if __debug__:
|
|
2486
2486
|
type_hints = typing.get_type_hints(_typecheckingstub__203567ece18e0659c536811874601c021c570afc77b0834d25d2e06ac2849f57)
|
|
2487
2487
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2488
|
-
jsii.set(self, "revocationConfiguration", value)
|
|
2488
|
+
jsii.set(self, "revocationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2489
2489
|
|
|
2490
2490
|
@builtins.property
|
|
2491
2491
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2498,7 +2498,7 @@ class CfnCertificateAuthority(
|
|
|
2498
2498
|
if __debug__:
|
|
2499
2499
|
type_hints = typing.get_type_hints(_typecheckingstub__01bad6d3cb4db9f6f71a433aa44c7435297b8f644c8fdcbe06a0550035a76fa5)
|
|
2500
2500
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2501
|
-
jsii.set(self, "tagsRaw", value)
|
|
2501
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2502
2502
|
|
|
2503
2503
|
@builtins.property
|
|
2504
2504
|
@jsii.member(jsii_name="usageMode")
|
|
@@ -2511,7 +2511,7 @@ class CfnCertificateAuthority(
|
|
|
2511
2511
|
if __debug__:
|
|
2512
2512
|
type_hints = typing.get_type_hints(_typecheckingstub__8d183c3c1616f42e791fb50dd3640b6710dbdb67c4b67d83635a3687f5abb9d0)
|
|
2513
2513
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2514
|
-
jsii.set(self, "usageMode", value)
|
|
2514
|
+
jsii.set(self, "usageMode", value) # pyright: ignore[reportArgumentType]
|
|
2515
2515
|
|
|
2516
2516
|
@jsii.data_type(
|
|
2517
2517
|
jsii_type="aws-cdk-lib.aws_acmpca.CfnCertificateAuthority.AccessDescriptionProperty",
|
|
@@ -2714,7 +2714,10 @@ class CfnCertificateAuthority(
|
|
|
2714
2714
|
"enabled": "enabled",
|
|
2715
2715
|
"crl_distribution_point_extension_configuration": "crlDistributionPointExtensionConfiguration",
|
|
2716
2716
|
"custom_cname": "customCname",
|
|
2717
|
+
"custom_path": "customPath",
|
|
2717
2718
|
"expiration_in_days": "expirationInDays",
|
|
2719
|
+
"partitioning_enabled": "partitioningEnabled",
|
|
2720
|
+
"retain_expired_certificates": "retainExpiredCertificates",
|
|
2718
2721
|
"s3_bucket_name": "s3BucketName",
|
|
2719
2722
|
"s3_object_acl": "s3ObjectAcl",
|
|
2720
2723
|
},
|
|
@@ -2726,7 +2729,10 @@ class CfnCertificateAuthority(
|
|
|
2726
2729
|
enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2727
2730
|
crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2728
2731
|
custom_cname: typing.Optional[builtins.str] = None,
|
|
2732
|
+
custom_path: typing.Optional[builtins.str] = None,
|
|
2729
2733
|
expiration_in_days: typing.Optional[jsii.Number] = None,
|
|
2734
|
+
partitioning_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2735
|
+
retain_expired_certificates: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2730
2736
|
s3_bucket_name: typing.Optional[builtins.str] = None,
|
|
2731
2737
|
s3_object_acl: typing.Optional[builtins.str] = None,
|
|
2732
2738
|
) -> None:
|
|
@@ -2767,7 +2773,10 @@ class CfnCertificateAuthority(
|
|
|
2767
2773
|
:param enabled: Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the ``CreateCertificateAuthority`` operation or for an existing CA when you call the ``UpdateCertificateAuthority`` operation.
|
|
2768
2774
|
:param crl_distribution_point_extension_configuration: Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.
|
|
2769
2775
|
:param custom_cname: Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public. .. epigraph:: The content of a Canonical Name (CNAME) record must conform to `RFC2396 <https://docs.aws.amazon.com/https://www.ietf.org/rfc/rfc2396.txt>`_ restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
|
|
2776
|
+
:param custom_path:
|
|
2770
2777
|
:param expiration_in_days: Validity period of the CRL in days.
|
|
2778
|
+
:param partitioning_enabled:
|
|
2779
|
+
:param retain_expired_certificates:
|
|
2771
2780
|
:param s3_bucket_name: Name of the S3 bucket that contains the CRL. If you do not provide a value for the *CustomCname* argument, the name of your S3 bucket is placed into the *CRL Distribution Points* extension of the issued certificate. You can change the name of your bucket by calling the `UpdateCertificateAuthority <https://docs.aws.amazon.com/privateca/latest/APIReference/API_UpdateCertificateAuthority.html>`_ operation. You must specify a `bucket policy <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-policies>`_ that allows AWS Private CA to write the CRL to your bucket. .. epigraph:: The ``S3BucketName`` parameter must conform to the `S3 bucket naming rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html>`_ .
|
|
2772
2781
|
:param s3_object_acl: Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. If you choose PUBLIC_READ, the CRL will be accessible over the public internet. If you choose BUCKET_OWNER_FULL_CONTROL, only the owner of the CRL S3 bucket can access the CRL, and your PKI clients may need an alternative method of access. If no value is specified, the default is PUBLIC_READ. *Note:* This default can cause CA creation to fail in some circumstances. If you have have enabled the Block Public Access (BPA) feature in your S3 account, then you must specify the value of this parameter as ``BUCKET_OWNER_FULL_CONTROL`` , and not doing so results in an error. If you have disabled BPA in S3, then you can specify either ``BUCKET_OWNER_FULL_CONTROL`` or ``PUBLIC_READ`` as the value. For more information, see `Blocking public access to the S3 bucket <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-bpa>`_ .
|
|
2773
2782
|
|
|
@@ -2788,7 +2797,10 @@ class CfnCertificateAuthority(
|
|
|
2788
2797
|
omit_extension=False
|
|
2789
2798
|
),
|
|
2790
2799
|
custom_cname="customCname",
|
|
2800
|
+
custom_path="customPath",
|
|
2791
2801
|
expiration_in_days=123,
|
|
2802
|
+
partitioning_enabled=False,
|
|
2803
|
+
retain_expired_certificates=False,
|
|
2792
2804
|
s3_bucket_name="s3BucketName",
|
|
2793
2805
|
s3_object_acl="s3ObjectAcl"
|
|
2794
2806
|
)
|
|
@@ -2798,7 +2810,10 @@ class CfnCertificateAuthority(
|
|
|
2798
2810
|
check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
|
|
2799
2811
|
check_type(argname="argument crl_distribution_point_extension_configuration", value=crl_distribution_point_extension_configuration, expected_type=type_hints["crl_distribution_point_extension_configuration"])
|
|
2800
2812
|
check_type(argname="argument custom_cname", value=custom_cname, expected_type=type_hints["custom_cname"])
|
|
2813
|
+
check_type(argname="argument custom_path", value=custom_path, expected_type=type_hints["custom_path"])
|
|
2801
2814
|
check_type(argname="argument expiration_in_days", value=expiration_in_days, expected_type=type_hints["expiration_in_days"])
|
|
2815
|
+
check_type(argname="argument partitioning_enabled", value=partitioning_enabled, expected_type=type_hints["partitioning_enabled"])
|
|
2816
|
+
check_type(argname="argument retain_expired_certificates", value=retain_expired_certificates, expected_type=type_hints["retain_expired_certificates"])
|
|
2802
2817
|
check_type(argname="argument s3_bucket_name", value=s3_bucket_name, expected_type=type_hints["s3_bucket_name"])
|
|
2803
2818
|
check_type(argname="argument s3_object_acl", value=s3_object_acl, expected_type=type_hints["s3_object_acl"])
|
|
2804
2819
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -2808,8 +2823,14 @@ class CfnCertificateAuthority(
|
|
|
2808
2823
|
self._values["crl_distribution_point_extension_configuration"] = crl_distribution_point_extension_configuration
|
|
2809
2824
|
if custom_cname is not None:
|
|
2810
2825
|
self._values["custom_cname"] = custom_cname
|
|
2826
|
+
if custom_path is not None:
|
|
2827
|
+
self._values["custom_path"] = custom_path
|
|
2811
2828
|
if expiration_in_days is not None:
|
|
2812
2829
|
self._values["expiration_in_days"] = expiration_in_days
|
|
2830
|
+
if partitioning_enabled is not None:
|
|
2831
|
+
self._values["partitioning_enabled"] = partitioning_enabled
|
|
2832
|
+
if retain_expired_certificates is not None:
|
|
2833
|
+
self._values["retain_expired_certificates"] = retain_expired_certificates
|
|
2813
2834
|
if s3_bucket_name is not None:
|
|
2814
2835
|
self._values["s3_bucket_name"] = s3_bucket_name
|
|
2815
2836
|
if s3_object_acl is not None:
|
|
@@ -2854,6 +2875,14 @@ class CfnCertificateAuthority(
|
|
|
2854
2875
|
result = self._values.get("custom_cname")
|
|
2855
2876
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2856
2877
|
|
|
2878
|
+
@builtins.property
|
|
2879
|
+
def custom_path(self) -> typing.Optional[builtins.str]:
|
|
2880
|
+
'''
|
|
2881
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-custompath
|
|
2882
|
+
'''
|
|
2883
|
+
result = self._values.get("custom_path")
|
|
2884
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2885
|
+
|
|
2857
2886
|
@builtins.property
|
|
2858
2887
|
def expiration_in_days(self) -> typing.Optional[jsii.Number]:
|
|
2859
2888
|
'''Validity period of the CRL in days.
|
|
@@ -2863,6 +2892,26 @@ class CfnCertificateAuthority(
|
|
|
2863
2892
|
result = self._values.get("expiration_in_days")
|
|
2864
2893
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2865
2894
|
|
|
2895
|
+
@builtins.property
|
|
2896
|
+
def partitioning_enabled(
|
|
2897
|
+
self,
|
|
2898
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
2899
|
+
'''
|
|
2900
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-partitioningenabled
|
|
2901
|
+
'''
|
|
2902
|
+
result = self._values.get("partitioning_enabled")
|
|
2903
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
2904
|
+
|
|
2905
|
+
@builtins.property
|
|
2906
|
+
def retain_expired_certificates(
|
|
2907
|
+
self,
|
|
2908
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
2909
|
+
'''
|
|
2910
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-retainexpiredcertificates
|
|
2911
|
+
'''
|
|
2912
|
+
result = self._values.get("retain_expired_certificates")
|
|
2913
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
2914
|
+
|
|
2866
2915
|
@builtins.property
|
|
2867
2916
|
def s3_bucket_name(self) -> typing.Optional[builtins.str]:
|
|
2868
2917
|
'''Name of the S3 bucket that contains the CRL.
|
|
@@ -3863,7 +3912,10 @@ class CfnCertificateAuthority(
|
|
|
3863
3912
|
omit_extension=False
|
|
3864
3913
|
),
|
|
3865
3914
|
custom_cname="customCname",
|
|
3915
|
+
custom_path="customPath",
|
|
3866
3916
|
expiration_in_days=123,
|
|
3917
|
+
partitioning_enabled=False,
|
|
3918
|
+
retain_expired_certificates=False,
|
|
3867
3919
|
s3_bucket_name="s3BucketName",
|
|
3868
3920
|
s3_object_acl="s3ObjectAcl"
|
|
3869
3921
|
),
|
|
@@ -4329,7 +4381,7 @@ class CfnCertificateAuthorityActivation(
|
|
|
4329
4381
|
if __debug__:
|
|
4330
4382
|
type_hints = typing.get_type_hints(_typecheckingstub__b279179f6b525656e5ee2f3b4d595cb75d494cf246f2e92a8469589c5395bfdd)
|
|
4331
4383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4332
|
-
jsii.set(self, "certificate", value)
|
|
4384
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
4333
4385
|
|
|
4334
4386
|
@builtins.property
|
|
4335
4387
|
@jsii.member(jsii_name="certificateAuthorityArn")
|
|
@@ -4342,7 +4394,7 @@ class CfnCertificateAuthorityActivation(
|
|
|
4342
4394
|
if __debug__:
|
|
4343
4395
|
type_hints = typing.get_type_hints(_typecheckingstub__43dd6c4689519828c2c042c80ee0ae6a9d3b03512aaac4693b2c9abdf2799b92)
|
|
4344
4396
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4345
|
-
jsii.set(self, "certificateAuthorityArn", value)
|
|
4397
|
+
jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
|
|
4346
4398
|
|
|
4347
4399
|
@builtins.property
|
|
4348
4400
|
@jsii.member(jsii_name="certificateChain")
|
|
@@ -4355,7 +4407,7 @@ class CfnCertificateAuthorityActivation(
|
|
|
4355
4407
|
if __debug__:
|
|
4356
4408
|
type_hints = typing.get_type_hints(_typecheckingstub__87c41ac4f9f42cd4127fcc9a6dfc22f017ed7eeba7dd94714974f3af2143dce1)
|
|
4357
4409
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4358
|
-
jsii.set(self, "certificateChain", value)
|
|
4410
|
+
jsii.set(self, "certificateChain", value) # pyright: ignore[reportArgumentType]
|
|
4359
4411
|
|
|
4360
4412
|
@builtins.property
|
|
4361
4413
|
@jsii.member(jsii_name="status")
|
|
@@ -4368,7 +4420,7 @@ class CfnCertificateAuthorityActivation(
|
|
|
4368
4420
|
if __debug__:
|
|
4369
4421
|
type_hints = typing.get_type_hints(_typecheckingstub__4bb84ac3ee8ec3f7d2297504aaca248c351bd9fd6b388a9a80a5c547a8b217eb)
|
|
4370
4422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4371
|
-
jsii.set(self, "status", value)
|
|
4423
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
4372
4424
|
|
|
4373
4425
|
|
|
4374
4426
|
@jsii.data_type(
|
|
@@ -5094,7 +5146,7 @@ class CfnPermission(
|
|
|
5094
5146
|
if __debug__:
|
|
5095
5147
|
type_hints = typing.get_type_hints(_typecheckingstub__d66768d9ebbeae3804aef733e92b2f439fa97176bd7c8fe4678fdb5bcb1a203c)
|
|
5096
5148
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5097
|
-
jsii.set(self, "actions", value)
|
|
5149
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
5098
5150
|
|
|
5099
5151
|
@builtins.property
|
|
5100
5152
|
@jsii.member(jsii_name="certificateAuthorityArn")
|
|
@@ -5107,7 +5159,7 @@ class CfnPermission(
|
|
|
5107
5159
|
if __debug__:
|
|
5108
5160
|
type_hints = typing.get_type_hints(_typecheckingstub__3cedc10edb2bf740d73d914ce4705a9a6c80297d3e34901af9a5206b3fe6d131)
|
|
5109
5161
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5110
|
-
jsii.set(self, "certificateAuthorityArn", value)
|
|
5162
|
+
jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
|
|
5111
5163
|
|
|
5112
5164
|
@builtins.property
|
|
5113
5165
|
@jsii.member(jsii_name="principal")
|
|
@@ -5120,7 +5172,7 @@ class CfnPermission(
|
|
|
5120
5172
|
if __debug__:
|
|
5121
5173
|
type_hints = typing.get_type_hints(_typecheckingstub__15c3392ebc670af42af684ca42dddcffe29ad37af007e2788604447f884ea595)
|
|
5122
5174
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5123
|
-
jsii.set(self, "principal", value)
|
|
5175
|
+
jsii.set(self, "principal", value) # pyright: ignore[reportArgumentType]
|
|
5124
5176
|
|
|
5125
5177
|
@builtins.property
|
|
5126
5178
|
@jsii.member(jsii_name="sourceAccount")
|
|
@@ -5133,7 +5185,7 @@ class CfnPermission(
|
|
|
5133
5185
|
if __debug__:
|
|
5134
5186
|
type_hints = typing.get_type_hints(_typecheckingstub__336a294e18ad34a8379580ec71e5c0dca499ba44efb4e2cad4bf5190ba57b1fd)
|
|
5135
5187
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5136
|
-
jsii.set(self, "sourceAccount", value)
|
|
5188
|
+
jsii.set(self, "sourceAccount", value) # pyright: ignore[reportArgumentType]
|
|
5137
5189
|
|
|
5138
5190
|
|
|
5139
5191
|
@jsii.data_type(
|
|
@@ -5620,7 +5672,10 @@ def _typecheckingstub__de72782a3b3117c1f101c2c6c2fad457863e581a5bdcd67a1280a825d
|
|
|
5620
5672
|
enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
5621
5673
|
crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5622
5674
|
custom_cname: typing.Optional[builtins.str] = None,
|
|
5675
|
+
custom_path: typing.Optional[builtins.str] = None,
|
|
5623
5676
|
expiration_in_days: typing.Optional[jsii.Number] = None,
|
|
5677
|
+
partitioning_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5678
|
+
retain_expired_certificates: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5624
5679
|
s3_bucket_name: typing.Optional[builtins.str] = None,
|
|
5625
5680
|
s3_object_acl: typing.Optional[builtins.str] = None,
|
|
5626
5681
|
) -> None:
|