aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_redshift/__init__.py
CHANGED
|
@@ -118,6 +118,8 @@ class CfnCluster(
|
|
|
118
118
|
kms_key_id="kmsKeyId",
|
|
119
119
|
logging_properties=redshift.CfnCluster.LoggingPropertiesProperty(
|
|
120
120
|
bucket_name="bucketName",
|
|
121
|
+
log_destination_type="logDestinationType",
|
|
122
|
+
log_exports=["logExports"],
|
|
121
123
|
s3_key_prefix="s3KeyPrefix"
|
|
122
124
|
),
|
|
123
125
|
maintenance_track_name="maintenanceTrackName",
|
|
@@ -431,7 +433,7 @@ class CfnCluster(
|
|
|
431
433
|
if __debug__:
|
|
432
434
|
type_hints = typing.get_type_hints(_typecheckingstub__b228c18c00d6efcc3f5f513f526c5588459dbc4716e98017abe3c85b8869edcf)
|
|
433
435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
434
|
-
jsii.set(self, "clusterType", value)
|
|
436
|
+
jsii.set(self, "clusterType", value) # pyright: ignore[reportArgumentType]
|
|
435
437
|
|
|
436
438
|
@builtins.property
|
|
437
439
|
@jsii.member(jsii_name="dbName")
|
|
@@ -444,7 +446,7 @@ class CfnCluster(
|
|
|
444
446
|
if __debug__:
|
|
445
447
|
type_hints = typing.get_type_hints(_typecheckingstub__d9a6569f04f712a8617c29ce39f051b6b7718c2759016fd8c2a5129f2c3a9fc0)
|
|
446
448
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
447
|
-
jsii.set(self, "dbName", value)
|
|
449
|
+
jsii.set(self, "dbName", value) # pyright: ignore[reportArgumentType]
|
|
448
450
|
|
|
449
451
|
@builtins.property
|
|
450
452
|
@jsii.member(jsii_name="masterUsername")
|
|
@@ -457,7 +459,7 @@ class CfnCluster(
|
|
|
457
459
|
if __debug__:
|
|
458
460
|
type_hints = typing.get_type_hints(_typecheckingstub__d32dd6d1faa4bf4d38fbc9173d77c54548a2fb5386ec97451b20f4a4e928001a)
|
|
459
461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
460
|
-
jsii.set(self, "masterUsername", value)
|
|
462
|
+
jsii.set(self, "masterUsername", value) # pyright: ignore[reportArgumentType]
|
|
461
463
|
|
|
462
464
|
@builtins.property
|
|
463
465
|
@jsii.member(jsii_name="nodeType")
|
|
@@ -470,7 +472,7 @@ class CfnCluster(
|
|
|
470
472
|
if __debug__:
|
|
471
473
|
type_hints = typing.get_type_hints(_typecheckingstub__fd39ef012e3b964f5c72dcc3385a8861f7af2aed9a450ea99e69c540c77b2af3)
|
|
472
474
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
473
|
-
jsii.set(self, "nodeType", value)
|
|
475
|
+
jsii.set(self, "nodeType", value) # pyright: ignore[reportArgumentType]
|
|
474
476
|
|
|
475
477
|
@builtins.property
|
|
476
478
|
@jsii.member(jsii_name="allowVersionUpgrade")
|
|
@@ -488,7 +490,7 @@ class CfnCluster(
|
|
|
488
490
|
if __debug__:
|
|
489
491
|
type_hints = typing.get_type_hints(_typecheckingstub__b7ca48fbd412a24c0cb2a878179eca6e182ee7d8c69be5b4dbcc9862b44f73c1)
|
|
490
492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
491
|
-
jsii.set(self, "allowVersionUpgrade", value)
|
|
493
|
+
jsii.set(self, "allowVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
492
494
|
|
|
493
495
|
@builtins.property
|
|
494
496
|
@jsii.member(jsii_name="aquaConfigurationStatus")
|
|
@@ -501,7 +503,7 @@ class CfnCluster(
|
|
|
501
503
|
if __debug__:
|
|
502
504
|
type_hints = typing.get_type_hints(_typecheckingstub__6cdce8be072a8ad4655038a048a780e28c874f470b860ba5efeeb19c470e71b0)
|
|
503
505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
504
|
-
jsii.set(self, "aquaConfigurationStatus", value)
|
|
506
|
+
jsii.set(self, "aquaConfigurationStatus", value) # pyright: ignore[reportArgumentType]
|
|
505
507
|
|
|
506
508
|
@builtins.property
|
|
507
509
|
@jsii.member(jsii_name="automatedSnapshotRetentionPeriod")
|
|
@@ -517,7 +519,7 @@ class CfnCluster(
|
|
|
517
519
|
if __debug__:
|
|
518
520
|
type_hints = typing.get_type_hints(_typecheckingstub__ed5582d6104bfbddace4e373fcab8d459431100b894b1a16de7955842e400de2)
|
|
519
521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
520
|
-
jsii.set(self, "automatedSnapshotRetentionPeriod", value)
|
|
522
|
+
jsii.set(self, "automatedSnapshotRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
521
523
|
|
|
522
524
|
@builtins.property
|
|
523
525
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -530,7 +532,7 @@ class CfnCluster(
|
|
|
530
532
|
if __debug__:
|
|
531
533
|
type_hints = typing.get_type_hints(_typecheckingstub__c65bcbcfa0b5c942ee2dc4ddc36123d19ebb2e20f61c7d530335b08b87aa98e0)
|
|
532
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
533
|
-
jsii.set(self, "availabilityZone", value)
|
|
535
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
534
536
|
|
|
535
537
|
@builtins.property
|
|
536
538
|
@jsii.member(jsii_name="availabilityZoneRelocation")
|
|
@@ -548,7 +550,7 @@ class CfnCluster(
|
|
|
548
550
|
if __debug__:
|
|
549
551
|
type_hints = typing.get_type_hints(_typecheckingstub__c1b7e4b7b94737e4e8b1853309ee5372d1269f37dcf09d4ee449f352e5c55c0c)
|
|
550
552
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
551
|
-
jsii.set(self, "availabilityZoneRelocation", value)
|
|
553
|
+
jsii.set(self, "availabilityZoneRelocation", value) # pyright: ignore[reportArgumentType]
|
|
552
554
|
|
|
553
555
|
@builtins.property
|
|
554
556
|
@jsii.member(jsii_name="availabilityZoneRelocationStatus")
|
|
@@ -564,7 +566,7 @@ class CfnCluster(
|
|
|
564
566
|
if __debug__:
|
|
565
567
|
type_hints = typing.get_type_hints(_typecheckingstub__6634fb9f81aef0b48d0404fc2c8ec19d02a04b1a9d7c65863692e53f28a978b6)
|
|
566
568
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
567
|
-
jsii.set(self, "availabilityZoneRelocationStatus", value)
|
|
569
|
+
jsii.set(self, "availabilityZoneRelocationStatus", value) # pyright: ignore[reportArgumentType]
|
|
568
570
|
|
|
569
571
|
@builtins.property
|
|
570
572
|
@jsii.member(jsii_name="classic")
|
|
@@ -582,7 +584,7 @@ class CfnCluster(
|
|
|
582
584
|
if __debug__:
|
|
583
585
|
type_hints = typing.get_type_hints(_typecheckingstub__f86549952f63853b3a6d50c0ea714bcad7fc4bcbeea239762fe3bc3035e81531)
|
|
584
586
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
585
|
-
jsii.set(self, "classic", value)
|
|
587
|
+
jsii.set(self, "classic", value) # pyright: ignore[reportArgumentType]
|
|
586
588
|
|
|
587
589
|
@builtins.property
|
|
588
590
|
@jsii.member(jsii_name="clusterIdentifier")
|
|
@@ -595,7 +597,7 @@ class CfnCluster(
|
|
|
595
597
|
if __debug__:
|
|
596
598
|
type_hints = typing.get_type_hints(_typecheckingstub__9d01d7ad2f21e729a4d05a6c6c40c03bbeff0a26976f99e7487e40fe7c6aec7e)
|
|
597
599
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
598
|
-
jsii.set(self, "clusterIdentifier", value)
|
|
600
|
+
jsii.set(self, "clusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
599
601
|
|
|
600
602
|
@builtins.property
|
|
601
603
|
@jsii.member(jsii_name="clusterParameterGroupName")
|
|
@@ -611,7 +613,7 @@ class CfnCluster(
|
|
|
611
613
|
if __debug__:
|
|
612
614
|
type_hints = typing.get_type_hints(_typecheckingstub__b14873e72b628e6b816d839111208ef6aa6af543ebe87c8be7b488ef5566b602)
|
|
613
615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
614
|
-
jsii.set(self, "clusterParameterGroupName", value)
|
|
616
|
+
jsii.set(self, "clusterParameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
615
617
|
|
|
616
618
|
@builtins.property
|
|
617
619
|
@jsii.member(jsii_name="clusterSecurityGroups")
|
|
@@ -627,7 +629,7 @@ class CfnCluster(
|
|
|
627
629
|
if __debug__:
|
|
628
630
|
type_hints = typing.get_type_hints(_typecheckingstub__a651f09ef507bb8529243e4a1dc4c6db1ed0753b890fafe63aa18f8ed2fed90c)
|
|
629
631
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
630
|
-
jsii.set(self, "clusterSecurityGroups", value)
|
|
632
|
+
jsii.set(self, "clusterSecurityGroups", value) # pyright: ignore[reportArgumentType]
|
|
631
633
|
|
|
632
634
|
@builtins.property
|
|
633
635
|
@jsii.member(jsii_name="clusterSubnetGroupName")
|
|
@@ -640,7 +642,7 @@ class CfnCluster(
|
|
|
640
642
|
if __debug__:
|
|
641
643
|
type_hints = typing.get_type_hints(_typecheckingstub__5a6de3cf6594b7e052bda7985e485f86e4d3c373ccc8db3221e45f5e1dd17325)
|
|
642
644
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "clusterSubnetGroupName", value)
|
|
645
|
+
jsii.set(self, "clusterSubnetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
644
646
|
|
|
645
647
|
@builtins.property
|
|
646
648
|
@jsii.member(jsii_name="clusterVersion")
|
|
@@ -653,7 +655,7 @@ class CfnCluster(
|
|
|
653
655
|
if __debug__:
|
|
654
656
|
type_hints = typing.get_type_hints(_typecheckingstub__55a998895e7e966b871bd67fe918e51ba3671e2c2b298eb8eb34d7f51d07206e)
|
|
655
657
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
656
|
-
jsii.set(self, "clusterVersion", value)
|
|
658
|
+
jsii.set(self, "clusterVersion", value) # pyright: ignore[reportArgumentType]
|
|
657
659
|
|
|
658
660
|
@builtins.property
|
|
659
661
|
@jsii.member(jsii_name="deferMaintenance")
|
|
@@ -671,7 +673,7 @@ class CfnCluster(
|
|
|
671
673
|
if __debug__:
|
|
672
674
|
type_hints = typing.get_type_hints(_typecheckingstub__4237433b5883296c8faff34d0e01925a666684fbee40ec2906e948a41d50e503)
|
|
673
675
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
674
|
-
jsii.set(self, "deferMaintenance", value)
|
|
676
|
+
jsii.set(self, "deferMaintenance", value) # pyright: ignore[reportArgumentType]
|
|
675
677
|
|
|
676
678
|
@builtins.property
|
|
677
679
|
@jsii.member(jsii_name="deferMaintenanceDuration")
|
|
@@ -684,7 +686,7 @@ class CfnCluster(
|
|
|
684
686
|
if __debug__:
|
|
685
687
|
type_hints = typing.get_type_hints(_typecheckingstub__b38793f2500254714c6067bec6f72a5a038c50d8bc9b6b03b375518dce428a13)
|
|
686
688
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
687
|
-
jsii.set(self, "deferMaintenanceDuration", value)
|
|
689
|
+
jsii.set(self, "deferMaintenanceDuration", value) # pyright: ignore[reportArgumentType]
|
|
688
690
|
|
|
689
691
|
@builtins.property
|
|
690
692
|
@jsii.member(jsii_name="deferMaintenanceEndTime")
|
|
@@ -697,7 +699,7 @@ class CfnCluster(
|
|
|
697
699
|
if __debug__:
|
|
698
700
|
type_hints = typing.get_type_hints(_typecheckingstub__707a603887573fd509d9f52453e8a586dcbece345650487f919175b7a32ce0f1)
|
|
699
701
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
700
|
-
jsii.set(self, "deferMaintenanceEndTime", value)
|
|
702
|
+
jsii.set(self, "deferMaintenanceEndTime", value) # pyright: ignore[reportArgumentType]
|
|
701
703
|
|
|
702
704
|
@builtins.property
|
|
703
705
|
@jsii.member(jsii_name="deferMaintenanceStartTime")
|
|
@@ -713,7 +715,7 @@ class CfnCluster(
|
|
|
713
715
|
if __debug__:
|
|
714
716
|
type_hints = typing.get_type_hints(_typecheckingstub__dd9fc695606c0a941294d8fb46b82ad186d9cc0f1ceecc9efea154fa51e57d2b)
|
|
715
717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
716
|
-
jsii.set(self, "deferMaintenanceStartTime", value)
|
|
718
|
+
jsii.set(self, "deferMaintenanceStartTime", value) # pyright: ignore[reportArgumentType]
|
|
717
719
|
|
|
718
720
|
@builtins.property
|
|
719
721
|
@jsii.member(jsii_name="destinationRegion")
|
|
@@ -726,7 +728,7 @@ class CfnCluster(
|
|
|
726
728
|
if __debug__:
|
|
727
729
|
type_hints = typing.get_type_hints(_typecheckingstub__9affeaf50223bc3ddba02727393f5841690e26871908e7f312f79f76ce20857c)
|
|
728
730
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
729
|
-
jsii.set(self, "destinationRegion", value)
|
|
731
|
+
jsii.set(self, "destinationRegion", value) # pyright: ignore[reportArgumentType]
|
|
730
732
|
|
|
731
733
|
@builtins.property
|
|
732
734
|
@jsii.member(jsii_name="elasticIp")
|
|
@@ -739,7 +741,7 @@ class CfnCluster(
|
|
|
739
741
|
if __debug__:
|
|
740
742
|
type_hints = typing.get_type_hints(_typecheckingstub__8af4905b0871175bb94d0e68d7844830025c4dfe81acb2f97d60012f417d079f)
|
|
741
743
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
742
|
-
jsii.set(self, "elasticIp", value)
|
|
744
|
+
jsii.set(self, "elasticIp", value) # pyright: ignore[reportArgumentType]
|
|
743
745
|
|
|
744
746
|
@builtins.property
|
|
745
747
|
@jsii.member(jsii_name="encrypted")
|
|
@@ -757,7 +759,7 @@ class CfnCluster(
|
|
|
757
759
|
if __debug__:
|
|
758
760
|
type_hints = typing.get_type_hints(_typecheckingstub__57b1075c71946fea633b06672f811d3ed06a3627779b2123983ff2dbad9432e7)
|
|
759
761
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
760
|
-
jsii.set(self, "encrypted", value)
|
|
762
|
+
jsii.set(self, "encrypted", value) # pyright: ignore[reportArgumentType]
|
|
761
763
|
|
|
762
764
|
@builtins.property
|
|
763
765
|
@jsii.member(jsii_name="endpoint")
|
|
@@ -775,7 +777,7 @@ class CfnCluster(
|
|
|
775
777
|
if __debug__:
|
|
776
778
|
type_hints = typing.get_type_hints(_typecheckingstub__91af587b7f602d533107461b26deea688b9ac30f8cff34b2f281da70b5f20be0)
|
|
777
779
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
778
|
-
jsii.set(self, "endpoint", value)
|
|
780
|
+
jsii.set(self, "endpoint", value) # pyright: ignore[reportArgumentType]
|
|
779
781
|
|
|
780
782
|
@builtins.property
|
|
781
783
|
@jsii.member(jsii_name="enhancedVpcRouting")
|
|
@@ -793,7 +795,7 @@ class CfnCluster(
|
|
|
793
795
|
if __debug__:
|
|
794
796
|
type_hints = typing.get_type_hints(_typecheckingstub__38f39b0b2b5df52249767c8cb6463c876078868c14687667fd735f0b6d22fb18)
|
|
795
797
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
796
|
-
jsii.set(self, "enhancedVpcRouting", value)
|
|
798
|
+
jsii.set(self, "enhancedVpcRouting", value) # pyright: ignore[reportArgumentType]
|
|
797
799
|
|
|
798
800
|
@builtins.property
|
|
799
801
|
@jsii.member(jsii_name="hsmClientCertificateIdentifier")
|
|
@@ -809,7 +811,7 @@ class CfnCluster(
|
|
|
809
811
|
if __debug__:
|
|
810
812
|
type_hints = typing.get_type_hints(_typecheckingstub__5024cde1beb60571770fd7108dbe12a4a475dfeac6bf7a1e1027e2081e58e486)
|
|
811
813
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
812
|
-
jsii.set(self, "hsmClientCertificateIdentifier", value)
|
|
814
|
+
jsii.set(self, "hsmClientCertificateIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
813
815
|
|
|
814
816
|
@builtins.property
|
|
815
817
|
@jsii.member(jsii_name="hsmConfigurationIdentifier")
|
|
@@ -825,7 +827,7 @@ class CfnCluster(
|
|
|
825
827
|
if __debug__:
|
|
826
828
|
type_hints = typing.get_type_hints(_typecheckingstub__23dbabcc0b1bd43d467873c3ad184988bc516c60957ee94cf9abaf50268fff8d)
|
|
827
829
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
828
|
-
jsii.set(self, "hsmConfigurationIdentifier", value)
|
|
830
|
+
jsii.set(self, "hsmConfigurationIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
829
831
|
|
|
830
832
|
@builtins.property
|
|
831
833
|
@jsii.member(jsii_name="iamRoles")
|
|
@@ -838,7 +840,7 @@ class CfnCluster(
|
|
|
838
840
|
if __debug__:
|
|
839
841
|
type_hints = typing.get_type_hints(_typecheckingstub__772c14b10e457f7456acacbd7c571e904d8d7e32ccc4be7e64dfdc23417fd3e0)
|
|
840
842
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
841
|
-
jsii.set(self, "iamRoles", value)
|
|
843
|
+
jsii.set(self, "iamRoles", value) # pyright: ignore[reportArgumentType]
|
|
842
844
|
|
|
843
845
|
@builtins.property
|
|
844
846
|
@jsii.member(jsii_name="kmsKeyId")
|
|
@@ -851,7 +853,7 @@ class CfnCluster(
|
|
|
851
853
|
if __debug__:
|
|
852
854
|
type_hints = typing.get_type_hints(_typecheckingstub__9b9e3255675fa581da5945ef20b026be1c2c1fc9d1bad30a7bf9c5e63e884f60)
|
|
853
855
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
854
|
-
jsii.set(self, "kmsKeyId", value)
|
|
856
|
+
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
855
857
|
|
|
856
858
|
@builtins.property
|
|
857
859
|
@jsii.member(jsii_name="loggingProperties")
|
|
@@ -869,7 +871,7 @@ class CfnCluster(
|
|
|
869
871
|
if __debug__:
|
|
870
872
|
type_hints = typing.get_type_hints(_typecheckingstub__faccaac60f090449dba9f2adeeb99fa490f6f2532ea91a0f5372422d57002f26)
|
|
871
873
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
872
|
-
jsii.set(self, "loggingProperties", value)
|
|
874
|
+
jsii.set(self, "loggingProperties", value) # pyright: ignore[reportArgumentType]
|
|
873
875
|
|
|
874
876
|
@builtins.property
|
|
875
877
|
@jsii.member(jsii_name="maintenanceTrackName")
|
|
@@ -882,7 +884,7 @@ class CfnCluster(
|
|
|
882
884
|
if __debug__:
|
|
883
885
|
type_hints = typing.get_type_hints(_typecheckingstub__fdec41d5a2f886a294c35cbf10b6f505571be31e2c00a5a1c57a87a34cf49426)
|
|
884
886
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
885
|
-
jsii.set(self, "maintenanceTrackName", value)
|
|
887
|
+
jsii.set(self, "maintenanceTrackName", value) # pyright: ignore[reportArgumentType]
|
|
886
888
|
|
|
887
889
|
@builtins.property
|
|
888
890
|
@jsii.member(jsii_name="manageMasterPassword")
|
|
@@ -900,7 +902,7 @@ class CfnCluster(
|
|
|
900
902
|
if __debug__:
|
|
901
903
|
type_hints = typing.get_type_hints(_typecheckingstub__080a467a54b42730471573ef0e1a0c26e7b4f7d5ec0a07e9f75f4d8e6d3e25bf)
|
|
902
904
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
903
|
-
jsii.set(self, "manageMasterPassword", value)
|
|
905
|
+
jsii.set(self, "manageMasterPassword", value) # pyright: ignore[reportArgumentType]
|
|
904
906
|
|
|
905
907
|
@builtins.property
|
|
906
908
|
@jsii.member(jsii_name="manualSnapshotRetentionPeriod")
|
|
@@ -916,7 +918,7 @@ class CfnCluster(
|
|
|
916
918
|
if __debug__:
|
|
917
919
|
type_hints = typing.get_type_hints(_typecheckingstub__47928702ad781fa3915ff0f5068c3b692ff5d8d891b871ca8319d3632cdffe22)
|
|
918
920
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
919
|
-
jsii.set(self, "manualSnapshotRetentionPeriod", value)
|
|
921
|
+
jsii.set(self, "manualSnapshotRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
920
922
|
|
|
921
923
|
@builtins.property
|
|
922
924
|
@jsii.member(jsii_name="masterUserPassword")
|
|
@@ -929,7 +931,7 @@ class CfnCluster(
|
|
|
929
931
|
if __debug__:
|
|
930
932
|
type_hints = typing.get_type_hints(_typecheckingstub__15113bc0292eb3a900fcad9d620cd08c320a19dfce07db8d055112a353c48cba)
|
|
931
933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
932
|
-
jsii.set(self, "masterUserPassword", value)
|
|
934
|
+
jsii.set(self, "masterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
933
935
|
|
|
934
936
|
@builtins.property
|
|
935
937
|
@jsii.member(jsii_name="multiAz")
|
|
@@ -947,7 +949,7 @@ class CfnCluster(
|
|
|
947
949
|
if __debug__:
|
|
948
950
|
type_hints = typing.get_type_hints(_typecheckingstub__0db0b21e9462c7db4bfbc5794a72cfec5dad80450cd1acb8174563927b06fa69)
|
|
949
951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
950
|
-
jsii.set(self, "multiAz", value)
|
|
952
|
+
jsii.set(self, "multiAz", value) # pyright: ignore[reportArgumentType]
|
|
951
953
|
|
|
952
954
|
@builtins.property
|
|
953
955
|
@jsii.member(jsii_name="namespaceResourcePolicy")
|
|
@@ -960,7 +962,7 @@ class CfnCluster(
|
|
|
960
962
|
if __debug__:
|
|
961
963
|
type_hints = typing.get_type_hints(_typecheckingstub__5431251482e82a3c7a9d17e22a4cb6824e051b833670ac56c609436771ba3037)
|
|
962
964
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
963
|
-
jsii.set(self, "namespaceResourcePolicy", value)
|
|
965
|
+
jsii.set(self, "namespaceResourcePolicy", value) # pyright: ignore[reportArgumentType]
|
|
964
966
|
|
|
965
967
|
@builtins.property
|
|
966
968
|
@jsii.member(jsii_name="numberOfNodes")
|
|
@@ -973,7 +975,7 @@ class CfnCluster(
|
|
|
973
975
|
if __debug__:
|
|
974
976
|
type_hints = typing.get_type_hints(_typecheckingstub__b646aacda3a7612936e7568c66769cf203d6286890366d0346d5c38410b0d8b3)
|
|
975
977
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
976
|
-
jsii.set(self, "numberOfNodes", value)
|
|
978
|
+
jsii.set(self, "numberOfNodes", value) # pyright: ignore[reportArgumentType]
|
|
977
979
|
|
|
978
980
|
@builtins.property
|
|
979
981
|
@jsii.member(jsii_name="ownerAccount")
|
|
@@ -986,7 +988,7 @@ class CfnCluster(
|
|
|
986
988
|
if __debug__:
|
|
987
989
|
type_hints = typing.get_type_hints(_typecheckingstub__52bf6c5c1ccac8e9a203c7d7459384ca20fe2bd847c219060b148ce817130552)
|
|
988
990
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
989
|
-
jsii.set(self, "ownerAccount", value)
|
|
991
|
+
jsii.set(self, "ownerAccount", value) # pyright: ignore[reportArgumentType]
|
|
990
992
|
|
|
991
993
|
@builtins.property
|
|
992
994
|
@jsii.member(jsii_name="port")
|
|
@@ -999,7 +1001,7 @@ class CfnCluster(
|
|
|
999
1001
|
if __debug__:
|
|
1000
1002
|
type_hints = typing.get_type_hints(_typecheckingstub__7a336566c0c0ca699ff01424a213ca87bb14f46bd413f3548c40bf33f2efa36b)
|
|
1001
1003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1002
|
-
jsii.set(self, "port", value)
|
|
1004
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
1003
1005
|
|
|
1004
1006
|
@builtins.property
|
|
1005
1007
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
@@ -1015,7 +1017,7 @@ class CfnCluster(
|
|
|
1015
1017
|
if __debug__:
|
|
1016
1018
|
type_hints = typing.get_type_hints(_typecheckingstub__9692ea98b60bb6630f40e5fdbf329c062ea1111b09de0a06388619337bba7451)
|
|
1017
1019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1018
|
-
jsii.set(self, "preferredMaintenanceWindow", value)
|
|
1020
|
+
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
1019
1021
|
|
|
1020
1022
|
@builtins.property
|
|
1021
1023
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -1033,7 +1035,7 @@ class CfnCluster(
|
|
|
1033
1035
|
if __debug__:
|
|
1034
1036
|
type_hints = typing.get_type_hints(_typecheckingstub__da6f0bb2273ecadf755efeb5a905c9ee82720866a8ce8f61a2c6d3d21eb9300b)
|
|
1035
1037
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1036
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
1038
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
1037
1039
|
|
|
1038
1040
|
@builtins.property
|
|
1039
1041
|
@jsii.member(jsii_name="resourceAction")
|
|
@@ -1046,7 +1048,7 @@ class CfnCluster(
|
|
|
1046
1048
|
if __debug__:
|
|
1047
1049
|
type_hints = typing.get_type_hints(_typecheckingstub__3fb4e2cacc7f73b63f83b3db029d401ee0e2b0f5ba058212b603e71548aac621)
|
|
1048
1050
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1049
|
-
jsii.set(self, "resourceAction", value)
|
|
1051
|
+
jsii.set(self, "resourceAction", value) # pyright: ignore[reportArgumentType]
|
|
1050
1052
|
|
|
1051
1053
|
@builtins.property
|
|
1052
1054
|
@jsii.member(jsii_name="revisionTarget")
|
|
@@ -1059,7 +1061,7 @@ class CfnCluster(
|
|
|
1059
1061
|
if __debug__:
|
|
1060
1062
|
type_hints = typing.get_type_hints(_typecheckingstub__9a194ca9d86844bb3b3e45b505b5c6b5cfc6e7394cda5b168c597edf84cd5a57)
|
|
1061
1063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1062
|
-
jsii.set(self, "revisionTarget", value)
|
|
1064
|
+
jsii.set(self, "revisionTarget", value) # pyright: ignore[reportArgumentType]
|
|
1063
1065
|
|
|
1064
1066
|
@builtins.property
|
|
1065
1067
|
@jsii.member(jsii_name="rotateEncryptionKey")
|
|
@@ -1077,7 +1079,7 @@ class CfnCluster(
|
|
|
1077
1079
|
if __debug__:
|
|
1078
1080
|
type_hints = typing.get_type_hints(_typecheckingstub__1bf5df20a75b52e1cdb3d7517d4cb1b82f3940133ad5667db9df487314abf2a2)
|
|
1079
1081
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1080
|
-
jsii.set(self, "rotateEncryptionKey", value)
|
|
1082
|
+
jsii.set(self, "rotateEncryptionKey", value) # pyright: ignore[reportArgumentType]
|
|
1081
1083
|
|
|
1082
1084
|
@builtins.property
|
|
1083
1085
|
@jsii.member(jsii_name="snapshotClusterIdentifier")
|
|
@@ -1090,7 +1092,7 @@ class CfnCluster(
|
|
|
1090
1092
|
if __debug__:
|
|
1091
1093
|
type_hints = typing.get_type_hints(_typecheckingstub__e02d3c6ace6da2f11c5895ef3151ab4e22925463fd7aa7f5ae7818e0ad18d5ed)
|
|
1092
1094
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1093
|
-
jsii.set(self, "snapshotClusterIdentifier", value)
|
|
1095
|
+
jsii.set(self, "snapshotClusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
1094
1096
|
|
|
1095
1097
|
@builtins.property
|
|
1096
1098
|
@jsii.member(jsii_name="snapshotCopyGrantName")
|
|
@@ -1103,7 +1105,7 @@ class CfnCluster(
|
|
|
1103
1105
|
if __debug__:
|
|
1104
1106
|
type_hints = typing.get_type_hints(_typecheckingstub__2b48178e0c2c9351bf3494f98a7ba9056b7d4796545f2aee976d0338e14e8eb3)
|
|
1105
1107
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1106
|
-
jsii.set(self, "snapshotCopyGrantName", value)
|
|
1108
|
+
jsii.set(self, "snapshotCopyGrantName", value) # pyright: ignore[reportArgumentType]
|
|
1107
1109
|
|
|
1108
1110
|
@builtins.property
|
|
1109
1111
|
@jsii.member(jsii_name="snapshotCopyManual")
|
|
@@ -1121,7 +1123,7 @@ class CfnCluster(
|
|
|
1121
1123
|
if __debug__:
|
|
1122
1124
|
type_hints = typing.get_type_hints(_typecheckingstub__88f25e386153f816099eeca0eba6c12a2141a4398dd600a4a5bcfba56a506c9c)
|
|
1123
1125
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1124
|
-
jsii.set(self, "snapshotCopyManual", value)
|
|
1126
|
+
jsii.set(self, "snapshotCopyManual", value) # pyright: ignore[reportArgumentType]
|
|
1125
1127
|
|
|
1126
1128
|
@builtins.property
|
|
1127
1129
|
@jsii.member(jsii_name="snapshotCopyRetentionPeriod")
|
|
@@ -1137,7 +1139,7 @@ class CfnCluster(
|
|
|
1137
1139
|
if __debug__:
|
|
1138
1140
|
type_hints = typing.get_type_hints(_typecheckingstub__87d1d0fe426ee03be5f64341988115cbe1d5afd95c0b6861542b95a8abb56740)
|
|
1139
1141
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1140
|
-
jsii.set(self, "snapshotCopyRetentionPeriod", value)
|
|
1142
|
+
jsii.set(self, "snapshotCopyRetentionPeriod", value) # pyright: ignore[reportArgumentType]
|
|
1141
1143
|
|
|
1142
1144
|
@builtins.property
|
|
1143
1145
|
@jsii.member(jsii_name="snapshotIdentifier")
|
|
@@ -1150,7 +1152,7 @@ class CfnCluster(
|
|
|
1150
1152
|
if __debug__:
|
|
1151
1153
|
type_hints = typing.get_type_hints(_typecheckingstub__cba9391bc97d92920ae3a792b5478605ed68dd5607ac8946d0f1a69fcb651dfc)
|
|
1152
1154
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1153
|
-
jsii.set(self, "snapshotIdentifier", value)
|
|
1155
|
+
jsii.set(self, "snapshotIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
1154
1156
|
|
|
1155
1157
|
@builtins.property
|
|
1156
1158
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1163,7 +1165,7 @@ class CfnCluster(
|
|
|
1163
1165
|
if __debug__:
|
|
1164
1166
|
type_hints = typing.get_type_hints(_typecheckingstub__5764b8f0fdd9373a15be01abce350629381e233414237e16a244d4691af89468)
|
|
1165
1167
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1166
|
-
jsii.set(self, "tagsRaw", value)
|
|
1168
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1167
1169
|
|
|
1168
1170
|
@builtins.property
|
|
1169
1171
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -1179,7 +1181,7 @@ class CfnCluster(
|
|
|
1179
1181
|
if __debug__:
|
|
1180
1182
|
type_hints = typing.get_type_hints(_typecheckingstub__596c101c9c404cca151b1203ca97bd2d503f355f47622224daa47f385e650be8)
|
|
1181
1183
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1182
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
1184
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
1183
1185
|
|
|
1184
1186
|
@jsii.data_type(
|
|
1185
1187
|
jsii_type="aws-cdk-lib.aws_redshift.CfnCluster.EndpointProperty",
|
|
@@ -1258,18 +1260,27 @@ class CfnCluster(
|
|
|
1258
1260
|
@jsii.data_type(
|
|
1259
1261
|
jsii_type="aws-cdk-lib.aws_redshift.CfnCluster.LoggingPropertiesProperty",
|
|
1260
1262
|
jsii_struct_bases=[],
|
|
1261
|
-
name_mapping={
|
|
1263
|
+
name_mapping={
|
|
1264
|
+
"bucket_name": "bucketName",
|
|
1265
|
+
"log_destination_type": "logDestinationType",
|
|
1266
|
+
"log_exports": "logExports",
|
|
1267
|
+
"s3_key_prefix": "s3KeyPrefix",
|
|
1268
|
+
},
|
|
1262
1269
|
)
|
|
1263
1270
|
class LoggingPropertiesProperty:
|
|
1264
1271
|
def __init__(
|
|
1265
1272
|
self,
|
|
1266
1273
|
*,
|
|
1267
1274
|
bucket_name: typing.Optional[builtins.str] = None,
|
|
1275
|
+
log_destination_type: typing.Optional[builtins.str] = None,
|
|
1276
|
+
log_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1268
1277
|
s3_key_prefix: typing.Optional[builtins.str] = None,
|
|
1269
1278
|
) -> None:
|
|
1270
1279
|
'''Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
|
|
1271
1280
|
|
|
1272
1281
|
:param bucket_name: The name of an existing S3 bucket where the log files are to be stored. Constraints: - Must be in the same region as the cluster - The cluster must have read bucket and put object permissions
|
|
1282
|
+
:param log_destination_type: The log destination type. An enum with possible values of ``s3`` and ``cloudwatch`` .
|
|
1283
|
+
:param log_exports: The collection of exported log types. Possible values are ``connectionlog`` , ``useractivitylog`` , and ``userlog`` .
|
|
1273
1284
|
:param s3_key_prefix: The prefix applied to the log file names. Constraints: - Cannot exceed 512 characters - Cannot contain spaces( ), double quotes ("), single quotes ('), a backslash (), or control characters. The hexadecimal codes for invalid characters are: - x00 to x20 - x22 - x27 - x5c - x7f or larger
|
|
1274
1285
|
|
|
1275
1286
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html
|
|
@@ -1283,16 +1294,24 @@ class CfnCluster(
|
|
|
1283
1294
|
|
|
1284
1295
|
logging_properties_property = redshift.CfnCluster.LoggingPropertiesProperty(
|
|
1285
1296
|
bucket_name="bucketName",
|
|
1297
|
+
log_destination_type="logDestinationType",
|
|
1298
|
+
log_exports=["logExports"],
|
|
1286
1299
|
s3_key_prefix="s3KeyPrefix"
|
|
1287
1300
|
)
|
|
1288
1301
|
'''
|
|
1289
1302
|
if __debug__:
|
|
1290
1303
|
type_hints = typing.get_type_hints(_typecheckingstub__c7aec990e988274953eb37b89aa72be860b6d20fca7dd87507fb1bd44a65b7b9)
|
|
1291
1304
|
check_type(argname="argument bucket_name", value=bucket_name, expected_type=type_hints["bucket_name"])
|
|
1305
|
+
check_type(argname="argument log_destination_type", value=log_destination_type, expected_type=type_hints["log_destination_type"])
|
|
1306
|
+
check_type(argname="argument log_exports", value=log_exports, expected_type=type_hints["log_exports"])
|
|
1292
1307
|
check_type(argname="argument s3_key_prefix", value=s3_key_prefix, expected_type=type_hints["s3_key_prefix"])
|
|
1293
1308
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1294
1309
|
if bucket_name is not None:
|
|
1295
1310
|
self._values["bucket_name"] = bucket_name
|
|
1311
|
+
if log_destination_type is not None:
|
|
1312
|
+
self._values["log_destination_type"] = log_destination_type
|
|
1313
|
+
if log_exports is not None:
|
|
1314
|
+
self._values["log_exports"] = log_exports
|
|
1296
1315
|
if s3_key_prefix is not None:
|
|
1297
1316
|
self._values["s3_key_prefix"] = s3_key_prefix
|
|
1298
1317
|
|
|
@@ -1310,6 +1329,28 @@ class CfnCluster(
|
|
|
1310
1329
|
result = self._values.get("bucket_name")
|
|
1311
1330
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1312
1331
|
|
|
1332
|
+
@builtins.property
|
|
1333
|
+
def log_destination_type(self) -> typing.Optional[builtins.str]:
|
|
1334
|
+
'''The log destination type.
|
|
1335
|
+
|
|
1336
|
+
An enum with possible values of ``s3`` and ``cloudwatch`` .
|
|
1337
|
+
|
|
1338
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-logdestinationtype
|
|
1339
|
+
'''
|
|
1340
|
+
result = self._values.get("log_destination_type")
|
|
1341
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1342
|
+
|
|
1343
|
+
@builtins.property
|
|
1344
|
+
def log_exports(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1345
|
+
'''The collection of exported log types.
|
|
1346
|
+
|
|
1347
|
+
Possible values are ``connectionlog`` , ``useractivitylog`` , and ``userlog`` .
|
|
1348
|
+
|
|
1349
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-loggingproperties.html#cfn-redshift-cluster-loggingproperties-logexports
|
|
1350
|
+
'''
|
|
1351
|
+
result = self._values.get("log_exports")
|
|
1352
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
1353
|
+
|
|
1313
1354
|
@builtins.property
|
|
1314
1355
|
def s3_key_prefix(self) -> typing.Optional[builtins.str]:
|
|
1315
1356
|
'''The prefix applied to the log file names.
|
|
@@ -1462,7 +1503,7 @@ class CfnClusterParameterGroup(
|
|
|
1462
1503
|
if __debug__:
|
|
1463
1504
|
type_hints = typing.get_type_hints(_typecheckingstub__fa01b978d978b525b22dfcc1d5e7ed1fdba8f3423e58633da46999cf64b6145e)
|
|
1464
1505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1465
|
-
jsii.set(self, "description", value)
|
|
1506
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1466
1507
|
|
|
1467
1508
|
@builtins.property
|
|
1468
1509
|
@jsii.member(jsii_name="parameterGroupFamily")
|
|
@@ -1475,7 +1516,7 @@ class CfnClusterParameterGroup(
|
|
|
1475
1516
|
if __debug__:
|
|
1476
1517
|
type_hints = typing.get_type_hints(_typecheckingstub__31d55e60eeba305c90c4c7a8c50b43e6bf8362044925cc46818a03d69862ee99)
|
|
1477
1518
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1478
|
-
jsii.set(self, "parameterGroupFamily", value)
|
|
1519
|
+
jsii.set(self, "parameterGroupFamily", value) # pyright: ignore[reportArgumentType]
|
|
1479
1520
|
|
|
1480
1521
|
@builtins.property
|
|
1481
1522
|
@jsii.member(jsii_name="parameterGroupName")
|
|
@@ -1488,7 +1529,7 @@ class CfnClusterParameterGroup(
|
|
|
1488
1529
|
if __debug__:
|
|
1489
1530
|
type_hints = typing.get_type_hints(_typecheckingstub__71389da0b60c4def288c7b3fb2b371fda4f4162f1eb827248ad420d596ae579c)
|
|
1490
1531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1491
|
-
jsii.set(self, "parameterGroupName", value)
|
|
1532
|
+
jsii.set(self, "parameterGroupName", value) # pyright: ignore[reportArgumentType]
|
|
1492
1533
|
|
|
1493
1534
|
@builtins.property
|
|
1494
1535
|
@jsii.member(jsii_name="parameters")
|
|
@@ -1509,7 +1550,7 @@ class CfnClusterParameterGroup(
|
|
|
1509
1550
|
if __debug__:
|
|
1510
1551
|
type_hints = typing.get_type_hints(_typecheckingstub__0f6965bfa88c2fcb264091e20f622accf9bf23be5cacdb3362545db9e6c9696c)
|
|
1511
1552
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1512
|
-
jsii.set(self, "parameters", value)
|
|
1553
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
1513
1554
|
|
|
1514
1555
|
@builtins.property
|
|
1515
1556
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1522,7 +1563,7 @@ class CfnClusterParameterGroup(
|
|
|
1522
1563
|
if __debug__:
|
|
1523
1564
|
type_hints = typing.get_type_hints(_typecheckingstub__ed9d60dbe1f8113e3b7f1c5d9cd93fced6c4ccd359227db112e355b0839bdd7b)
|
|
1524
1565
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1525
|
-
jsii.set(self, "tagsRaw", value)
|
|
1566
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1526
1567
|
|
|
1527
1568
|
@jsii.data_type(
|
|
1528
1569
|
jsii_type="aws-cdk-lib.aws_redshift.CfnClusterParameterGroup.ParameterProperty",
|
|
@@ -1955,6 +1996,8 @@ class CfnClusterProps:
|
|
|
1955
1996
|
kms_key_id="kmsKeyId",
|
|
1956
1997
|
logging_properties=redshift.CfnCluster.LoggingPropertiesProperty(
|
|
1957
1998
|
bucket_name="bucketName",
|
|
1999
|
+
log_destination_type="logDestinationType",
|
|
2000
|
+
log_exports=["logExports"],
|
|
1958
2001
|
s3_key_prefix="s3KeyPrefix"
|
|
1959
2002
|
),
|
|
1960
2003
|
maintenance_track_name="maintenanceTrackName",
|
|
@@ -2919,7 +2962,7 @@ class CfnClusterSecurityGroup(
|
|
|
2919
2962
|
if __debug__:
|
|
2920
2963
|
type_hints = typing.get_type_hints(_typecheckingstub__b860785f063213d814fda288a338005f7a7bdf25187251589ec205640c547a66)
|
|
2921
2964
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2922
|
-
jsii.set(self, "description", value)
|
|
2965
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2923
2966
|
|
|
2924
2967
|
@builtins.property
|
|
2925
2968
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2932,7 +2975,7 @@ class CfnClusterSecurityGroup(
|
|
|
2932
2975
|
if __debug__:
|
|
2933
2976
|
type_hints = typing.get_type_hints(_typecheckingstub__defdac711f3e7a77b19ec04bc132d682928b4f21ff6be172e15e2ac9f0cd6e8c)
|
|
2934
2977
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2935
|
-
jsii.set(self, "tagsRaw", value)
|
|
2978
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2936
2979
|
|
|
2937
2980
|
|
|
2938
2981
|
@jsii.implements(_IInspectable_c2943556)
|
|
@@ -3057,7 +3100,7 @@ class CfnClusterSecurityGroupIngress(
|
|
|
3057
3100
|
if __debug__:
|
|
3058
3101
|
type_hints = typing.get_type_hints(_typecheckingstub__450127f44d7b9d46222076daeb75aef61dc74ee7b8c0361931cbc378b77f2b61)
|
|
3059
3102
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3060
|
-
jsii.set(self, "clusterSecurityGroupName", value)
|
|
3103
|
+
jsii.set(self, "clusterSecurityGroupName", value) # pyright: ignore[reportArgumentType]
|
|
3061
3104
|
|
|
3062
3105
|
@builtins.property
|
|
3063
3106
|
@jsii.member(jsii_name="cidrip")
|
|
@@ -3070,7 +3113,7 @@ class CfnClusterSecurityGroupIngress(
|
|
|
3070
3113
|
if __debug__:
|
|
3071
3114
|
type_hints = typing.get_type_hints(_typecheckingstub__dc70f827b8b8bd4fd90e9971cafaa821209d83d7fb903364e18ca0bd12bb4fa7)
|
|
3072
3115
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3073
|
-
jsii.set(self, "cidrip", value)
|
|
3116
|
+
jsii.set(self, "cidrip", value) # pyright: ignore[reportArgumentType]
|
|
3074
3117
|
|
|
3075
3118
|
@builtins.property
|
|
3076
3119
|
@jsii.member(jsii_name="ec2SecurityGroupName")
|
|
@@ -3083,7 +3126,7 @@ class CfnClusterSecurityGroupIngress(
|
|
|
3083
3126
|
if __debug__:
|
|
3084
3127
|
type_hints = typing.get_type_hints(_typecheckingstub__305455f9fef2cb5c555b60efcd3ef9258c1c90d3a8215d9e5d93dbcc7b9829a2)
|
|
3085
3128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3086
|
-
jsii.set(self, "ec2SecurityGroupName", value)
|
|
3129
|
+
jsii.set(self, "ec2SecurityGroupName", value) # pyright: ignore[reportArgumentType]
|
|
3087
3130
|
|
|
3088
3131
|
@builtins.property
|
|
3089
3132
|
@jsii.member(jsii_name="ec2SecurityGroupOwnerId")
|
|
@@ -3096,7 +3139,7 @@ class CfnClusterSecurityGroupIngress(
|
|
|
3096
3139
|
if __debug__:
|
|
3097
3140
|
type_hints = typing.get_type_hints(_typecheckingstub__ea6866c86f6e401834ff96949921e03d99488382c3dc85fdb956991534d7d684)
|
|
3098
3141
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3099
|
-
jsii.set(self, "ec2SecurityGroupOwnerId", value)
|
|
3142
|
+
jsii.set(self, "ec2SecurityGroupOwnerId", value) # pyright: ignore[reportArgumentType]
|
|
3100
3143
|
|
|
3101
3144
|
|
|
3102
3145
|
@jsii.data_type(
|
|
@@ -3414,7 +3457,7 @@ class CfnClusterSubnetGroup(
|
|
|
3414
3457
|
if __debug__:
|
|
3415
3458
|
type_hints = typing.get_type_hints(_typecheckingstub__9d6179b77c5cb42be7c2cabba28e3458abc09417919b74082d51e7593e0e912a)
|
|
3416
3459
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3417
|
-
jsii.set(self, "description", value)
|
|
3460
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3418
3461
|
|
|
3419
3462
|
@builtins.property
|
|
3420
3463
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -3427,7 +3470,7 @@ class CfnClusterSubnetGroup(
|
|
|
3427
3470
|
if __debug__:
|
|
3428
3471
|
type_hints = typing.get_type_hints(_typecheckingstub__2ff71bbb1e980605e8312fa79d3ec8776207253d24115be955dea5799064105b)
|
|
3429
3472
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3430
|
-
jsii.set(self, "subnetIds", value)
|
|
3473
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
3431
3474
|
|
|
3432
3475
|
@builtins.property
|
|
3433
3476
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3440,7 +3483,7 @@ class CfnClusterSubnetGroup(
|
|
|
3440
3483
|
if __debug__:
|
|
3441
3484
|
type_hints = typing.get_type_hints(_typecheckingstub__d0234790a32423c903d2d0b04af30d14f6232a9d29765580ce78154e1956f53c)
|
|
3442
3485
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3443
|
-
jsii.set(self, "tagsRaw", value)
|
|
3486
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3444
3487
|
|
|
3445
3488
|
|
|
3446
3489
|
@jsii.data_type(
|
|
@@ -3732,7 +3775,7 @@ class CfnEndpointAccess(
|
|
|
3732
3775
|
if __debug__:
|
|
3733
3776
|
type_hints = typing.get_type_hints(_typecheckingstub__598e9e6d4735cbbfcb104ab4427ff7d119cd8cd64e92591cb873a7be4fb53765)
|
|
3734
3777
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3735
|
-
jsii.set(self, "clusterIdentifier", value)
|
|
3778
|
+
jsii.set(self, "clusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3736
3779
|
|
|
3737
3780
|
@builtins.property
|
|
3738
3781
|
@jsii.member(jsii_name="endpointName")
|
|
@@ -3745,7 +3788,7 @@ class CfnEndpointAccess(
|
|
|
3745
3788
|
if __debug__:
|
|
3746
3789
|
type_hints = typing.get_type_hints(_typecheckingstub__1190e8d5a0ada81ea332ba42ab4ff9e194abb7bb642a0812316fc5a559f435d1)
|
|
3747
3790
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3748
|
-
jsii.set(self, "endpointName", value)
|
|
3791
|
+
jsii.set(self, "endpointName", value) # pyright: ignore[reportArgumentType]
|
|
3749
3792
|
|
|
3750
3793
|
@builtins.property
|
|
3751
3794
|
@jsii.member(jsii_name="subnetGroupName")
|
|
@@ -3758,7 +3801,7 @@ class CfnEndpointAccess(
|
|
|
3758
3801
|
if __debug__:
|
|
3759
3802
|
type_hints = typing.get_type_hints(_typecheckingstub__a7f534ad279e98a0ece57c6f3178362d5fda74cca1f75270242f4184a2e05e43)
|
|
3760
3803
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3761
|
-
jsii.set(self, "subnetGroupName", value)
|
|
3804
|
+
jsii.set(self, "subnetGroupName", value) # pyright: ignore[reportArgumentType]
|
|
3762
3805
|
|
|
3763
3806
|
@builtins.property
|
|
3764
3807
|
@jsii.member(jsii_name="vpcSecurityGroupIds")
|
|
@@ -3771,7 +3814,7 @@ class CfnEndpointAccess(
|
|
|
3771
3814
|
if __debug__:
|
|
3772
3815
|
type_hints = typing.get_type_hints(_typecheckingstub__6601a60835f68eef555c454dfd6e418359ca5e88b148c65f784029c6b7404ecd)
|
|
3773
3816
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3774
|
-
jsii.set(self, "vpcSecurityGroupIds", value)
|
|
3817
|
+
jsii.set(self, "vpcSecurityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
3775
3818
|
|
|
3776
3819
|
@builtins.property
|
|
3777
3820
|
@jsii.member(jsii_name="resourceOwner")
|
|
@@ -3784,7 +3827,7 @@ class CfnEndpointAccess(
|
|
|
3784
3827
|
if __debug__:
|
|
3785
3828
|
type_hints = typing.get_type_hints(_typecheckingstub__f37292ea99cc675208c9bc19ed54b302762c47c1c291b6034a1554bca882d54e)
|
|
3786
3829
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3787
|
-
jsii.set(self, "resourceOwner", value)
|
|
3830
|
+
jsii.set(self, "resourceOwner", value) # pyright: ignore[reportArgumentType]
|
|
3788
3831
|
|
|
3789
3832
|
@jsii.data_type(
|
|
3790
3833
|
jsii_type="aws-cdk-lib.aws_redshift.CfnEndpointAccess.NetworkInterfaceProperty",
|
|
@@ -4365,7 +4408,7 @@ class CfnEndpointAuthorization(
|
|
|
4365
4408
|
if __debug__:
|
|
4366
4409
|
type_hints = typing.get_type_hints(_typecheckingstub__f81bbdc996078876480c43faffb9de86d575fc88c6b656e90a94b8c10a590bec)
|
|
4367
4410
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4368
|
-
jsii.set(self, "account", value)
|
|
4411
|
+
jsii.set(self, "account", value) # pyright: ignore[reportArgumentType]
|
|
4369
4412
|
|
|
4370
4413
|
@builtins.property
|
|
4371
4414
|
@jsii.member(jsii_name="clusterIdentifier")
|
|
@@ -4378,7 +4421,7 @@ class CfnEndpointAuthorization(
|
|
|
4378
4421
|
if __debug__:
|
|
4379
4422
|
type_hints = typing.get_type_hints(_typecheckingstub__7e0292d1d6b28ec2ce775f401aaaa3a27fe8c4924b8f4243147138b636fdbe11)
|
|
4380
4423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4381
|
-
jsii.set(self, "clusterIdentifier", value)
|
|
4424
|
+
jsii.set(self, "clusterIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
4382
4425
|
|
|
4383
4426
|
@builtins.property
|
|
4384
4427
|
@jsii.member(jsii_name="force")
|
|
@@ -4396,7 +4439,7 @@ class CfnEndpointAuthorization(
|
|
|
4396
4439
|
if __debug__:
|
|
4397
4440
|
type_hints = typing.get_type_hints(_typecheckingstub__e3418ce19499db041cb3822978572e2eeb561625f2fdc69d4a3663277a760194)
|
|
4398
4441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4399
|
-
jsii.set(self, "force", value)
|
|
4442
|
+
jsii.set(self, "force", value) # pyright: ignore[reportArgumentType]
|
|
4400
4443
|
|
|
4401
4444
|
@builtins.property
|
|
4402
4445
|
@jsii.member(jsii_name="vpcIds")
|
|
@@ -4409,7 +4452,7 @@ class CfnEndpointAuthorization(
|
|
|
4409
4452
|
if __debug__:
|
|
4410
4453
|
type_hints = typing.get_type_hints(_typecheckingstub__13a14605f174b24a5f18a5630ff894d214b1bfc4e05f8b83234828a27504c0c5)
|
|
4411
4454
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4412
|
-
jsii.set(self, "vpcIds", value)
|
|
4455
|
+
jsii.set(self, "vpcIds", value) # pyright: ignore[reportArgumentType]
|
|
4413
4456
|
|
|
4414
4457
|
|
|
4415
4458
|
@jsii.data_type(
|
|
@@ -4718,7 +4761,7 @@ class CfnEventSubscription(
|
|
|
4718
4761
|
if __debug__:
|
|
4719
4762
|
type_hints = typing.get_type_hints(_typecheckingstub__0a6536d2dfac6abba560620e836213d5803aa8693e746ce5cbe8466802804ab2)
|
|
4720
4763
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4721
|
-
jsii.set(self, "subscriptionName", value)
|
|
4764
|
+
jsii.set(self, "subscriptionName", value) # pyright: ignore[reportArgumentType]
|
|
4722
4765
|
|
|
4723
4766
|
@builtins.property
|
|
4724
4767
|
@jsii.member(jsii_name="enabled")
|
|
@@ -4736,7 +4779,7 @@ class CfnEventSubscription(
|
|
|
4736
4779
|
if __debug__:
|
|
4737
4780
|
type_hints = typing.get_type_hints(_typecheckingstub__1ea0cdf4a4de28abdd520f9b940b88096f2cf47a52a4e567f3499f9de63decbc)
|
|
4738
4781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4739
|
-
jsii.set(self, "enabled", value)
|
|
4782
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
4740
4783
|
|
|
4741
4784
|
@builtins.property
|
|
4742
4785
|
@jsii.member(jsii_name="eventCategories")
|
|
@@ -4752,7 +4795,7 @@ class CfnEventSubscription(
|
|
|
4752
4795
|
if __debug__:
|
|
4753
4796
|
type_hints = typing.get_type_hints(_typecheckingstub__d52d3ea63d12acdf3723584b75502be9430562d66c6d2064ab04e9cc95304748)
|
|
4754
4797
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4755
|
-
jsii.set(self, "eventCategories", value)
|
|
4798
|
+
jsii.set(self, "eventCategories", value) # pyright: ignore[reportArgumentType]
|
|
4756
4799
|
|
|
4757
4800
|
@builtins.property
|
|
4758
4801
|
@jsii.member(jsii_name="severity")
|
|
@@ -4765,7 +4808,7 @@ class CfnEventSubscription(
|
|
|
4765
4808
|
if __debug__:
|
|
4766
4809
|
type_hints = typing.get_type_hints(_typecheckingstub__08ce190a2e94a8276e315d45400484671c991298d1b7d3b8f33ad62f868b3578)
|
|
4767
4810
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4768
|
-
jsii.set(self, "severity", value)
|
|
4811
|
+
jsii.set(self, "severity", value) # pyright: ignore[reportArgumentType]
|
|
4769
4812
|
|
|
4770
4813
|
@builtins.property
|
|
4771
4814
|
@jsii.member(jsii_name="snsTopicArn")
|
|
@@ -4778,7 +4821,7 @@ class CfnEventSubscription(
|
|
|
4778
4821
|
if __debug__:
|
|
4779
4822
|
type_hints = typing.get_type_hints(_typecheckingstub__120fc22c19a6b33fb57b31a06d8c453b9211739cf86ffc8e6ec5d9a28b6f82ee)
|
|
4780
4823
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4781
|
-
jsii.set(self, "snsTopicArn", value)
|
|
4824
|
+
jsii.set(self, "snsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
4782
4825
|
|
|
4783
4826
|
@builtins.property
|
|
4784
4827
|
@jsii.member(jsii_name="sourceIds")
|
|
@@ -4791,7 +4834,7 @@ class CfnEventSubscription(
|
|
|
4791
4834
|
if __debug__:
|
|
4792
4835
|
type_hints = typing.get_type_hints(_typecheckingstub__4608ccfe8b64fe9afee3e34458b1bc213f6339b18a11a53005b3c43906eca137)
|
|
4793
4836
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4794
|
-
jsii.set(self, "sourceIds", value)
|
|
4837
|
+
jsii.set(self, "sourceIds", value) # pyright: ignore[reportArgumentType]
|
|
4795
4838
|
|
|
4796
4839
|
@builtins.property
|
|
4797
4840
|
@jsii.member(jsii_name="sourceType")
|
|
@@ -4804,7 +4847,7 @@ class CfnEventSubscription(
|
|
|
4804
4847
|
if __debug__:
|
|
4805
4848
|
type_hints = typing.get_type_hints(_typecheckingstub__4e1fdab050622407fbbf867b34ce949080facef4619e33c1535fd1e620441ae4)
|
|
4806
4849
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4807
|
-
jsii.set(self, "sourceType", value)
|
|
4850
|
+
jsii.set(self, "sourceType", value) # pyright: ignore[reportArgumentType]
|
|
4808
4851
|
|
|
4809
4852
|
@builtins.property
|
|
4810
4853
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4817,7 +4860,7 @@ class CfnEventSubscription(
|
|
|
4817
4860
|
if __debug__:
|
|
4818
4861
|
type_hints = typing.get_type_hints(_typecheckingstub__3f8d017fb369cae60fd6db670e2d0711cfe832e31a2eb08dc7c90f07ddc39eaa)
|
|
4819
4862
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4820
|
-
jsii.set(self, "tagsRaw", value)
|
|
4863
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4821
4864
|
|
|
4822
4865
|
|
|
4823
4866
|
@jsii.data_type(
|
|
@@ -5182,7 +5225,7 @@ class CfnScheduledAction(
|
|
|
5182
5225
|
if __debug__:
|
|
5183
5226
|
type_hints = typing.get_type_hints(_typecheckingstub__872bb8f14b5c5de39d86d09c67159a166a6945e80b42d8739ecc9b58ae6ddbd5)
|
|
5184
5227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5185
|
-
jsii.set(self, "scheduledActionName", value)
|
|
5228
|
+
jsii.set(self, "scheduledActionName", value) # pyright: ignore[reportArgumentType]
|
|
5186
5229
|
|
|
5187
5230
|
@builtins.property
|
|
5188
5231
|
@jsii.member(jsii_name="enable")
|
|
@@ -5200,7 +5243,7 @@ class CfnScheduledAction(
|
|
|
5200
5243
|
if __debug__:
|
|
5201
5244
|
type_hints = typing.get_type_hints(_typecheckingstub__4d91d9501f12e1db3372aea6023ac844c09772ef705ec20f4e25cb2a1b9febd2)
|
|
5202
5245
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5203
|
-
jsii.set(self, "enable", value)
|
|
5246
|
+
jsii.set(self, "enable", value) # pyright: ignore[reportArgumentType]
|
|
5204
5247
|
|
|
5205
5248
|
@builtins.property
|
|
5206
5249
|
@jsii.member(jsii_name="endTime")
|
|
@@ -5213,7 +5256,7 @@ class CfnScheduledAction(
|
|
|
5213
5256
|
if __debug__:
|
|
5214
5257
|
type_hints = typing.get_type_hints(_typecheckingstub__e3c0fa066a9596f001c1203f3253634dbe6d284bc1f95dcb4ad5fd93b943f900)
|
|
5215
5258
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5216
|
-
jsii.set(self, "endTime", value)
|
|
5259
|
+
jsii.set(self, "endTime", value) # pyright: ignore[reportArgumentType]
|
|
5217
5260
|
|
|
5218
5261
|
@builtins.property
|
|
5219
5262
|
@jsii.member(jsii_name="iamRole")
|
|
@@ -5226,7 +5269,7 @@ class CfnScheduledAction(
|
|
|
5226
5269
|
if __debug__:
|
|
5227
5270
|
type_hints = typing.get_type_hints(_typecheckingstub__2e240c42ffd0653ef9c64e552ae856adb8e46ef1e7445e0c799b2d0fb51a73b3)
|
|
5228
5271
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5229
|
-
jsii.set(self, "iamRole", value)
|
|
5272
|
+
jsii.set(self, "iamRole", value) # pyright: ignore[reportArgumentType]
|
|
5230
5273
|
|
|
5231
5274
|
@builtins.property
|
|
5232
5275
|
@jsii.member(jsii_name="schedule")
|
|
@@ -5239,7 +5282,7 @@ class CfnScheduledAction(
|
|
|
5239
5282
|
if __debug__:
|
|
5240
5283
|
type_hints = typing.get_type_hints(_typecheckingstub__366bc157c377add120d344d662266845f682e125b0b0becc420c2ad8f012b7f7)
|
|
5241
5284
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5242
|
-
jsii.set(self, "schedule", value)
|
|
5285
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
5243
5286
|
|
|
5244
5287
|
@builtins.property
|
|
5245
5288
|
@jsii.member(jsii_name="scheduledActionDescription")
|
|
@@ -5255,7 +5298,7 @@ class CfnScheduledAction(
|
|
|
5255
5298
|
if __debug__:
|
|
5256
5299
|
type_hints = typing.get_type_hints(_typecheckingstub__94211d9fae42e57e02c956e8f7d0b69f6fe20e2302f5eb33117e7999a3762703)
|
|
5257
5300
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5258
|
-
jsii.set(self, "scheduledActionDescription", value)
|
|
5301
|
+
jsii.set(self, "scheduledActionDescription", value) # pyright: ignore[reportArgumentType]
|
|
5259
5302
|
|
|
5260
5303
|
@builtins.property
|
|
5261
5304
|
@jsii.member(jsii_name="startTime")
|
|
@@ -5268,7 +5311,7 @@ class CfnScheduledAction(
|
|
|
5268
5311
|
if __debug__:
|
|
5269
5312
|
type_hints = typing.get_type_hints(_typecheckingstub__f13602601a3ed50e4b17c16a24c1a91206f10e208fad90a5e8f6ad4590662c8d)
|
|
5270
5313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5271
|
-
jsii.set(self, "startTime", value)
|
|
5314
|
+
jsii.set(self, "startTime", value) # pyright: ignore[reportArgumentType]
|
|
5272
5315
|
|
|
5273
5316
|
@builtins.property
|
|
5274
5317
|
@jsii.member(jsii_name="targetAction")
|
|
@@ -5286,7 +5329,7 @@ class CfnScheduledAction(
|
|
|
5286
5329
|
if __debug__:
|
|
5287
5330
|
type_hints = typing.get_type_hints(_typecheckingstub__37dee953d9dbcdfb3a7265aa1538c058a9dde8ebabb0b409a0151155cacc75c4)
|
|
5288
5331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5289
|
-
jsii.set(self, "targetAction", value)
|
|
5332
|
+
jsii.set(self, "targetAction", value) # pyright: ignore[reportArgumentType]
|
|
5290
5333
|
|
|
5291
5334
|
@jsii.data_type(
|
|
5292
5335
|
jsii_type="aws-cdk-lib.aws_redshift.CfnScheduledAction.PauseClusterMessageProperty",
|
|
@@ -6258,6 +6301,8 @@ def _typecheckingstub__5f4b31c37417a3cee773773bc1a0a140f366a4e0e7ed41054ce4a4eb7
|
|
|
6258
6301
|
def _typecheckingstub__c7aec990e988274953eb37b89aa72be860b6d20fca7dd87507fb1bd44a65b7b9(
|
|
6259
6302
|
*,
|
|
6260
6303
|
bucket_name: typing.Optional[builtins.str] = None,
|
|
6304
|
+
log_destination_type: typing.Optional[builtins.str] = None,
|
|
6305
|
+
log_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6261
6306
|
s3_key_prefix: typing.Optional[builtins.str] = None,
|
|
6262
6307
|
) -> None:
|
|
6263
6308
|
"""Type checking stubs"""
|