aws-cdk-lib 2.133.0__py3-none-any.whl → 2.135.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.
- aws_cdk/__init__.py +14 -1
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.133.0.jsii.tgz → aws-cdk-lib@2.135.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 +108 -3
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +158 -3
- aws_cdk/aws_appconfig/__init__.py +189 -8
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +560 -0
- 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 +74 -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 +9 -4
- 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 +26 -12
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +426 -73
- aws_cdk/aws_bedrock/__init__.py +200 -2
- 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 +4 -1
- aws_cdk/aws_cloudfront/__init__.py +5 -2
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +47 -14
- aws_cdk/aws_cloudwatch/__init__.py +21 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +815 -2
- aws_cdk/aws_codebuild/__init__.py +38 -16
- 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 +27 -8
- 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 +44 -40
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +277 -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 +396 -13
- 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 +5 -2
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +419 -5
- aws_cdk/aws_ec2/__init__.py +3530 -504
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +12 -4
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +69 -47
- 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 +431 -72
- 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 +96 -66
- 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 +147 -3
- 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 +12 -10
- 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 +88 -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 +138 -55
- 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 +1239 -161
- aws_cdk/aws_kendra/__init__.py +56 -39
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +40 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +40 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +14 -3
- 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 +91 -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 +26 -18
- 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 +45 -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 +150 -27
- 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 +5 -2
- 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 +6 -3
- 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 +26 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +77 -14
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -3
- 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 +99 -46
- 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 +20 -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.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.135.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.133.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/top_level.txt +0 -0
|
@@ -357,6 +357,9 @@ Eventually, this module will support all the event sources described under
|
|
|
357
357
|
Sources](https://docs.aws.amazon.com/lambda/latest/dg/invoking-lambda-function.html)
|
|
358
358
|
in the AWS Lambda Developer Guide.
|
|
359
359
|
'''
|
|
360
|
+
from pkgutil import extend_path
|
|
361
|
+
__path__ = extend_path(__path__, __name__)
|
|
362
|
+
|
|
360
363
|
import abc
|
|
361
364
|
import builtins
|
|
362
365
|
import datetime
|
|
@@ -2195,11 +2198,11 @@ class StreamEventSource(
|
|
|
2195
2198
|
'''
|
|
2196
2199
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
2197
2200
|
:param filters: Add filter criteria option. Default: - None
|
|
2198
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
2201
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
2199
2202
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
2200
2203
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
2201
2204
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
2202
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2205
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
2203
2206
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
2204
2207
|
:param starting_position: Where to begin consuming the stream.
|
|
2205
2208
|
:param batch_size: The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. Valid Range: - Minimum value of 1 - Maximum value of: - 1000 for ``DynamoEventSource`` - 10000 for ``KinesisEventSource``, ``ManagedKafkaEventSource`` and ``SelfManagedKafkaEventSource`` Default: 100
|
|
@@ -2369,11 +2372,11 @@ class StreamEventSourceProps(BaseStreamEventSourceProps):
|
|
|
2369
2372
|
:param max_batching_window: The maximum amount of time to gather records before invoking the function. Maximum of Duration.minutes(5). Default: - Duration.seconds(0) for Kinesis, DynamoDB, and SQS event sources, Duration.millis(500) for MSK, self-managed Kafka, and Amazon MQ.
|
|
2370
2373
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
2371
2374
|
:param filters: Add filter criteria option. Default: - None
|
|
2372
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
2375
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
2373
2376
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
2374
2377
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
2375
2378
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
2376
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2379
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
2377
2380
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
2378
2381
|
|
|
2379
2382
|
:exampleMetadata: fixture=_generated
|
|
@@ -2526,7 +2529,11 @@ class StreamEventSourceProps(BaseStreamEventSourceProps):
|
|
|
2526
2529
|
- Minimum value of 60 seconds
|
|
2527
2530
|
- Maximum value of 7 days
|
|
2528
2531
|
|
|
2529
|
-
|
|
2532
|
+
The default value is -1, which sets the maximum age to infinite.
|
|
2533
|
+
When the value is set to infinite, Lambda never discards old records.
|
|
2534
|
+
Record are valid until it expires in the event source.
|
|
2535
|
+
|
|
2536
|
+
:default: -1
|
|
2530
2537
|
'''
|
|
2531
2538
|
result = self._values.get("max_record_age")
|
|
2532
2539
|
return typing.cast(typing.Optional[_Duration_4839e8c3], result)
|
|
@@ -2569,7 +2576,11 @@ class StreamEventSourceProps(BaseStreamEventSourceProps):
|
|
|
2569
2576
|
def retry_attempts(self) -> typing.Optional[jsii.Number]:
|
|
2570
2577
|
'''Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2571
2578
|
|
|
2572
|
-
|
|
2579
|
+
The default value is -1, which sets the maximum number of retries to infinite.
|
|
2580
|
+
When MaximumRetryAttempts is infinite, Lambda retries failed records until
|
|
2581
|
+
the record expires in the event source.
|
|
2582
|
+
|
|
2583
|
+
:default: -1
|
|
2573
2584
|
'''
|
|
2574
2585
|
result = self._values.get("retry_attempts")
|
|
2575
2586
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2645,11 +2656,11 @@ class DynamoEventSource(
|
|
|
2645
2656
|
:param table: -
|
|
2646
2657
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
2647
2658
|
:param filters: Add filter criteria option. Default: - None
|
|
2648
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
2659
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
2649
2660
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
2650
2661
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
2651
2662
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
2652
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2663
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
2653
2664
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
2654
2665
|
:param starting_position: Where to begin consuming the stream.
|
|
2655
2666
|
:param batch_size: The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. Valid Range: - Minimum value of 1 - Maximum value of: - 1000 for ``DynamoEventSource`` - 10000 for ``KinesisEventSource``, ``ManagedKafkaEventSource`` and ``SelfManagedKafkaEventSource`` Default: 100
|
|
@@ -2742,11 +2753,11 @@ class DynamoEventSourceProps(StreamEventSourceProps):
|
|
|
2742
2753
|
:param max_batching_window: The maximum amount of time to gather records before invoking the function. Maximum of Duration.minutes(5). Default: - Duration.seconds(0) for Kinesis, DynamoDB, and SQS event sources, Duration.millis(500) for MSK, self-managed Kafka, and Amazon MQ.
|
|
2743
2754
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
2744
2755
|
:param filters: Add filter criteria option. Default: - None
|
|
2745
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
2756
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
2746
2757
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
2747
2758
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
2748
2759
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
2749
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2760
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
2750
2761
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
2751
2762
|
|
|
2752
2763
|
:exampleMetadata: infused
|
|
@@ -2888,7 +2899,11 @@ class DynamoEventSourceProps(StreamEventSourceProps):
|
|
|
2888
2899
|
- Minimum value of 60 seconds
|
|
2889
2900
|
- Maximum value of 7 days
|
|
2890
2901
|
|
|
2891
|
-
|
|
2902
|
+
The default value is -1, which sets the maximum age to infinite.
|
|
2903
|
+
When the value is set to infinite, Lambda never discards old records.
|
|
2904
|
+
Record are valid until it expires in the event source.
|
|
2905
|
+
|
|
2906
|
+
:default: -1
|
|
2892
2907
|
'''
|
|
2893
2908
|
result = self._values.get("max_record_age")
|
|
2894
2909
|
return typing.cast(typing.Optional[_Duration_4839e8c3], result)
|
|
@@ -2931,7 +2946,11 @@ class DynamoEventSourceProps(StreamEventSourceProps):
|
|
|
2931
2946
|
def retry_attempts(self) -> typing.Optional[jsii.Number]:
|
|
2932
2947
|
'''Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
2933
2948
|
|
|
2934
|
-
|
|
2949
|
+
The default value is -1, which sets the maximum number of retries to infinite.
|
|
2950
|
+
When MaximumRetryAttempts is infinite, Lambda retries failed records until
|
|
2951
|
+
the record expires in the event source.
|
|
2952
|
+
|
|
2953
|
+
:default: -1
|
|
2935
2954
|
'''
|
|
2936
2955
|
result = self._values.get("retry_attempts")
|
|
2937
2956
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -3004,11 +3023,11 @@ class KinesisEventSource(
|
|
|
3004
3023
|
:param starting_position_timestamp: The time from which to start reading, in Unix time seconds. Default: - no timestamp
|
|
3005
3024
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
3006
3025
|
:param filters: Add filter criteria option. Default: - None
|
|
3007
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
3026
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
3008
3027
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
3009
3028
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
3010
3029
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
3011
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
3030
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
3012
3031
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
3013
3032
|
:param starting_position: Where to begin consuming the stream.
|
|
3014
3033
|
:param batch_size: The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. Valid Range: - Minimum value of 1 - Maximum value of: - 1000 for ``DynamoEventSource`` - 10000 for ``KinesisEventSource``, ``ManagedKafkaEventSource`` and ``SelfManagedKafkaEventSource`` Default: 100
|
|
@@ -3109,11 +3128,11 @@ class KinesisEventSourceProps(StreamEventSourceProps):
|
|
|
3109
3128
|
:param max_batching_window: The maximum amount of time to gather records before invoking the function. Maximum of Duration.minutes(5). Default: - Duration.seconds(0) for Kinesis, DynamoDB, and SQS event sources, Duration.millis(500) for MSK, self-managed Kafka, and Amazon MQ.
|
|
3110
3129
|
:param bisect_batch_on_error: If the function returns an error, split the batch in two and retry. Default: false
|
|
3111
3130
|
:param filters: Add filter criteria option. Default: - None
|
|
3112
|
-
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days
|
|
3131
|
+
:param max_record_age: The maximum age of a record that Lambda sends to a function for processing. Valid Range: - Minimum value of 60 seconds - Maximum value of 7 days The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. Record are valid until it expires in the event source. Default: -1
|
|
3113
3132
|
:param on_failure: An Amazon SQS queue or Amazon SNS topic destination for discarded records. Default: - discarded records are ignored
|
|
3114
3133
|
:param parallelization_factor: The number of batches to process from each shard concurrently. Valid Range: - Minimum value of 1 - Maximum value of 10 Default: 1
|
|
3115
3134
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
3116
|
-
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
3135
|
+
:param retry_attempts: Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source. Default: -1
|
|
3117
3136
|
:param tumbling_window: The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes. Default: - None
|
|
3118
3137
|
:param starting_position_timestamp: The time from which to start reading, in Unix time seconds. Default: - no timestamp
|
|
3119
3138
|
|
|
@@ -3254,7 +3273,11 @@ class KinesisEventSourceProps(StreamEventSourceProps):
|
|
|
3254
3273
|
- Minimum value of 60 seconds
|
|
3255
3274
|
- Maximum value of 7 days
|
|
3256
3275
|
|
|
3257
|
-
|
|
3276
|
+
The default value is -1, which sets the maximum age to infinite.
|
|
3277
|
+
When the value is set to infinite, Lambda never discards old records.
|
|
3278
|
+
Record are valid until it expires in the event source.
|
|
3279
|
+
|
|
3280
|
+
:default: -1
|
|
3258
3281
|
'''
|
|
3259
3282
|
result = self._values.get("max_record_age")
|
|
3260
3283
|
return typing.cast(typing.Optional[_Duration_4839e8c3], result)
|
|
@@ -3297,7 +3320,11 @@ class KinesisEventSourceProps(StreamEventSourceProps):
|
|
|
3297
3320
|
def retry_attempts(self) -> typing.Optional[jsii.Number]:
|
|
3298
3321
|
'''Maximum number of retry attempts Valid Range: * Minimum value of 0 * Maximum value of 10000.
|
|
3299
3322
|
|
|
3300
|
-
|
|
3323
|
+
The default value is -1, which sets the maximum number of retries to infinite.
|
|
3324
|
+
When MaximumRetryAttempts is infinite, Lambda retries failed records until
|
|
3325
|
+
the record expires in the event source.
|
|
3326
|
+
|
|
3327
|
+
:default: -1
|
|
3301
3328
|
'''
|
|
3302
3329
|
result = self._values.get("retry_attempts")
|
|
3303
3330
|
return typing.cast(typing.Optional[jsii.Number], result)
|
aws_cdk/aws_lex/__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
|
|
@@ -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_location/__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
|
aws_cdk/aws_logs/__init__.py
CHANGED
|
@@ -402,6 +402,9 @@ Be aware that Log Group ARNs will always have the string `:*` appended to
|
|
|
402
402
|
them, to match the behavior of [the CloudFormation `AWS::Logs::LogGroup`
|
|
403
403
|
resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#aws-resource-logs-loggroup-return-values).
|
|
404
404
|
'''
|
|
405
|
+
from pkgutil import extend_path
|
|
406
|
+
__path__ = extend_path(__path__, __name__)
|
|
407
|
+
|
|
405
408
|
import abc
|
|
406
409
|
import builtins
|
|
407
410
|
import datetime
|
|
@@ -6,6 +6,9 @@ can send log data to Kinesis Streams or Lambda Functions.
|
|
|
6
6
|
|
|
7
7
|
See the documentation of the `logs` module for more information.
|
|
8
8
|
'''
|
|
9
|
+
from pkgutil import extend_path
|
|
10
|
+
__path__ = extend_path(__path__, __name__)
|
|
11
|
+
|
|
9
12
|
import abc
|
|
10
13
|
import builtins
|
|
11
14
|
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
|
|
@@ -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_m2/__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_macie/__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
|
|
@@ -1411,7 +1414,7 @@ class CfnNode(
|
|
|
1411
1414
|
'''
|
|
1412
1415
|
:param scope: Scope in which this resource is defined.
|
|
1413
1416
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1414
|
-
:param network_id: The unique identifier of the network for the node. Ethereum public networks have the following ``NetworkId`` s: - ``n-ethereum-mainnet``
|
|
1417
|
+
:param network_id: The unique identifier of the network for the node. Ethereum public networks have the following ``NetworkId`` s: - ``n-ethereum-mainnet``
|
|
1415
1418
|
:param node_configuration: Configuration properties of a peer node.
|
|
1416
1419
|
:param member_id: The unique identifier of the member to which the node belongs. Applies only to Hyperledger Fabric.
|
|
1417
1420
|
'''
|
|
@@ -1640,7 +1643,7 @@ class CfnNodeProps:
|
|
|
1640
1643
|
) -> None:
|
|
1641
1644
|
'''Properties for defining a ``CfnNode``.
|
|
1642
1645
|
|
|
1643
|
-
:param network_id: The unique identifier of the network for the node. Ethereum public networks have the following ``NetworkId`` s: - ``n-ethereum-mainnet``
|
|
1646
|
+
:param network_id: The unique identifier of the network for the node. Ethereum public networks have the following ``NetworkId`` s: - ``n-ethereum-mainnet``
|
|
1644
1647
|
:param node_configuration: Configuration properties of a peer node.
|
|
1645
1648
|
:param member_id: The unique identifier of the member to which the node belongs. Applies only to Hyperledger Fabric.
|
|
1646
1649
|
|
|
@@ -1683,7 +1686,6 @@ class CfnNodeProps:
|
|
|
1683
1686
|
Ethereum public networks have the following ``NetworkId`` s:
|
|
1684
1687
|
|
|
1685
1688
|
- ``n-ethereum-mainnet``
|
|
1686
|
-
- ``n-ethereum-goerli``
|
|
1687
1689
|
|
|
1688
1690
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html#cfn-managedblockchain-node-networkid
|
|
1689
1691
|
'''
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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_memorydb/__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_msk/__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
|
|
@@ -4078,6 +4081,9 @@ class CfnReplicator(
|
|
|
4078
4081
|
copy_access_control_lists_for_topics=False,
|
|
4079
4082
|
copy_topic_configurations=False,
|
|
4080
4083
|
detect_and_copy_new_topics=False,
|
|
4084
|
+
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4085
|
+
type="type"
|
|
4086
|
+
),
|
|
4081
4087
|
topics_to_exclude=["topicsToExclude"]
|
|
4082
4088
|
)
|
|
4083
4089
|
)],
|
|
@@ -4673,6 +4679,9 @@ class CfnReplicator(
|
|
|
4673
4679
|
copy_access_control_lists_for_topics=False,
|
|
4674
4680
|
copy_topic_configurations=False,
|
|
4675
4681
|
detect_and_copy_new_topics=False,
|
|
4682
|
+
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4683
|
+
type="type"
|
|
4684
|
+
),
|
|
4676
4685
|
topics_to_exclude=["topicsToExclude"]
|
|
4677
4686
|
)
|
|
4678
4687
|
)
|
|
@@ -4756,6 +4765,57 @@ class CfnReplicator(
|
|
|
4756
4765
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
4757
4766
|
)
|
|
4758
4767
|
|
|
4768
|
+
@jsii.data_type(
|
|
4769
|
+
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.ReplicationStartingPositionProperty",
|
|
4770
|
+
jsii_struct_bases=[],
|
|
4771
|
+
name_mapping={"type": "type"},
|
|
4772
|
+
)
|
|
4773
|
+
class ReplicationStartingPositionProperty:
|
|
4774
|
+
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
|
4775
|
+
'''Configuration for specifying the position in the topics to start replicating from.
|
|
4776
|
+
|
|
4777
|
+
:param type: The type of replication starting position.
|
|
4778
|
+
|
|
4779
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationstartingposition.html
|
|
4780
|
+
:exampleMetadata: fixture=_generated
|
|
4781
|
+
|
|
4782
|
+
Example::
|
|
4783
|
+
|
|
4784
|
+
# The code below shows an example of how to instantiate this type.
|
|
4785
|
+
# The values are placeholders you should change.
|
|
4786
|
+
from aws_cdk import aws_msk as msk
|
|
4787
|
+
|
|
4788
|
+
replication_starting_position_property = msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4789
|
+
type="type"
|
|
4790
|
+
)
|
|
4791
|
+
'''
|
|
4792
|
+
if __debug__:
|
|
4793
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5867862d62f899b15989ba1bdfade827bc8239f7341776ead0babb821c344db7)
|
|
4794
|
+
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
4795
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4796
|
+
if type is not None:
|
|
4797
|
+
self._values["type"] = type
|
|
4798
|
+
|
|
4799
|
+
@builtins.property
|
|
4800
|
+
def type(self) -> typing.Optional[builtins.str]:
|
|
4801
|
+
'''The type of replication starting position.
|
|
4802
|
+
|
|
4803
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationstartingposition.html#cfn-msk-replicator-replicationstartingposition-type
|
|
4804
|
+
'''
|
|
4805
|
+
result = self._values.get("type")
|
|
4806
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4807
|
+
|
|
4808
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4809
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4810
|
+
|
|
4811
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4812
|
+
return not (rhs == self)
|
|
4813
|
+
|
|
4814
|
+
def __repr__(self) -> str:
|
|
4815
|
+
return "ReplicationStartingPositionProperty(%s)" % ", ".join(
|
|
4816
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4817
|
+
)
|
|
4818
|
+
|
|
4759
4819
|
@jsii.data_type(
|
|
4760
4820
|
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.TopicReplicationProperty",
|
|
4761
4821
|
jsii_struct_bases=[],
|
|
@@ -4764,6 +4824,7 @@ class CfnReplicator(
|
|
|
4764
4824
|
"copy_access_control_lists_for_topics": "copyAccessControlListsForTopics",
|
|
4765
4825
|
"copy_topic_configurations": "copyTopicConfigurations",
|
|
4766
4826
|
"detect_and_copy_new_topics": "detectAndCopyNewTopics",
|
|
4827
|
+
"starting_position": "startingPosition",
|
|
4767
4828
|
"topics_to_exclude": "topicsToExclude",
|
|
4768
4829
|
},
|
|
4769
4830
|
)
|
|
@@ -4775,6 +4836,7 @@ class CfnReplicator(
|
|
|
4775
4836
|
copy_access_control_lists_for_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4776
4837
|
copy_topic_configurations: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4777
4838
|
detect_and_copy_new_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4839
|
+
starting_position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnReplicator.ReplicationStartingPositionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4778
4840
|
topics_to_exclude: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4779
4841
|
) -> None:
|
|
4780
4842
|
'''
|
|
@@ -4782,6 +4844,7 @@ class CfnReplicator(
|
|
|
4782
4844
|
:param copy_access_control_lists_for_topics: Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
|
4783
4845
|
:param copy_topic_configurations: Whether to periodically configure remote topics to match their corresponding upstream topics.
|
|
4784
4846
|
:param detect_and_copy_new_topics: Whether to periodically check for new topics and partitions.
|
|
4847
|
+
:param starting_position: Configuration for specifying the position in the topics to start replicating from.
|
|
4785
4848
|
:param topics_to_exclude: List of regular expression patterns indicating the topics that should not be replicated.
|
|
4786
4849
|
|
|
4787
4850
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-topicreplication.html
|
|
@@ -4800,6 +4863,9 @@ class CfnReplicator(
|
|
|
4800
4863
|
copy_access_control_lists_for_topics=False,
|
|
4801
4864
|
copy_topic_configurations=False,
|
|
4802
4865
|
detect_and_copy_new_topics=False,
|
|
4866
|
+
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
4867
|
+
type="type"
|
|
4868
|
+
),
|
|
4803
4869
|
topics_to_exclude=["topicsToExclude"]
|
|
4804
4870
|
)
|
|
4805
4871
|
'''
|
|
@@ -4809,6 +4875,7 @@ class CfnReplicator(
|
|
|
4809
4875
|
check_type(argname="argument copy_access_control_lists_for_topics", value=copy_access_control_lists_for_topics, expected_type=type_hints["copy_access_control_lists_for_topics"])
|
|
4810
4876
|
check_type(argname="argument copy_topic_configurations", value=copy_topic_configurations, expected_type=type_hints["copy_topic_configurations"])
|
|
4811
4877
|
check_type(argname="argument detect_and_copy_new_topics", value=detect_and_copy_new_topics, expected_type=type_hints["detect_and_copy_new_topics"])
|
|
4878
|
+
check_type(argname="argument starting_position", value=starting_position, expected_type=type_hints["starting_position"])
|
|
4812
4879
|
check_type(argname="argument topics_to_exclude", value=topics_to_exclude, expected_type=type_hints["topics_to_exclude"])
|
|
4813
4880
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4814
4881
|
"topics_to_replicate": topics_to_replicate,
|
|
@@ -4819,6 +4886,8 @@ class CfnReplicator(
|
|
|
4819
4886
|
self._values["copy_topic_configurations"] = copy_topic_configurations
|
|
4820
4887
|
if detect_and_copy_new_topics is not None:
|
|
4821
4888
|
self._values["detect_and_copy_new_topics"] = detect_and_copy_new_topics
|
|
4889
|
+
if starting_position is not None:
|
|
4890
|
+
self._values["starting_position"] = starting_position
|
|
4822
4891
|
if topics_to_exclude is not None:
|
|
4823
4892
|
self._values["topics_to_exclude"] = topics_to_exclude
|
|
4824
4893
|
|
|
@@ -4865,6 +4934,17 @@ class CfnReplicator(
|
|
|
4865
4934
|
result = self._values.get("detect_and_copy_new_topics")
|
|
4866
4935
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
4867
4936
|
|
|
4937
|
+
@builtins.property
|
|
4938
|
+
def starting_position(
|
|
4939
|
+
self,
|
|
4940
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicator.ReplicationStartingPositionProperty"]]:
|
|
4941
|
+
'''Configuration for specifying the position in the topics to start replicating from.
|
|
4942
|
+
|
|
4943
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-topicreplication.html#cfn-msk-replicator-topicreplication-startingposition
|
|
4944
|
+
'''
|
|
4945
|
+
result = self._values.get("starting_position")
|
|
4946
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicator.ReplicationStartingPositionProperty"]], result)
|
|
4947
|
+
|
|
4868
4948
|
@builtins.property
|
|
4869
4949
|
def topics_to_exclude(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4870
4950
|
'''List of regular expression patterns indicating the topics that should not be replicated.
|
|
@@ -4961,6 +5041,9 @@ class CfnReplicatorProps:
|
|
|
4961
5041
|
copy_access_control_lists_for_topics=False,
|
|
4962
5042
|
copy_topic_configurations=False,
|
|
4963
5043
|
detect_and_copy_new_topics=False,
|
|
5044
|
+
starting_position=msk.CfnReplicator.ReplicationStartingPositionProperty(
|
|
5045
|
+
type="type"
|
|
5046
|
+
),
|
|
4964
5047
|
topics_to_exclude=["topicsToExclude"]
|
|
4965
5048
|
)
|
|
4966
5049
|
)],
|
|
@@ -6648,12 +6731,20 @@ def _typecheckingstub__1dda95e7e04f4c21eabf1745c35859aeb7d3710c716f2649a23a1bda9
|
|
|
6648
6731
|
"""Type checking stubs"""
|
|
6649
6732
|
pass
|
|
6650
6733
|
|
|
6734
|
+
def _typecheckingstub__5867862d62f899b15989ba1bdfade827bc8239f7341776ead0babb821c344db7(
|
|
6735
|
+
*,
|
|
6736
|
+
type: typing.Optional[builtins.str] = None,
|
|
6737
|
+
) -> None:
|
|
6738
|
+
"""Type checking stubs"""
|
|
6739
|
+
pass
|
|
6740
|
+
|
|
6651
6741
|
def _typecheckingstub__0c30cafe96a0d51060e8bc61471dbbee1baf46133c8ecfbc997c5305121f3d6d(
|
|
6652
6742
|
*,
|
|
6653
6743
|
topics_to_replicate: typing.Sequence[builtins.str],
|
|
6654
6744
|
copy_access_control_lists_for_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6655
6745
|
copy_topic_configurations: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6656
6746
|
detect_and_copy_new_topics: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6747
|
+
starting_position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnReplicator.ReplicationStartingPositionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6657
6748
|
topics_to_exclude: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6658
6749
|
) -> None:
|
|
6659
6750
|
"""Type checking stubs"""
|
aws_cdk/aws_mwaa/__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
|