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
|
@@ -181,7 +181,7 @@ class CfnCRL(
|
|
|
181
181
|
if __debug__:
|
|
182
182
|
type_hints = typing.get_type_hints(_typecheckingstub__ed66d9ba863eea6d35e2d4cbfd1edf02e98c56dc7dda3b94fc817d6daca3df97)
|
|
183
183
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
184
|
-
jsii.set(self, "crlData", value)
|
|
184
|
+
jsii.set(self, "crlData", value) # pyright: ignore[reportArgumentType]
|
|
185
185
|
|
|
186
186
|
@builtins.property
|
|
187
187
|
@jsii.member(jsii_name="name")
|
|
@@ -194,7 +194,7 @@ class CfnCRL(
|
|
|
194
194
|
if __debug__:
|
|
195
195
|
type_hints = typing.get_type_hints(_typecheckingstub__f1d928fdb432014275751561985f35592cf848df677c7665616a8cf2fa5d2c60)
|
|
196
196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "name", value)
|
|
197
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
@jsii.member(jsii_name="enabled")
|
|
@@ -212,7 +212,7 @@ class CfnCRL(
|
|
|
212
212
|
if __debug__:
|
|
213
213
|
type_hints = typing.get_type_hints(_typecheckingstub__67f67da1cd6496f50acb69ea70845c06791dc58959676ea4d9ad986cf862e13d)
|
|
214
214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
215
|
-
jsii.set(self, "enabled", value)
|
|
215
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
216
216
|
|
|
217
217
|
@builtins.property
|
|
218
218
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -225,7 +225,7 @@ class CfnCRL(
|
|
|
225
225
|
if __debug__:
|
|
226
226
|
type_hints = typing.get_type_hints(_typecheckingstub__d3f1ac51324ba6d6018ab752309c8b3267919f50018712dd42bc06bee1676aaa)
|
|
227
227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
228
|
-
jsii.set(self, "tagsRaw", value)
|
|
228
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
229
229
|
|
|
230
230
|
@builtins.property
|
|
231
231
|
@jsii.member(jsii_name="trustAnchorArn")
|
|
@@ -238,7 +238,7 @@ class CfnCRL(
|
|
|
238
238
|
if __debug__:
|
|
239
239
|
type_hints = typing.get_type_hints(_typecheckingstub__48d0f45de99868389bb39fb7a554a49b731bd29a705766a60e1905c74ce60268)
|
|
240
240
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
241
|
-
jsii.set(self, "trustAnchorArn", value)
|
|
241
|
+
jsii.set(self, "trustAnchorArn", value) # pyright: ignore[reportArgumentType]
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
@jsii.data_type(
|
|
@@ -394,6 +394,7 @@ class CfnProfile(
|
|
|
394
394
|
role_arns=["roleArns"],
|
|
395
395
|
|
|
396
396
|
# the properties below are optional
|
|
397
|
+
accept_role_session_name=False,
|
|
397
398
|
attribute_mappings=[rolesanywhere.CfnProfile.AttributeMappingProperty(
|
|
398
399
|
certificate_field="certificateField",
|
|
399
400
|
mapping_rules=[rolesanywhere.CfnProfile.MappingRuleProperty(
|
|
@@ -419,6 +420,7 @@ class CfnProfile(
|
|
|
419
420
|
*,
|
|
420
421
|
name: builtins.str,
|
|
421
422
|
role_arns: typing.Sequence[builtins.str],
|
|
423
|
+
accept_role_session_name: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
422
424
|
attribute_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProfile.AttributeMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
423
425
|
duration_seconds: typing.Optional[jsii.Number] = None,
|
|
424
426
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -432,6 +434,7 @@ class CfnProfile(
|
|
|
432
434
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
433
435
|
:param name: The customer specified name of the resource.
|
|
434
436
|
:param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
|
|
437
|
+
:param accept_role_session_name: Used to determine if a custom role session name will be accepted in a temporary credential request.
|
|
435
438
|
:param attribute_mappings: A mapping applied to the authenticating end-entity certificate.
|
|
436
439
|
:param duration_seconds: The number of seconds vended session credentials will be valid for.
|
|
437
440
|
:param enabled: The enabled status of the resource.
|
|
@@ -447,6 +450,7 @@ class CfnProfile(
|
|
|
447
450
|
props = CfnProfileProps(
|
|
448
451
|
name=name,
|
|
449
452
|
role_arns=role_arns,
|
|
453
|
+
accept_role_session_name=accept_role_session_name,
|
|
450
454
|
attribute_mappings=attribute_mappings,
|
|
451
455
|
duration_seconds=duration_seconds,
|
|
452
456
|
enabled=enabled,
|
|
@@ -528,7 +532,7 @@ class CfnProfile(
|
|
|
528
532
|
if __debug__:
|
|
529
533
|
type_hints = typing.get_type_hints(_typecheckingstub__688802799b2e2e92a74275812390344e30681aca3a945368a5aefaa1ba56cb2c)
|
|
530
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
531
|
-
jsii.set(self, "name", value)
|
|
535
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
532
536
|
|
|
533
537
|
@builtins.property
|
|
534
538
|
@jsii.member(jsii_name="roleArns")
|
|
@@ -541,7 +545,25 @@ class CfnProfile(
|
|
|
541
545
|
if __debug__:
|
|
542
546
|
type_hints = typing.get_type_hints(_typecheckingstub__e8d24089a88ab86238c5340434a58996a10c5d047049180f8bfea3a52c48d03c)
|
|
543
547
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
544
|
-
jsii.set(self, "roleArns", value)
|
|
548
|
+
jsii.set(self, "roleArns", value) # pyright: ignore[reportArgumentType]
|
|
549
|
+
|
|
550
|
+
@builtins.property
|
|
551
|
+
@jsii.member(jsii_name="acceptRoleSessionName")
|
|
552
|
+
def accept_role_session_name(
|
|
553
|
+
self,
|
|
554
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
555
|
+
'''Used to determine if a custom role session name will be accepted in a temporary credential request.'''
|
|
556
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "acceptRoleSessionName"))
|
|
557
|
+
|
|
558
|
+
@accept_role_session_name.setter
|
|
559
|
+
def accept_role_session_name(
|
|
560
|
+
self,
|
|
561
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
562
|
+
) -> None:
|
|
563
|
+
if __debug__:
|
|
564
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b73e942d39a5b84fc4c5c5ea2f2c292a52e77c9c53c9877b433b70fea88f171d)
|
|
565
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
566
|
+
jsii.set(self, "acceptRoleSessionName", value) # pyright: ignore[reportArgumentType]
|
|
545
567
|
|
|
546
568
|
@builtins.property
|
|
547
569
|
@jsii.member(jsii_name="attributeMappings")
|
|
@@ -559,7 +581,7 @@ class CfnProfile(
|
|
|
559
581
|
if __debug__:
|
|
560
582
|
type_hints = typing.get_type_hints(_typecheckingstub__a933bc8a589ca2e29de261062eefb4537f3f9eee0b743f26a28b8b55ea20b163)
|
|
561
583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
562
|
-
jsii.set(self, "attributeMappings", value)
|
|
584
|
+
jsii.set(self, "attributeMappings", value) # pyright: ignore[reportArgumentType]
|
|
563
585
|
|
|
564
586
|
@builtins.property
|
|
565
587
|
@jsii.member(jsii_name="durationSeconds")
|
|
@@ -572,7 +594,7 @@ class CfnProfile(
|
|
|
572
594
|
if __debug__:
|
|
573
595
|
type_hints = typing.get_type_hints(_typecheckingstub__c198b2977e47134c474ca242dadf9d96676c95614df55d34d80a89658dbb1f75)
|
|
574
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
575
|
-
jsii.set(self, "durationSeconds", value)
|
|
597
|
+
jsii.set(self, "durationSeconds", value) # pyright: ignore[reportArgumentType]
|
|
576
598
|
|
|
577
599
|
@builtins.property
|
|
578
600
|
@jsii.member(jsii_name="enabled")
|
|
@@ -590,7 +612,7 @@ class CfnProfile(
|
|
|
590
612
|
if __debug__:
|
|
591
613
|
type_hints = typing.get_type_hints(_typecheckingstub__5c15a55f732285f57f742ed7762ed5a0b7ee11c61c9fe4d09dae35efacf487f6)
|
|
592
614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
593
|
-
jsii.set(self, "enabled", value)
|
|
615
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
594
616
|
|
|
595
617
|
@builtins.property
|
|
596
618
|
@jsii.member(jsii_name="managedPolicyArns")
|
|
@@ -606,7 +628,7 @@ class CfnProfile(
|
|
|
606
628
|
if __debug__:
|
|
607
629
|
type_hints = typing.get_type_hints(_typecheckingstub__b3a5ba76ab9b068fc7d546e708f8eb49f1139ea08824b7940db1ecc46d892581)
|
|
608
630
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
609
|
-
jsii.set(self, "managedPolicyArns", value)
|
|
631
|
+
jsii.set(self, "managedPolicyArns", value) # pyright: ignore[reportArgumentType]
|
|
610
632
|
|
|
611
633
|
@builtins.property
|
|
612
634
|
@jsii.member(jsii_name="requireInstanceProperties")
|
|
@@ -624,7 +646,7 @@ class CfnProfile(
|
|
|
624
646
|
if __debug__:
|
|
625
647
|
type_hints = typing.get_type_hints(_typecheckingstub__a0e912d03975c81c39b553f40f759c521d19500722ee88d157ee1f254cbba4b8)
|
|
626
648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
627
|
-
jsii.set(self, "requireInstanceProperties", value)
|
|
649
|
+
jsii.set(self, "requireInstanceProperties", value) # pyright: ignore[reportArgumentType]
|
|
628
650
|
|
|
629
651
|
@builtins.property
|
|
630
652
|
@jsii.member(jsii_name="sessionPolicy")
|
|
@@ -637,7 +659,7 @@ class CfnProfile(
|
|
|
637
659
|
if __debug__:
|
|
638
660
|
type_hints = typing.get_type_hints(_typecheckingstub__6e9dc15859e3e9704568f9e80b68a145d23ee9b43107d5f48098e5dc7f40af7f)
|
|
639
661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
640
|
-
jsii.set(self, "sessionPolicy", value)
|
|
662
|
+
jsii.set(self, "sessionPolicy", value) # pyright: ignore[reportArgumentType]
|
|
641
663
|
|
|
642
664
|
@builtins.property
|
|
643
665
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -650,7 +672,7 @@ class CfnProfile(
|
|
|
650
672
|
if __debug__:
|
|
651
673
|
type_hints = typing.get_type_hints(_typecheckingstub__99305adebaa684e99f5f2849196087f9cc1788f2b87af7300c436a0feeab285b)
|
|
652
674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
653
|
-
jsii.set(self, "tagsRaw", value)
|
|
675
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
654
676
|
|
|
655
677
|
@jsii.data_type(
|
|
656
678
|
jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnProfile.AttributeMappingProperty",
|
|
@@ -789,6 +811,7 @@ class CfnProfile(
|
|
|
789
811
|
name_mapping={
|
|
790
812
|
"name": "name",
|
|
791
813
|
"role_arns": "roleArns",
|
|
814
|
+
"accept_role_session_name": "acceptRoleSessionName",
|
|
792
815
|
"attribute_mappings": "attributeMappings",
|
|
793
816
|
"duration_seconds": "durationSeconds",
|
|
794
817
|
"enabled": "enabled",
|
|
@@ -804,6 +827,7 @@ class CfnProfileProps:
|
|
|
804
827
|
*,
|
|
805
828
|
name: builtins.str,
|
|
806
829
|
role_arns: typing.Sequence[builtins.str],
|
|
830
|
+
accept_role_session_name: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
807
831
|
attribute_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProfile.AttributeMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
808
832
|
duration_seconds: typing.Optional[jsii.Number] = None,
|
|
809
833
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -816,6 +840,7 @@ class CfnProfileProps:
|
|
|
816
840
|
|
|
817
841
|
:param name: The customer specified name of the resource.
|
|
818
842
|
:param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
|
|
843
|
+
:param accept_role_session_name: Used to determine if a custom role session name will be accepted in a temporary credential request.
|
|
819
844
|
:param attribute_mappings: A mapping applied to the authenticating end-entity certificate.
|
|
820
845
|
:param duration_seconds: The number of seconds vended session credentials will be valid for.
|
|
821
846
|
:param enabled: The enabled status of the resource.
|
|
@@ -838,6 +863,7 @@ class CfnProfileProps:
|
|
|
838
863
|
role_arns=["roleArns"],
|
|
839
864
|
|
|
840
865
|
# the properties below are optional
|
|
866
|
+
accept_role_session_name=False,
|
|
841
867
|
attribute_mappings=[rolesanywhere.CfnProfile.AttributeMappingProperty(
|
|
842
868
|
certificate_field="certificateField",
|
|
843
869
|
mapping_rules=[rolesanywhere.CfnProfile.MappingRuleProperty(
|
|
@@ -859,6 +885,7 @@ class CfnProfileProps:
|
|
|
859
885
|
type_hints = typing.get_type_hints(_typecheckingstub__cc8a99a4d25c139ca779820c498d07ef2292a040188712d06b21830cb9c3d764)
|
|
860
886
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
861
887
|
check_type(argname="argument role_arns", value=role_arns, expected_type=type_hints["role_arns"])
|
|
888
|
+
check_type(argname="argument accept_role_session_name", value=accept_role_session_name, expected_type=type_hints["accept_role_session_name"])
|
|
862
889
|
check_type(argname="argument attribute_mappings", value=attribute_mappings, expected_type=type_hints["attribute_mappings"])
|
|
863
890
|
check_type(argname="argument duration_seconds", value=duration_seconds, expected_type=type_hints["duration_seconds"])
|
|
864
891
|
check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
|
|
@@ -870,6 +897,8 @@ class CfnProfileProps:
|
|
|
870
897
|
"name": name,
|
|
871
898
|
"role_arns": role_arns,
|
|
872
899
|
}
|
|
900
|
+
if accept_role_session_name is not None:
|
|
901
|
+
self._values["accept_role_session_name"] = accept_role_session_name
|
|
873
902
|
if attribute_mappings is not None:
|
|
874
903
|
self._values["attribute_mappings"] = attribute_mappings
|
|
875
904
|
if duration_seconds is not None:
|
|
@@ -905,6 +934,17 @@ class CfnProfileProps:
|
|
|
905
934
|
assert result is not None, "Required property 'role_arns' is missing"
|
|
906
935
|
return typing.cast(typing.List[builtins.str], result)
|
|
907
936
|
|
|
937
|
+
@builtins.property
|
|
938
|
+
def accept_role_session_name(
|
|
939
|
+
self,
|
|
940
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
941
|
+
'''Used to determine if a custom role session name will be accepted in a temporary credential request.
|
|
942
|
+
|
|
943
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-acceptrolesessionname
|
|
944
|
+
'''
|
|
945
|
+
result = self._values.get("accept_role_session_name")
|
|
946
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
947
|
+
|
|
908
948
|
@builtins.property
|
|
909
949
|
def attribute_mappings(
|
|
910
950
|
self,
|
|
@@ -1137,7 +1177,7 @@ class CfnTrustAnchor(
|
|
|
1137
1177
|
if __debug__:
|
|
1138
1178
|
type_hints = typing.get_type_hints(_typecheckingstub__265c9ab39383974ed99c7175f30b9a4ceb5f22cd577edbe2f82df8bf06a4b9a7)
|
|
1139
1179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1140
|
-
jsii.set(self, "name", value)
|
|
1180
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1141
1181
|
|
|
1142
1182
|
@builtins.property
|
|
1143
1183
|
@jsii.member(jsii_name="source")
|
|
@@ -1155,7 +1195,7 @@ class CfnTrustAnchor(
|
|
|
1155
1195
|
if __debug__:
|
|
1156
1196
|
type_hints = typing.get_type_hints(_typecheckingstub__b96b35b1c2f1a1254cda56368cc47ef0b688766951d9ea203e33c12867524fc6)
|
|
1157
1197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1158
|
-
jsii.set(self, "source", value)
|
|
1198
|
+
jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
|
|
1159
1199
|
|
|
1160
1200
|
@builtins.property
|
|
1161
1201
|
@jsii.member(jsii_name="enabled")
|
|
@@ -1173,7 +1213,7 @@ class CfnTrustAnchor(
|
|
|
1173
1213
|
if __debug__:
|
|
1174
1214
|
type_hints = typing.get_type_hints(_typecheckingstub__71c1dcfb08f1fa865b29567c29660256ff1249099dfa782cfa24a3d18aa3505b)
|
|
1175
1215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1176
|
-
jsii.set(self, "enabled", value)
|
|
1216
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
1177
1217
|
|
|
1178
1218
|
@builtins.property
|
|
1179
1219
|
@jsii.member(jsii_name="notificationSettings")
|
|
@@ -1191,7 +1231,7 @@ class CfnTrustAnchor(
|
|
|
1191
1231
|
if __debug__:
|
|
1192
1232
|
type_hints = typing.get_type_hints(_typecheckingstub__23701df66bc277a4e25d78f1e47cfa62da72b1c3d4213f38fc9576a483ebe50a)
|
|
1193
1233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1194
|
-
jsii.set(self, "notificationSettings", value)
|
|
1234
|
+
jsii.set(self, "notificationSettings", value) # pyright: ignore[reportArgumentType]
|
|
1195
1235
|
|
|
1196
1236
|
@builtins.property
|
|
1197
1237
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1204,7 +1244,7 @@ class CfnTrustAnchor(
|
|
|
1204
1244
|
if __debug__:
|
|
1205
1245
|
type_hints = typing.get_type_hints(_typecheckingstub__2d275a36ee2ff1f9512bd9df7c7f4cb41f4083d1e9467ade7c410954159920c6)
|
|
1206
1246
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1207
|
-
jsii.set(self, "tagsRaw", value)
|
|
1247
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1208
1248
|
|
|
1209
1249
|
@jsii.data_type(
|
|
1210
1250
|
jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnTrustAnchor.NotificationSettingProperty",
|
|
@@ -1709,6 +1749,7 @@ def _typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138a
|
|
|
1709
1749
|
*,
|
|
1710
1750
|
name: builtins.str,
|
|
1711
1751
|
role_arns: typing.Sequence[builtins.str],
|
|
1752
|
+
accept_role_session_name: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1712
1753
|
attribute_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProfile.AttributeMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1713
1754
|
duration_seconds: typing.Optional[jsii.Number] = None,
|
|
1714
1755
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -1744,6 +1785,12 @@ def _typecheckingstub__e8d24089a88ab86238c5340434a58996a10c5d047049180f8bfea3a52
|
|
|
1744
1785
|
"""Type checking stubs"""
|
|
1745
1786
|
pass
|
|
1746
1787
|
|
|
1788
|
+
def _typecheckingstub__b73e942d39a5b84fc4c5c5ea2f2c292a52e77c9c53c9877b433b70fea88f171d(
|
|
1789
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
1790
|
+
) -> None:
|
|
1791
|
+
"""Type checking stubs"""
|
|
1792
|
+
pass
|
|
1793
|
+
|
|
1747
1794
|
def _typecheckingstub__a933bc8a589ca2e29de261062eefb4537f3f9eee0b743f26a28b8b55ea20b163(
|
|
1748
1795
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProfile.AttributeMappingProperty]]]],
|
|
1749
1796
|
) -> None:
|
|
@@ -1805,6 +1852,7 @@ def _typecheckingstub__cc8a99a4d25c139ca779820c498d07ef2292a040188712d06b21830cb
|
|
|
1805
1852
|
*,
|
|
1806
1853
|
name: builtins.str,
|
|
1807
1854
|
role_arns: typing.Sequence[builtins.str],
|
|
1855
|
+
accept_role_session_name: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1808
1856
|
attribute_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProfile.AttributeMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1809
1857
|
duration_seconds: typing.Optional[jsii.Number] = None,
|
|
1810
1858
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -832,7 +832,7 @@ class CfnCidrCollection(
|
|
|
832
832
|
if __debug__:
|
|
833
833
|
type_hints = typing.get_type_hints(_typecheckingstub__e50d4b886f4c0718571d1dc70a97b0a1880f116a72668e2684b19ec718caa527)
|
|
834
834
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
835
|
-
jsii.set(self, "name", value)
|
|
835
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
836
836
|
|
|
837
837
|
@builtins.property
|
|
838
838
|
@jsii.member(jsii_name="locations")
|
|
@@ -850,7 +850,7 @@ class CfnCidrCollection(
|
|
|
850
850
|
if __debug__:
|
|
851
851
|
type_hints = typing.get_type_hints(_typecheckingstub__7d1ed42461528e34721c33b3493a2297bae3e47c0fe29589882e2a685605d968)
|
|
852
852
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
853
|
-
jsii.set(self, "locations", value)
|
|
853
|
+
jsii.set(self, "locations", value) # pyright: ignore[reportArgumentType]
|
|
854
854
|
|
|
855
855
|
@jsii.data_type(
|
|
856
856
|
jsii_type="aws-cdk-lib.aws_route53.CfnCidrCollection.LocationProperty",
|
|
@@ -1092,7 +1092,7 @@ class CfnDNSSEC(
|
|
|
1092
1092
|
if __debug__:
|
|
1093
1093
|
type_hints = typing.get_type_hints(_typecheckingstub__49aa879587d46704e9e1a930ff6b1127ca5bcd3a356f6eb50d8324ca68c299b4)
|
|
1094
1094
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1095
|
-
jsii.set(self, "hostedZoneId", value)
|
|
1095
|
+
jsii.set(self, "hostedZoneId", value) # pyright: ignore[reportArgumentType]
|
|
1096
1096
|
|
|
1097
1097
|
|
|
1098
1098
|
@jsii.data_type(
|
|
@@ -1306,7 +1306,7 @@ class CfnHealthCheck(
|
|
|
1306
1306
|
if __debug__:
|
|
1307
1307
|
type_hints = typing.get_type_hints(_typecheckingstub__8b0df7baae49dfed1fb95576ba5c0e5d51660f268bef2a4d82fca32324f94689)
|
|
1308
1308
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1309
|
-
jsii.set(self, "healthCheckConfig", value)
|
|
1309
|
+
jsii.set(self, "healthCheckConfig", value) # pyright: ignore[reportArgumentType]
|
|
1310
1310
|
|
|
1311
1311
|
@builtins.property
|
|
1312
1312
|
@jsii.member(jsii_name="healthCheckTags")
|
|
@@ -1324,7 +1324,7 @@ class CfnHealthCheck(
|
|
|
1324
1324
|
if __debug__:
|
|
1325
1325
|
type_hints = typing.get_type_hints(_typecheckingstub__1d1493e762a114933a5a3775c215007c8d522e932362ff7c530eb00b515208ff)
|
|
1326
1326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1327
|
-
jsii.set(self, "healthCheckTags", value)
|
|
1327
|
+
jsii.set(self, "healthCheckTags", value) # pyright: ignore[reportArgumentType]
|
|
1328
1328
|
|
|
1329
1329
|
@jsii.data_type(
|
|
1330
1330
|
jsii_type="aws-cdk-lib.aws_route53.CfnHealthCheck.AlarmIdentifierProperty",
|
|
@@ -2209,7 +2209,7 @@ class CfnHostedZone(
|
|
|
2209
2209
|
if __debug__:
|
|
2210
2210
|
type_hints = typing.get_type_hints(_typecheckingstub__e764c4ae257c91c5d5b032fbe4eb718b4851ccc5750ef5bd3b5214ef2b4684fd)
|
|
2211
2211
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2212
|
-
jsii.set(self, "hostedZoneConfig", value)
|
|
2212
|
+
jsii.set(self, "hostedZoneConfig", value) # pyright: ignore[reportArgumentType]
|
|
2213
2213
|
|
|
2214
2214
|
@builtins.property
|
|
2215
2215
|
@jsii.member(jsii_name="hostedZoneTagsRaw")
|
|
@@ -2227,7 +2227,7 @@ class CfnHostedZone(
|
|
|
2227
2227
|
if __debug__:
|
|
2228
2228
|
type_hints = typing.get_type_hints(_typecheckingstub__93e68861780d2e75a54677985f3c250e924418dc9e1ac1cc200b770e633acbb6)
|
|
2229
2229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2230
|
-
jsii.set(self, "hostedZoneTagsRaw", value)
|
|
2230
|
+
jsii.set(self, "hostedZoneTagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2231
2231
|
|
|
2232
2232
|
@builtins.property
|
|
2233
2233
|
@jsii.member(jsii_name="name")
|
|
@@ -2240,7 +2240,7 @@ class CfnHostedZone(
|
|
|
2240
2240
|
if __debug__:
|
|
2241
2241
|
type_hints = typing.get_type_hints(_typecheckingstub__91099dfc3159698491b9498cddba1ba706c12aeede11ee9ccadf937019c2ae08)
|
|
2242
2242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2243
|
-
jsii.set(self, "name", value)
|
|
2243
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2244
2244
|
|
|
2245
2245
|
@builtins.property
|
|
2246
2246
|
@jsii.member(jsii_name="queryLoggingConfig")
|
|
@@ -2258,7 +2258,7 @@ class CfnHostedZone(
|
|
|
2258
2258
|
if __debug__:
|
|
2259
2259
|
type_hints = typing.get_type_hints(_typecheckingstub__02d1784db152ce69ef63512574d41672ddd53e2038e23c71ff72325772d8b489)
|
|
2260
2260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2261
|
-
jsii.set(self, "queryLoggingConfig", value)
|
|
2261
|
+
jsii.set(self, "queryLoggingConfig", value) # pyright: ignore[reportArgumentType]
|
|
2262
2262
|
|
|
2263
2263
|
@builtins.property
|
|
2264
2264
|
@jsii.member(jsii_name="vpcs")
|
|
@@ -2276,7 +2276,7 @@ class CfnHostedZone(
|
|
|
2276
2276
|
if __debug__:
|
|
2277
2277
|
type_hints = typing.get_type_hints(_typecheckingstub__45fa6589ea7645f299a1666ba66ea7f49172916fae56fe49b48ee2d8bfa87241)
|
|
2278
2278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2279
|
-
jsii.set(self, "vpcs", value)
|
|
2279
|
+
jsii.set(self, "vpcs", value) # pyright: ignore[reportArgumentType]
|
|
2280
2280
|
|
|
2281
2281
|
@jsii.data_type(
|
|
2282
2282
|
jsii_type="aws-cdk-lib.aws_route53.CfnHostedZone.HostedZoneConfigProperty",
|
|
@@ -2846,7 +2846,7 @@ class CfnKeySigningKey(
|
|
|
2846
2846
|
if __debug__:
|
|
2847
2847
|
type_hints = typing.get_type_hints(_typecheckingstub__a977d3e0b2b3f9a9e1ffa361297317c52032e041b63d5aea96d7b3236e1bcc76)
|
|
2848
2848
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2849
|
-
jsii.set(self, "hostedZoneId", value)
|
|
2849
|
+
jsii.set(self, "hostedZoneId", value) # pyright: ignore[reportArgumentType]
|
|
2850
2850
|
|
|
2851
2851
|
@builtins.property
|
|
2852
2852
|
@jsii.member(jsii_name="keyManagementServiceArn")
|
|
@@ -2859,7 +2859,7 @@ class CfnKeySigningKey(
|
|
|
2859
2859
|
if __debug__:
|
|
2860
2860
|
type_hints = typing.get_type_hints(_typecheckingstub__b11e2fadcc2e7f8dd0b969ae638b6fef820af613ac524490a21fcfa87cbe4b1b)
|
|
2861
2861
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2862
|
-
jsii.set(self, "keyManagementServiceArn", value)
|
|
2862
|
+
jsii.set(self, "keyManagementServiceArn", value) # pyright: ignore[reportArgumentType]
|
|
2863
2863
|
|
|
2864
2864
|
@builtins.property
|
|
2865
2865
|
@jsii.member(jsii_name="name")
|
|
@@ -2872,7 +2872,7 @@ class CfnKeySigningKey(
|
|
|
2872
2872
|
if __debug__:
|
|
2873
2873
|
type_hints = typing.get_type_hints(_typecheckingstub__c99ca2799db6059925703f6f02ff9fa298bf7e6106b621b1f66a86e2928f1a56)
|
|
2874
2874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2875
|
-
jsii.set(self, "name", value)
|
|
2875
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2876
2876
|
|
|
2877
2877
|
@builtins.property
|
|
2878
2878
|
@jsii.member(jsii_name="status")
|
|
@@ -2885,7 +2885,7 @@ class CfnKeySigningKey(
|
|
|
2885
2885
|
if __debug__:
|
|
2886
2886
|
type_hints = typing.get_type_hints(_typecheckingstub__8a53087887c17259968953d4112cc4979b6d97d83c742c614204a0840acd1951)
|
|
2887
2887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2888
|
-
jsii.set(self, "status", value)
|
|
2888
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
2889
2889
|
|
|
2890
2890
|
|
|
2891
2891
|
@jsii.data_type(
|
|
@@ -3200,7 +3200,7 @@ class CfnRecordSet(
|
|
|
3200
3200
|
if __debug__:
|
|
3201
3201
|
type_hints = typing.get_type_hints(_typecheckingstub__173457195308ceadf9faa78064a52b9ebc4a356fcff5446dce5527a0f82366c1)
|
|
3202
3202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3203
|
-
jsii.set(self, "name", value)
|
|
3203
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3204
3204
|
|
|
3205
3205
|
@builtins.property
|
|
3206
3206
|
@jsii.member(jsii_name="type")
|
|
@@ -3213,7 +3213,7 @@ class CfnRecordSet(
|
|
|
3213
3213
|
if __debug__:
|
|
3214
3214
|
type_hints = typing.get_type_hints(_typecheckingstub__0d764bdec1a7fb5aef453f572d560d1b8aed69fb8dcfec021e5660608a78cd63)
|
|
3215
3215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3216
|
-
jsii.set(self, "type", value)
|
|
3216
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
3217
3217
|
|
|
3218
3218
|
@builtins.property
|
|
3219
3219
|
@jsii.member(jsii_name="aliasTarget")
|
|
@@ -3231,7 +3231,7 @@ class CfnRecordSet(
|
|
|
3231
3231
|
if __debug__:
|
|
3232
3232
|
type_hints = typing.get_type_hints(_typecheckingstub__b0a16cf391736226a70d1a59be2ffd652193be54e61b33e07b2b502b7444ebc0)
|
|
3233
3233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3234
|
-
jsii.set(self, "aliasTarget", value)
|
|
3234
|
+
jsii.set(self, "aliasTarget", value) # pyright: ignore[reportArgumentType]
|
|
3235
3235
|
|
|
3236
3236
|
@builtins.property
|
|
3237
3237
|
@jsii.member(jsii_name="cidrRoutingConfig")
|
|
@@ -3249,7 +3249,7 @@ class CfnRecordSet(
|
|
|
3249
3249
|
if __debug__:
|
|
3250
3250
|
type_hints = typing.get_type_hints(_typecheckingstub__9573d618d7f59fad50ecf9e676d892ccfe65d8be595e465b068eec35f7931458)
|
|
3251
3251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3252
|
-
jsii.set(self, "cidrRoutingConfig", value)
|
|
3252
|
+
jsii.set(self, "cidrRoutingConfig", value) # pyright: ignore[reportArgumentType]
|
|
3253
3253
|
|
|
3254
3254
|
@builtins.property
|
|
3255
3255
|
@jsii.member(jsii_name="comment")
|
|
@@ -3262,7 +3262,7 @@ class CfnRecordSet(
|
|
|
3262
3262
|
if __debug__:
|
|
3263
3263
|
type_hints = typing.get_type_hints(_typecheckingstub__d8e87d623f2ac71368cf9931ccdeb8214817a43ef5c3db34b4027a16981eba4e)
|
|
3264
3264
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3265
|
-
jsii.set(self, "comment", value)
|
|
3265
|
+
jsii.set(self, "comment", value) # pyright: ignore[reportArgumentType]
|
|
3266
3266
|
|
|
3267
3267
|
@builtins.property
|
|
3268
3268
|
@jsii.member(jsii_name="failover")
|
|
@@ -3275,7 +3275,7 @@ class CfnRecordSet(
|
|
|
3275
3275
|
if __debug__:
|
|
3276
3276
|
type_hints = typing.get_type_hints(_typecheckingstub__79006fc8c23dbed3ebc1e2c4a59dbaef71eada9146612d1d44ad17bf006a1f70)
|
|
3277
3277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3278
|
-
jsii.set(self, "failover", value)
|
|
3278
|
+
jsii.set(self, "failover", value) # pyright: ignore[reportArgumentType]
|
|
3279
3279
|
|
|
3280
3280
|
@builtins.property
|
|
3281
3281
|
@jsii.member(jsii_name="geoLocation")
|
|
@@ -3293,7 +3293,7 @@ class CfnRecordSet(
|
|
|
3293
3293
|
if __debug__:
|
|
3294
3294
|
type_hints = typing.get_type_hints(_typecheckingstub__e7b257b8973ecbc1eff717cef5d9e9a86a7e93521a1f67acf22b2e8461e1b642)
|
|
3295
3295
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3296
|
-
jsii.set(self, "geoLocation", value)
|
|
3296
|
+
jsii.set(self, "geoLocation", value) # pyright: ignore[reportArgumentType]
|
|
3297
3297
|
|
|
3298
3298
|
@builtins.property
|
|
3299
3299
|
@jsii.member(jsii_name="geoProximityLocation")
|
|
@@ -3311,7 +3311,7 @@ class CfnRecordSet(
|
|
|
3311
3311
|
if __debug__:
|
|
3312
3312
|
type_hints = typing.get_type_hints(_typecheckingstub__ac8d1aee0fc5c4e2eba653391bb8b61826a08b6708db398bae5b22b4e13fcf05)
|
|
3313
3313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3314
|
-
jsii.set(self, "geoProximityLocation", value)
|
|
3314
|
+
jsii.set(self, "geoProximityLocation", value) # pyright: ignore[reportArgumentType]
|
|
3315
3315
|
|
|
3316
3316
|
@builtins.property
|
|
3317
3317
|
@jsii.member(jsii_name="healthCheckId")
|
|
@@ -3324,7 +3324,7 @@ class CfnRecordSet(
|
|
|
3324
3324
|
if __debug__:
|
|
3325
3325
|
type_hints = typing.get_type_hints(_typecheckingstub__6008831249a60a522c31e8ed28371a87feee29b69976deadfbbb7939c49e5a0a)
|
|
3326
3326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3327
|
-
jsii.set(self, "healthCheckId", value)
|
|
3327
|
+
jsii.set(self, "healthCheckId", value) # pyright: ignore[reportArgumentType]
|
|
3328
3328
|
|
|
3329
3329
|
@builtins.property
|
|
3330
3330
|
@jsii.member(jsii_name="hostedZoneId")
|
|
@@ -3337,7 +3337,7 @@ class CfnRecordSet(
|
|
|
3337
3337
|
if __debug__:
|
|
3338
3338
|
type_hints = typing.get_type_hints(_typecheckingstub__3afc428680f9605da623df52766517926597c1cedf85b11836d156e5b0492fff)
|
|
3339
3339
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3340
|
-
jsii.set(self, "hostedZoneId", value)
|
|
3340
|
+
jsii.set(self, "hostedZoneId", value) # pyright: ignore[reportArgumentType]
|
|
3341
3341
|
|
|
3342
3342
|
@builtins.property
|
|
3343
3343
|
@jsii.member(jsii_name="hostedZoneName")
|
|
@@ -3350,7 +3350,7 @@ class CfnRecordSet(
|
|
|
3350
3350
|
if __debug__:
|
|
3351
3351
|
type_hints = typing.get_type_hints(_typecheckingstub__a7ed3b70491b7ea26f2195c97e2146c9f0e7366194f534e8a71a2dbcde9c7634)
|
|
3352
3352
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3353
|
-
jsii.set(self, "hostedZoneName", value)
|
|
3353
|
+
jsii.set(self, "hostedZoneName", value) # pyright: ignore[reportArgumentType]
|
|
3354
3354
|
|
|
3355
3355
|
@builtins.property
|
|
3356
3356
|
@jsii.member(jsii_name="multiValueAnswer")
|
|
@@ -3368,7 +3368,7 @@ class CfnRecordSet(
|
|
|
3368
3368
|
if __debug__:
|
|
3369
3369
|
type_hints = typing.get_type_hints(_typecheckingstub__cc829fb8c432409e77ff577c111238c3b8554f78a040b7ecdffeb62edb27cf24)
|
|
3370
3370
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3371
|
-
jsii.set(self, "multiValueAnswer", value)
|
|
3371
|
+
jsii.set(self, "multiValueAnswer", value) # pyright: ignore[reportArgumentType]
|
|
3372
3372
|
|
|
3373
3373
|
@builtins.property
|
|
3374
3374
|
@jsii.member(jsii_name="region")
|
|
@@ -3381,7 +3381,7 @@ class CfnRecordSet(
|
|
|
3381
3381
|
if __debug__:
|
|
3382
3382
|
type_hints = typing.get_type_hints(_typecheckingstub__4e8e56811d430d9adaea085bb5b15a937d1a1a06eb6f77c3eb66770f6f8b5073)
|
|
3383
3383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3384
|
-
jsii.set(self, "region", value)
|
|
3384
|
+
jsii.set(self, "region", value) # pyright: ignore[reportArgumentType]
|
|
3385
3385
|
|
|
3386
3386
|
@builtins.property
|
|
3387
3387
|
@jsii.member(jsii_name="resourceRecords")
|
|
@@ -3397,7 +3397,7 @@ class CfnRecordSet(
|
|
|
3397
3397
|
if __debug__:
|
|
3398
3398
|
type_hints = typing.get_type_hints(_typecheckingstub__5b020353bfb0b9ee7bc698effc5888164835bd548ead89bdc9fd99a31474d7cd)
|
|
3399
3399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3400
|
-
jsii.set(self, "resourceRecords", value)
|
|
3400
|
+
jsii.set(self, "resourceRecords", value) # pyright: ignore[reportArgumentType]
|
|
3401
3401
|
|
|
3402
3402
|
@builtins.property
|
|
3403
3403
|
@jsii.member(jsii_name="setIdentifier")
|
|
@@ -3410,7 +3410,7 @@ class CfnRecordSet(
|
|
|
3410
3410
|
if __debug__:
|
|
3411
3411
|
type_hints = typing.get_type_hints(_typecheckingstub__1b95c315d1a586fa24b707f1b31210ab6858b88d54fc32c5fab80e08220930c7)
|
|
3412
3412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3413
|
-
jsii.set(self, "setIdentifier", value)
|
|
3413
|
+
jsii.set(self, "setIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3414
3414
|
|
|
3415
3415
|
@builtins.property
|
|
3416
3416
|
@jsii.member(jsii_name="ttl")
|
|
@@ -3426,7 +3426,7 @@ class CfnRecordSet(
|
|
|
3426
3426
|
if __debug__:
|
|
3427
3427
|
type_hints = typing.get_type_hints(_typecheckingstub__6235e7f8dad691c76887db81a7b5573fb5ed22b4706905208bbca87c9087002d)
|
|
3428
3428
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3429
|
-
jsii.set(self, "ttl", value)
|
|
3429
|
+
jsii.set(self, "ttl", value) # pyright: ignore[reportArgumentType]
|
|
3430
3430
|
|
|
3431
3431
|
@builtins.property
|
|
3432
3432
|
@jsii.member(jsii_name="weight")
|
|
@@ -3439,7 +3439,7 @@ class CfnRecordSet(
|
|
|
3439
3439
|
if __debug__:
|
|
3440
3440
|
type_hints = typing.get_type_hints(_typecheckingstub__166c0517a88d98d1b7fe07fa34082de049ec954fde21b5c1376524e3c7146134)
|
|
3441
3441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3442
|
-
jsii.set(self, "weight", value)
|
|
3442
|
+
jsii.set(self, "weight", value) # pyright: ignore[reportArgumentType]
|
|
3443
3443
|
|
|
3444
3444
|
@jsii.data_type(
|
|
3445
3445
|
jsii_type="aws-cdk-lib.aws_route53.CfnRecordSet.AliasTargetProperty",
|
|
@@ -4167,7 +4167,7 @@ class CfnRecordSetGroup(
|
|
|
4167
4167
|
if __debug__:
|
|
4168
4168
|
type_hints = typing.get_type_hints(_typecheckingstub__c97ac966771356be453e30c879df180c0ddc8815675496dd0165606bedf4c9e7)
|
|
4169
4169
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4170
|
-
jsii.set(self, "comment", value)
|
|
4170
|
+
jsii.set(self, "comment", value) # pyright: ignore[reportArgumentType]
|
|
4171
4171
|
|
|
4172
4172
|
@builtins.property
|
|
4173
4173
|
@jsii.member(jsii_name="hostedZoneId")
|
|
@@ -4180,7 +4180,7 @@ class CfnRecordSetGroup(
|
|
|
4180
4180
|
if __debug__:
|
|
4181
4181
|
type_hints = typing.get_type_hints(_typecheckingstub__1424150c5729da24929b30da713b6d33d1015579282157aecedd97e989f6938f)
|
|
4182
4182
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4183
|
-
jsii.set(self, "hostedZoneId", value)
|
|
4183
|
+
jsii.set(self, "hostedZoneId", value) # pyright: ignore[reportArgumentType]
|
|
4184
4184
|
|
|
4185
4185
|
@builtins.property
|
|
4186
4186
|
@jsii.member(jsii_name="hostedZoneName")
|
|
@@ -4193,7 +4193,7 @@ class CfnRecordSetGroup(
|
|
|
4193
4193
|
if __debug__:
|
|
4194
4194
|
type_hints = typing.get_type_hints(_typecheckingstub__9f9f2119ab4a72afe07344595f0bb4fb1b9015e2e273b9dea6abcfbafa762ed4)
|
|
4195
4195
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4196
|
-
jsii.set(self, "hostedZoneName", value)
|
|
4196
|
+
jsii.set(self, "hostedZoneName", value) # pyright: ignore[reportArgumentType]
|
|
4197
4197
|
|
|
4198
4198
|
@builtins.property
|
|
4199
4199
|
@jsii.member(jsii_name="recordSets")
|
|
@@ -4211,7 +4211,7 @@ class CfnRecordSetGroup(
|
|
|
4211
4211
|
if __debug__:
|
|
4212
4212
|
type_hints = typing.get_type_hints(_typecheckingstub__9fb00744f239be86927ab07333f9aa97d44af1dbaabd6b50dc186a5a6f344824)
|
|
4213
4213
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4214
|
-
jsii.set(self, "recordSets", value)
|
|
4214
|
+
jsii.set(self, "recordSets", value) # pyright: ignore[reportArgumentType]
|
|
4215
4215
|
|
|
4216
4216
|
@jsii.data_type(
|
|
4217
4217
|
jsii_type="aws-cdk-lib.aws_route53.CfnRecordSetGroup.AliasTargetProperty",
|
|
@@ -9453,7 +9453,7 @@ class VpcEndpointServiceDomainName(
|
|
|
9453
9453
|
if __debug__:
|
|
9454
9454
|
type_hints = typing.get_type_hints(_typecheckingstub__cb8d9c4cf0d124563d17362021e80fc8fa146791616e752bd4a8ccb6df767280)
|
|
9455
9455
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9456
|
-
jsii.set(self, "domainName", value)
|
|
9456
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
9457
9457
|
|
|
9458
9458
|
|
|
9459
9459
|
@jsii.data_type(
|