aws-cdk-lib 2.134.0__py3-none-any.whl → 2.136.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +5 -0
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.134.0.jsii.tgz → aws-cdk-lib@2.136.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/assertions/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +30 -21
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_appmesh/__init__.py +4 -1
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +805 -1
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscaling_hooktargets/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -0
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +3 -0
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +183 -6
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +3 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +17 -11
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +91 -2
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +21 -0
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -0
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +3 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +20 -9
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +2908 -284
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +30 -36
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +42 -22
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +75 -15
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +3 -0
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +3 -0
- aws_cdk/aws_entityresolution/__init__.py +5 -2
- aws_cdk/aws_events/__init__.py +3 -0
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_globalaccelerator/__init__.py +5 -2
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -8
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +44 -13
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +37 -14
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -0
- aws_cdk/aws_iotwireless/__init__.py +3 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +30 -27
- aws_cdk/aws_kendra/__init__.py +22 -15
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +11 -4
- aws_cdk/aws_kinesisvideo/__init__.py +3 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_lambda_destinations/__init__.py +3 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +45 -18
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -0
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +3 -0
- aws_cdk/aws_logs_destinations/__init__.py +3 -0
- aws_cdk/aws_lookoutequipment/__init__.py +3 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +5 -3
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -0
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +3 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +6 -3
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +8 -2
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -0
- aws_cdk/aws_osis/__init__.py +3 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -0
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +3 -0
- aws_cdk/aws_quicksight/__init__.py +3 -0
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +219 -13
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +52 -0
- aws_cdk/aws_route53_patterns/__init__.py +3 -0
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +3 -0
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +3 -0
- aws_cdk/aws_s3_assets/__init__.py +3 -0
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3_notifications/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +3 -0
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -0
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +59 -14
- aws_cdk/aws_securitylake/__init__.py +859 -0
- aws_cdk/aws_servicecatalog/__init__.py +3 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_ses_actions/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_sns/__init__.py +48 -13
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +3 -0
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +3 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +80 -39
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +3 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +3 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +3 -0
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cloudformation_include/__init__.py +3 -0
- aws_cdk/custom_resources/__init__.py +7 -4
- aws_cdk/cx_api/__init__.py +3 -0
- aws_cdk/lambda_layer_awscli/__init__.py +3 -0
- aws_cdk/lambda_layer_kubectl/__init__.py +3 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +3 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.136.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.134.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/top_level.txt +0 -0
|
@@ -35,6 +35,9 @@ For more information on the resources and properties available for this service,
|
|
|
35
35
|
|
|
36
36
|
<!--END CFNONLY DISCLAIMER-->
|
|
37
37
|
'''
|
|
38
|
+
from pkgutil import extend_path
|
|
39
|
+
__path__ = extend_path(__path__, __name__)
|
|
40
|
+
|
|
38
41
|
import abc
|
|
39
42
|
import builtins
|
|
40
43
|
import datetime
|
aws_cdk/aws_athena/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -758,6 +758,9 @@ autoscaling.AutoScalingGroup(self, "ASG",
|
|
|
758
758
|
* [ ] CloudWatch Events (impossible to add currently as the AutoScalingGroup ARN is
|
|
759
759
|
necessary to make this rule and this cannot be accessed from CloudFormation).
|
|
760
760
|
'''
|
|
761
|
+
from pkgutil import extend_path
|
|
762
|
+
__path__ = extend_path(__path__, __name__)
|
|
763
|
+
|
|
761
764
|
import abc
|
|
762
765
|
import builtins
|
|
763
766
|
import datetime
|
|
@@ -17,6 +17,9 @@ For more information on using this library, see the README of the
|
|
|
17
17
|
For more information about lifecycle hooks, see
|
|
18
18
|
[Amazon EC2 AutoScaling Lifecycle hooks](https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html) in the Amazon EC2 User Guide.
|
|
19
19
|
'''
|
|
20
|
+
from pkgutil import extend_path
|
|
21
|
+
__path__ = extend_path(__path__, __name__)
|
|
22
|
+
|
|
20
23
|
import abc
|
|
21
24
|
import builtins
|
|
22
25
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_b2bi/__init__.py
CHANGED
|
@@ -35,6 +35,9 @@ For more information on the resources and properties available for this service,
|
|
|
35
35
|
|
|
36
36
|
<!--END CFNONLY DISCLAIMER-->
|
|
37
37
|
'''
|
|
38
|
+
from pkgutil import extend_path
|
|
39
|
+
__path__ = extend_path(__path__, __name__)
|
|
40
|
+
|
|
38
41
|
import abc
|
|
39
42
|
import builtins
|
|
40
43
|
import datetime
|
aws_cdk/aws_backup/__init__.py
CHANGED
|
@@ -260,6 +260,9 @@ role = iam.Role(self, "Access Role", assumed_by=iam.ServicePrincipal("lambda.ama
|
|
|
260
260
|
imported_vault.grant(role, "backup:StartBackupJob")
|
|
261
261
|
```
|
|
262
262
|
'''
|
|
263
|
+
from pkgutil import extend_path
|
|
264
|
+
__path__ = extend_path(__path__, __name__)
|
|
265
|
+
|
|
263
266
|
import abc
|
|
264
267
|
import builtins
|
|
265
268
|
import datetime
|
|
@@ -35,6 +35,9 @@ For more information on the resources and properties available for this service,
|
|
|
35
35
|
|
|
36
36
|
<!--END CFNONLY DISCLAIMER-->
|
|
37
37
|
'''
|
|
38
|
+
from pkgutil import extend_path
|
|
39
|
+
__path__ = extend_path(__path__, __name__)
|
|
40
|
+
|
|
38
41
|
import abc
|
|
39
42
|
import builtins
|
|
40
43
|
import datetime
|
aws_cdk/aws_batch/__init__.py
CHANGED
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -26,6 +26,9 @@ import aws_cdk.aws_bedrock as bedrock
|
|
|
26
26
|
bedrock.ProvisionedModel.from_provisioned_model_arn(self, "Model", "arn:aws:bedrock:us-east-2:123456789012:provisioned-model/abc-123")
|
|
27
27
|
```
|
|
28
28
|
'''
|
|
29
|
+
from pkgutil import extend_path
|
|
30
|
+
__path__ = extend_path(__path__, __name__)
|
|
31
|
+
|
|
29
32
|
import abc
|
|
30
33
|
import builtins
|
|
31
34
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_budgets/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_ce/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_chatbot/__init__.py
CHANGED
|
@@ -48,6 +48,9 @@ correct log retention period (never expire, by default).
|
|
|
48
48
|
By default slack channel will use `AdministratorAccess` managed policy as guardrail policy.
|
|
49
49
|
The `guardrailPolicies` property can be used to set a different set of managed policies.
|
|
50
50
|
'''
|
|
51
|
+
from pkgutil import extend_path
|
|
52
|
+
__path__ = extend_path(__path__, __name__)
|
|
53
|
+
|
|
51
54
|
import abc
|
|
52
55
|
import builtins
|
|
53
56
|
import datetime
|
|
@@ -35,6 +35,9 @@ For more information on the resources and properties available for this service,
|
|
|
35
35
|
|
|
36
36
|
<!--END CFNONLY DISCLAIMER-->
|
|
37
37
|
'''
|
|
38
|
+
from pkgutil import extend_path
|
|
39
|
+
__path__ = extend_path(__path__, __name__)
|
|
40
|
+
|
|
38
41
|
import abc
|
|
39
42
|
import builtins
|
|
40
43
|
import datetime
|
|
@@ -1658,7 +1661,12 @@ class CfnConfiguredTable(
|
|
|
1658
1661
|
allowed_analyses=["allowedAnalyses"],
|
|
1659
1662
|
|
|
1660
1663
|
# the properties below are optional
|
|
1661
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
1664
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
1665
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
1666
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
1667
|
+
name="name"
|
|
1668
|
+
)]
|
|
1669
|
+
)
|
|
1662
1670
|
),
|
|
1663
1671
|
list=cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty(
|
|
1664
1672
|
join_columns=["joinColumns"],
|
|
@@ -2225,6 +2233,7 @@ class CfnConfiguredTable(
|
|
|
2225
2233
|
name_mapping={
|
|
2226
2234
|
"allowed_analyses": "allowedAnalyses",
|
|
2227
2235
|
"allowed_analysis_providers": "allowedAnalysisProviders",
|
|
2236
|
+
"differential_privacy": "differentialPrivacy",
|
|
2228
2237
|
},
|
|
2229
2238
|
)
|
|
2230
2239
|
class AnalysisRuleCustomProperty:
|
|
@@ -2233,6 +2242,7 @@ class CfnConfiguredTable(
|
|
|
2233
2242
|
*,
|
|
2234
2243
|
allowed_analyses: typing.Sequence[builtins.str],
|
|
2235
2244
|
allowed_analysis_providers: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2245
|
+
differential_privacy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfiguredTable.DifferentialPrivacyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2236
2246
|
) -> None:
|
|
2237
2247
|
'''A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables.
|
|
2238
2248
|
|
|
@@ -2240,6 +2250,7 @@ class CfnConfiguredTable(
|
|
|
2240
2250
|
|
|
2241
2251
|
:param allowed_analyses: The ARN of the analysis templates that are allowed by the custom analysis rule.
|
|
2242
2252
|
:param allowed_analysis_providers: The IDs of the AWS accounts that are allowed to query by the custom analysis rule. Required when ``allowedAnalyses`` is ``ANY_QUERY`` .
|
|
2253
|
+
:param differential_privacy: The differential privacy configuration.
|
|
2243
2254
|
|
|
2244
2255
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-analysisrulecustom.html
|
|
2245
2256
|
:exampleMetadata: fixture=_generated
|
|
@@ -2254,18 +2265,26 @@ class CfnConfiguredTable(
|
|
|
2254
2265
|
allowed_analyses=["allowedAnalyses"],
|
|
2255
2266
|
|
|
2256
2267
|
# the properties below are optional
|
|
2257
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
2268
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
2269
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
2270
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2271
|
+
name="name"
|
|
2272
|
+
)]
|
|
2273
|
+
)
|
|
2258
2274
|
)
|
|
2259
2275
|
'''
|
|
2260
2276
|
if __debug__:
|
|
2261
2277
|
type_hints = typing.get_type_hints(_typecheckingstub__fb34762d0bf6ed014ff8964f15e74deaeb8d3d74c070c1dc20496ef94ed7c8ec)
|
|
2262
2278
|
check_type(argname="argument allowed_analyses", value=allowed_analyses, expected_type=type_hints["allowed_analyses"])
|
|
2263
2279
|
check_type(argname="argument allowed_analysis_providers", value=allowed_analysis_providers, expected_type=type_hints["allowed_analysis_providers"])
|
|
2280
|
+
check_type(argname="argument differential_privacy", value=differential_privacy, expected_type=type_hints["differential_privacy"])
|
|
2264
2281
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2265
2282
|
"allowed_analyses": allowed_analyses,
|
|
2266
2283
|
}
|
|
2267
2284
|
if allowed_analysis_providers is not None:
|
|
2268
2285
|
self._values["allowed_analysis_providers"] = allowed_analysis_providers
|
|
2286
|
+
if differential_privacy is not None:
|
|
2287
|
+
self._values["differential_privacy"] = differential_privacy
|
|
2269
2288
|
|
|
2270
2289
|
@builtins.property
|
|
2271
2290
|
def allowed_analyses(self) -> typing.List[builtins.str]:
|
|
@@ -2290,6 +2309,17 @@ class CfnConfiguredTable(
|
|
|
2290
2309
|
result = self._values.get("allowed_analysis_providers")
|
|
2291
2310
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2292
2311
|
|
|
2312
|
+
@builtins.property
|
|
2313
|
+
def differential_privacy(
|
|
2314
|
+
self,
|
|
2315
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfiguredTable.DifferentialPrivacyProperty"]]:
|
|
2316
|
+
'''The differential privacy configuration.
|
|
2317
|
+
|
|
2318
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-analysisrulecustom.html#cfn-cleanrooms-configuredtable-analysisrulecustom-differentialprivacy
|
|
2319
|
+
'''
|
|
2320
|
+
result = self._values.get("differential_privacy")
|
|
2321
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfiguredTable.DifferentialPrivacyProperty"]], result)
|
|
2322
|
+
|
|
2293
2323
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2294
2324
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2295
2325
|
|
|
@@ -2446,7 +2476,12 @@ class CfnConfiguredTable(
|
|
|
2446
2476
|
allowed_analyses=["allowedAnalyses"],
|
|
2447
2477
|
|
|
2448
2478
|
# the properties below are optional
|
|
2449
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
2479
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
2480
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
2481
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2482
|
+
name="name"
|
|
2483
|
+
)]
|
|
2484
|
+
)
|
|
2450
2485
|
),
|
|
2451
2486
|
list=cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty(
|
|
2452
2487
|
join_columns=["joinColumns"],
|
|
@@ -2550,7 +2585,12 @@ class CfnConfiguredTable(
|
|
|
2550
2585
|
allowed_analyses=["allowedAnalyses"],
|
|
2551
2586
|
|
|
2552
2587
|
# the properties below are optional
|
|
2553
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
2588
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
2589
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
2590
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2591
|
+
name="name"
|
|
2592
|
+
)]
|
|
2593
|
+
)
|
|
2554
2594
|
),
|
|
2555
2595
|
list=cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty(
|
|
2556
2596
|
join_columns=["joinColumns"],
|
|
@@ -2647,7 +2687,12 @@ class CfnConfiguredTable(
|
|
|
2647
2687
|
allowed_analyses=["allowedAnalyses"],
|
|
2648
2688
|
|
|
2649
2689
|
# the properties below are optional
|
|
2650
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
2690
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
2691
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
2692
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2693
|
+
name="name"
|
|
2694
|
+
)]
|
|
2695
|
+
)
|
|
2651
2696
|
),
|
|
2652
2697
|
list=cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty(
|
|
2653
2698
|
join_columns=["joinColumns"],
|
|
@@ -2715,6 +2760,118 @@ class CfnConfiguredTable(
|
|
|
2715
2760
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2716
2761
|
)
|
|
2717
2762
|
|
|
2763
|
+
@jsii.data_type(
|
|
2764
|
+
jsii_type="aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty",
|
|
2765
|
+
jsii_struct_bases=[],
|
|
2766
|
+
name_mapping={"name": "name"},
|
|
2767
|
+
)
|
|
2768
|
+
class DifferentialPrivacyColumnProperty:
|
|
2769
|
+
def __init__(self, *, name: builtins.str) -> None:
|
|
2770
|
+
'''Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.
|
|
2771
|
+
|
|
2772
|
+
:param name: The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
|
|
2773
|
+
|
|
2774
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacycolumn.html
|
|
2775
|
+
:exampleMetadata: fixture=_generated
|
|
2776
|
+
|
|
2777
|
+
Example::
|
|
2778
|
+
|
|
2779
|
+
# The code below shows an example of how to instantiate this type.
|
|
2780
|
+
# The values are placeholders you should change.
|
|
2781
|
+
from aws_cdk import aws_cleanrooms as cleanrooms
|
|
2782
|
+
|
|
2783
|
+
differential_privacy_column_property = cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2784
|
+
name="name"
|
|
2785
|
+
)
|
|
2786
|
+
'''
|
|
2787
|
+
if __debug__:
|
|
2788
|
+
type_hints = typing.get_type_hints(_typecheckingstub__db51d35ba24655ba0ff827d1b1f747a981c133aa166ad14ccd1ac62c4aa28235)
|
|
2789
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2790
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2791
|
+
"name": name,
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
@builtins.property
|
|
2795
|
+
def name(self) -> builtins.str:
|
|
2796
|
+
'''The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect.
|
|
2797
|
+
|
|
2798
|
+
If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
|
|
2799
|
+
|
|
2800
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacycolumn.html#cfn-cleanrooms-configuredtable-differentialprivacycolumn-name
|
|
2801
|
+
'''
|
|
2802
|
+
result = self._values.get("name")
|
|
2803
|
+
assert result is not None, "Required property 'name' is missing"
|
|
2804
|
+
return typing.cast(builtins.str, result)
|
|
2805
|
+
|
|
2806
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2807
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2808
|
+
|
|
2809
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2810
|
+
return not (rhs == self)
|
|
2811
|
+
|
|
2812
|
+
def __repr__(self) -> str:
|
|
2813
|
+
return "DifferentialPrivacyColumnProperty(%s)" % ", ".join(
|
|
2814
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2815
|
+
)
|
|
2816
|
+
|
|
2817
|
+
@jsii.data_type(
|
|
2818
|
+
jsii_type="aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty",
|
|
2819
|
+
jsii_struct_bases=[],
|
|
2820
|
+
name_mapping={"columns": "columns"},
|
|
2821
|
+
)
|
|
2822
|
+
class DifferentialPrivacyProperty:
|
|
2823
|
+
def __init__(
|
|
2824
|
+
self,
|
|
2825
|
+
*,
|
|
2826
|
+
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfiguredTable.DifferentialPrivacyColumnProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
2827
|
+
) -> None:
|
|
2828
|
+
'''
|
|
2829
|
+
:param columns:
|
|
2830
|
+
|
|
2831
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacy.html
|
|
2832
|
+
:exampleMetadata: fixture=_generated
|
|
2833
|
+
|
|
2834
|
+
Example::
|
|
2835
|
+
|
|
2836
|
+
# The code below shows an example of how to instantiate this type.
|
|
2837
|
+
# The values are placeholders you should change.
|
|
2838
|
+
from aws_cdk import aws_cleanrooms as cleanrooms
|
|
2839
|
+
|
|
2840
|
+
differential_privacy_property = cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
2841
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
2842
|
+
name="name"
|
|
2843
|
+
)]
|
|
2844
|
+
)
|
|
2845
|
+
'''
|
|
2846
|
+
if __debug__:
|
|
2847
|
+
type_hints = typing.get_type_hints(_typecheckingstub__25cecdbb678db7c9fecdba89215b89eba238f35861c80f5cb848f3f80ef4e9e7)
|
|
2848
|
+
check_type(argname="argument columns", value=columns, expected_type=type_hints["columns"])
|
|
2849
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2850
|
+
"columns": columns,
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
@builtins.property
|
|
2854
|
+
def columns(
|
|
2855
|
+
self,
|
|
2856
|
+
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnConfiguredTable.DifferentialPrivacyColumnProperty"]]]:
|
|
2857
|
+
'''
|
|
2858
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacy.html#cfn-cleanrooms-configuredtable-differentialprivacy-columns
|
|
2859
|
+
'''
|
|
2860
|
+
result = self._values.get("columns")
|
|
2861
|
+
assert result is not None, "Required property 'columns' is missing"
|
|
2862
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnConfiguredTable.DifferentialPrivacyColumnProperty"]]], result)
|
|
2863
|
+
|
|
2864
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2865
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2866
|
+
|
|
2867
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2868
|
+
return not (rhs == self)
|
|
2869
|
+
|
|
2870
|
+
def __repr__(self) -> str:
|
|
2871
|
+
return "DifferentialPrivacyProperty(%s)" % ", ".join(
|
|
2872
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2873
|
+
)
|
|
2874
|
+
|
|
2718
2875
|
@jsii.data_type(
|
|
2719
2876
|
jsii_type="aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty",
|
|
2720
2877
|
jsii_struct_bases=[],
|
|
@@ -3295,7 +3452,12 @@ class CfnConfiguredTableProps:
|
|
|
3295
3452
|
allowed_analyses=["allowedAnalyses"],
|
|
3296
3453
|
|
|
3297
3454
|
# the properties below are optional
|
|
3298
|
-
allowed_analysis_providers=["allowedAnalysisProviders"]
|
|
3455
|
+
allowed_analysis_providers=["allowedAnalysisProviders"],
|
|
3456
|
+
differential_privacy=cleanrooms.CfnConfiguredTable.DifferentialPrivacyProperty(
|
|
3457
|
+
columns=[cleanrooms.CfnConfiguredTable.DifferentialPrivacyColumnProperty(
|
|
3458
|
+
name="name"
|
|
3459
|
+
)]
|
|
3460
|
+
)
|
|
3299
3461
|
),
|
|
3300
3462
|
list=cleanrooms.CfnConfiguredTable.AnalysisRuleListProperty(
|
|
3301
3463
|
join_columns=["joinColumns"],
|
|
@@ -4539,6 +4701,7 @@ def _typecheckingstub__fb34762d0bf6ed014ff8964f15e74deaeb8d3d74c070c1dc20496ef94
|
|
|
4539
4701
|
*,
|
|
4540
4702
|
allowed_analyses: typing.Sequence[builtins.str],
|
|
4541
4703
|
allowed_analysis_providers: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4704
|
+
differential_privacy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfiguredTable.DifferentialPrivacyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4542
4705
|
) -> None:
|
|
4543
4706
|
"""Type checking stubs"""
|
|
4544
4707
|
pass
|
|
@@ -4576,6 +4739,20 @@ def _typecheckingstub__f3e07fc4df9c2eafb409dd0b417b9236aa995940875e48daa983efee0
|
|
|
4576
4739
|
"""Type checking stubs"""
|
|
4577
4740
|
pass
|
|
4578
4741
|
|
|
4742
|
+
def _typecheckingstub__db51d35ba24655ba0ff827d1b1f747a981c133aa166ad14ccd1ac62c4aa28235(
|
|
4743
|
+
*,
|
|
4744
|
+
name: builtins.str,
|
|
4745
|
+
) -> None:
|
|
4746
|
+
"""Type checking stubs"""
|
|
4747
|
+
pass
|
|
4748
|
+
|
|
4749
|
+
def _typecheckingstub__25cecdbb678db7c9fecdba89215b89eba238f35861c80f5cb848f3f80ef4e9e7(
|
|
4750
|
+
*,
|
|
4751
|
+
columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfiguredTable.DifferentialPrivacyColumnProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
4752
|
+
) -> None:
|
|
4753
|
+
"""Type checking stubs"""
|
|
4754
|
+
pass
|
|
4755
|
+
|
|
4579
4756
|
def _typecheckingstub__ad49810a315ae1c04064504cefbb3e0bc6fec52a1add50545955db56f0db50f9(
|
|
4580
4757
|
*,
|
|
4581
4758
|
database_name: builtins.str,
|
aws_cdk/aws_cloud9/__init__.py
CHANGED
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
|
@@ -1195,6 +1195,9 @@ See:
|
|
|
1195
1195
|
* https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
|
1196
1196
|
* https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-trusted-signers.html
|
|
1197
1197
|
'''
|
|
1198
|
+
from pkgutil import extend_path
|
|
1199
|
+
__path__ = extend_path(__path__, __name__)
|
|
1200
|
+
|
|
1198
1201
|
import abc
|
|
1199
1202
|
import builtins
|
|
1200
1203
|
import datetime
|
|
@@ -933,6 +933,9 @@ dashboard = cw.Dashboard(self, "Dash",
|
|
|
933
933
|
|
|
934
934
|
You can add a variable after object instantiation with the method `dashboard.addVariable()`.
|
|
935
935
|
'''
|
|
936
|
+
from pkgutil import extend_path
|
|
937
|
+
__path__ = extend_path(__path__, __name__)
|
|
938
|
+
|
|
936
939
|
import abc
|
|
937
940
|
import builtins
|
|
938
941
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|