aws-cdk-lib 2.134.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 +5 -0
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.134.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 +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 +2891 -265
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +6 -0
- 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 +72 -12
- 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 +3 -0
- 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 +102 -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 +3 -0
- 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.135.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.135.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.135.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -2170,7 +2173,7 @@ class CfnCustomPlugin(
|
|
|
2170
2173
|
metaclass=jsii.JSIIMeta,
|
|
2171
2174
|
jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPlugin",
|
|
2172
2175
|
):
|
|
2173
|
-
'''
|
|
2176
|
+
'''Creates a custom plugin using the specified properties.
|
|
2174
2177
|
|
|
2175
2178
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html
|
|
2176
2179
|
:cloudformationResource: AWS::KafkaConnect::CustomPlugin
|
|
@@ -2218,10 +2221,10 @@ class CfnCustomPlugin(
|
|
|
2218
2221
|
'''
|
|
2219
2222
|
:param scope: Scope in which this resource is defined.
|
|
2220
2223
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2221
|
-
:param content_type: The
|
|
2222
|
-
:param location: Information about the location of
|
|
2224
|
+
:param content_type: The format of the plugin file.
|
|
2225
|
+
:param location: Information about the location of the custom plugin.
|
|
2223
2226
|
:param name: The name of the custom plugin.
|
|
2224
|
-
:param description:
|
|
2227
|
+
:param description: The description of the custom plugin.
|
|
2225
2228
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
2226
2229
|
'''
|
|
2227
2230
|
if __debug__:
|
|
@@ -2271,7 +2274,7 @@ class CfnCustomPlugin(
|
|
|
2271
2274
|
@builtins.property
|
|
2272
2275
|
@jsii.member(jsii_name="attrCustomPluginArn")
|
|
2273
2276
|
def attr_custom_plugin_arn(self) -> builtins.str:
|
|
2274
|
-
'''The Amazon Resource Name (ARN) of the custom plugin
|
|
2277
|
+
'''The Amazon Resource Name (ARN) of the custom plugin.
|
|
2275
2278
|
|
|
2276
2279
|
:cloudformationAttribute: CustomPluginArn
|
|
2277
2280
|
'''
|
|
@@ -2309,7 +2312,7 @@ class CfnCustomPlugin(
|
|
|
2309
2312
|
@builtins.property
|
|
2310
2313
|
@jsii.member(jsii_name="contentType")
|
|
2311
2314
|
def content_type(self) -> builtins.str:
|
|
2312
|
-
'''The
|
|
2315
|
+
'''The format of the plugin file.'''
|
|
2313
2316
|
return typing.cast(builtins.str, jsii.get(self, "contentType"))
|
|
2314
2317
|
|
|
2315
2318
|
@content_type.setter
|
|
@@ -2324,7 +2327,7 @@ class CfnCustomPlugin(
|
|
|
2324
2327
|
def location(
|
|
2325
2328
|
self,
|
|
2326
2329
|
) -> typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.CustomPluginLocationProperty"]:
|
|
2327
|
-
'''Information about the location of
|
|
2330
|
+
'''Information about the location of the custom plugin.'''
|
|
2328
2331
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.CustomPluginLocationProperty"], jsii.get(self, "location"))
|
|
2329
2332
|
|
|
2330
2333
|
@location.setter
|
|
@@ -2353,7 +2356,7 @@ class CfnCustomPlugin(
|
|
|
2353
2356
|
@builtins.property
|
|
2354
2357
|
@jsii.member(jsii_name="description")
|
|
2355
2358
|
def description(self) -> typing.Optional[builtins.str]:
|
|
2356
|
-
'''
|
|
2359
|
+
'''The description of the custom plugin.'''
|
|
2357
2360
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
2358
2361
|
|
|
2359
2362
|
@description.setter
|
|
@@ -2388,7 +2391,7 @@ class CfnCustomPlugin(
|
|
|
2388
2391
|
file_md5: typing.Optional[builtins.str] = None,
|
|
2389
2392
|
file_size: typing.Optional[jsii.Number] = None,
|
|
2390
2393
|
) -> None:
|
|
2391
|
-
'''Details about
|
|
2394
|
+
'''Details about a custom plugin file.
|
|
2392
2395
|
|
|
2393
2396
|
:param file_md5: The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
|
|
2394
2397
|
:param file_size: The size in bytes of the custom plugin file. You can use it to validate the file.
|
|
@@ -2531,7 +2534,7 @@ class CfnCustomPlugin(
|
|
|
2531
2534
|
file_key: builtins.str,
|
|
2532
2535
|
object_version: typing.Optional[builtins.str] = None,
|
|
2533
2536
|
) -> None:
|
|
2534
|
-
'''The
|
|
2537
|
+
'''The location of an object in Amazon S3.
|
|
2535
2538
|
|
|
2536
2539
|
:param bucket_arn: The Amazon Resource Name (ARN) of an S3 bucket.
|
|
2537
2540
|
:param file_key: The file key for an object in an S3 bucket.
|
|
@@ -2630,10 +2633,10 @@ class CfnCustomPluginProps:
|
|
|
2630
2633
|
) -> None:
|
|
2631
2634
|
'''Properties for defining a ``CfnCustomPlugin``.
|
|
2632
2635
|
|
|
2633
|
-
:param content_type: The
|
|
2634
|
-
:param location: Information about the location of
|
|
2636
|
+
:param content_type: The format of the plugin file.
|
|
2637
|
+
:param location: Information about the location of the custom plugin.
|
|
2635
2638
|
:param name: The name of the custom plugin.
|
|
2636
|
-
:param description:
|
|
2639
|
+
:param description: The description of the custom plugin.
|
|
2637
2640
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
2638
2641
|
|
|
2639
2642
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html
|
|
@@ -2685,7 +2688,7 @@ class CfnCustomPluginProps:
|
|
|
2685
2688
|
|
|
2686
2689
|
@builtins.property
|
|
2687
2690
|
def content_type(self) -> builtins.str:
|
|
2688
|
-
'''The
|
|
2691
|
+
'''The format of the plugin file.
|
|
2689
2692
|
|
|
2690
2693
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-contenttype
|
|
2691
2694
|
'''
|
|
@@ -2697,7 +2700,7 @@ class CfnCustomPluginProps:
|
|
|
2697
2700
|
def location(
|
|
2698
2701
|
self,
|
|
2699
2702
|
) -> typing.Union[_IResolvable_da3f097b, CfnCustomPlugin.CustomPluginLocationProperty]:
|
|
2700
|
-
'''Information about the location of
|
|
2703
|
+
'''Information about the location of the custom plugin.
|
|
2701
2704
|
|
|
2702
2705
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-location
|
|
2703
2706
|
'''
|
|
@@ -2717,7 +2720,7 @@ class CfnCustomPluginProps:
|
|
|
2717
2720
|
|
|
2718
2721
|
@builtins.property
|
|
2719
2722
|
def description(self) -> typing.Optional[builtins.str]:
|
|
2720
|
-
'''
|
|
2723
|
+
'''The description of the custom plugin.
|
|
2721
2724
|
|
|
2722
2725
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-description
|
|
2723
2726
|
'''
|
|
@@ -2751,7 +2754,7 @@ class CfnWorkerConfiguration(
|
|
|
2751
2754
|
metaclass=jsii.JSIIMeta,
|
|
2752
2755
|
jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnWorkerConfiguration",
|
|
2753
2756
|
):
|
|
2754
|
-
'''
|
|
2757
|
+
'''Creates a worker configuration using the specified properties.
|
|
2755
2758
|
|
|
2756
2759
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html
|
|
2757
2760
|
:cloudformationResource: AWS::KafkaConnect::WorkerConfiguration
|
|
@@ -2790,8 +2793,8 @@ class CfnWorkerConfiguration(
|
|
|
2790
2793
|
:param scope: Scope in which this resource is defined.
|
|
2791
2794
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2792
2795
|
:param name: The name of the worker configuration.
|
|
2793
|
-
:param properties_file_content: Base64 encoded contents of connect-distributed.properties file.
|
|
2794
|
-
:param description:
|
|
2796
|
+
:param properties_file_content: Base64 encoded contents of the connect-distributed.properties file.
|
|
2797
|
+
:param description: The description of a worker configuration.
|
|
2795
2798
|
:param tags: A collection of tags associated with a resource.
|
|
2796
2799
|
'''
|
|
2797
2800
|
if __debug__:
|
|
@@ -2840,7 +2843,7 @@ class CfnWorkerConfiguration(
|
|
|
2840
2843
|
@builtins.property
|
|
2841
2844
|
@jsii.member(jsii_name="attrRevision")
|
|
2842
2845
|
def attr_revision(self) -> jsii.Number:
|
|
2843
|
-
'''The
|
|
2846
|
+
'''The revision of the worker configuration.
|
|
2844
2847
|
|
|
2845
2848
|
:cloudformationAttribute: Revision
|
|
2846
2849
|
'''
|
|
@@ -2849,7 +2852,7 @@ class CfnWorkerConfiguration(
|
|
|
2849
2852
|
@builtins.property
|
|
2850
2853
|
@jsii.member(jsii_name="attrWorkerConfigurationArn")
|
|
2851
2854
|
def attr_worker_configuration_arn(self) -> builtins.str:
|
|
2852
|
-
'''The Amazon Resource Name (ARN) of the
|
|
2855
|
+
'''The Amazon Resource Name (ARN) of the worker configuration.
|
|
2853
2856
|
|
|
2854
2857
|
:cloudformationAttribute: WorkerConfigurationArn
|
|
2855
2858
|
'''
|
|
@@ -2882,7 +2885,7 @@ class CfnWorkerConfiguration(
|
|
|
2882
2885
|
@builtins.property
|
|
2883
2886
|
@jsii.member(jsii_name="propertiesFileContent")
|
|
2884
2887
|
def properties_file_content(self) -> builtins.str:
|
|
2885
|
-
'''Base64 encoded contents of connect-distributed.properties file.'''
|
|
2888
|
+
'''Base64 encoded contents of the connect-distributed.properties file.'''
|
|
2886
2889
|
return typing.cast(builtins.str, jsii.get(self, "propertiesFileContent"))
|
|
2887
2890
|
|
|
2888
2891
|
@properties_file_content.setter
|
|
@@ -2895,7 +2898,7 @@ class CfnWorkerConfiguration(
|
|
|
2895
2898
|
@builtins.property
|
|
2896
2899
|
@jsii.member(jsii_name="description")
|
|
2897
2900
|
def description(self) -> typing.Optional[builtins.str]:
|
|
2898
|
-
'''
|
|
2901
|
+
'''The description of a worker configuration.'''
|
|
2899
2902
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
2900
2903
|
|
|
2901
2904
|
@description.setter
|
|
@@ -2941,8 +2944,8 @@ class CfnWorkerConfigurationProps:
|
|
|
2941
2944
|
'''Properties for defining a ``CfnWorkerConfiguration``.
|
|
2942
2945
|
|
|
2943
2946
|
:param name: The name of the worker configuration.
|
|
2944
|
-
:param properties_file_content: Base64 encoded contents of connect-distributed.properties file.
|
|
2945
|
-
:param description:
|
|
2947
|
+
:param properties_file_content: Base64 encoded contents of the connect-distributed.properties file.
|
|
2948
|
+
:param description: The description of a worker configuration.
|
|
2946
2949
|
:param tags: A collection of tags associated with a resource.
|
|
2947
2950
|
|
|
2948
2951
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html
|
|
@@ -2993,7 +2996,7 @@ class CfnWorkerConfigurationProps:
|
|
|
2993
2996
|
|
|
2994
2997
|
@builtins.property
|
|
2995
2998
|
def properties_file_content(self) -> builtins.str:
|
|
2996
|
-
'''Base64 encoded contents of connect-distributed.properties file.
|
|
2999
|
+
'''Base64 encoded contents of the connect-distributed.properties file.
|
|
2997
3000
|
|
|
2998
3001
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-propertiesfilecontent
|
|
2999
3002
|
'''
|
|
@@ -3003,7 +3006,7 @@ class CfnWorkerConfigurationProps:
|
|
|
3003
3006
|
|
|
3004
3007
|
@builtins.property
|
|
3005
3008
|
def description(self) -> typing.Optional[builtins.str]:
|
|
3006
|
-
'''
|
|
3009
|
+
'''The description of a worker configuration.
|
|
3007
3010
|
|
|
3008
3011
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-description
|
|
3009
3012
|
'''
|
aws_cdk/aws_kendra/__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
|
|
@@ -2051,7 +2054,7 @@ class CfnDataSource(
|
|
|
2051
2054
|
:param database_host: The name of the host for the database. Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.
|
|
2052
2055
|
:param database_name: The name of the database containing the document data.
|
|
2053
2056
|
:param database_port: The port that the database uses for connections.
|
|
2054
|
-
:param secret_arn: The Amazon Resource Name (ARN) of
|
|
2057
|
+
:param secret_arn: The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that stores the credentials. The credentials should be a user-password pair. For more information, see `Using a Database Data Source <https://docs.aws.amazon.com/kendra/latest/dg/data-source-database.html>`_ . For more information about AWS Secrets Manager , see `What Is AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_ in the *AWS Secrets Manager* user guide.
|
|
2055
2058
|
:param table_name: The name of the table that contains the document data.
|
|
2056
2059
|
|
|
2057
2060
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html
|
|
@@ -2120,9 +2123,9 @@ class CfnDataSource(
|
|
|
2120
2123
|
|
|
2121
2124
|
@builtins.property
|
|
2122
2125
|
def secret_arn(self) -> builtins.str:
|
|
2123
|
-
'''The Amazon Resource Name (ARN) of
|
|
2126
|
+
'''The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that stores the credentials.
|
|
2124
2127
|
|
|
2125
|
-
The credentials should be a user
|
|
2128
|
+
The credentials should be a user-password pair. For more information, see `Using a Database Data Source <https://docs.aws.amazon.com/kendra/latest/dg/data-source-database.html>`_ . For more information about AWS Secrets Manager , see `What Is AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_ in the *AWS Secrets Manager* user guide.
|
|
2126
2129
|
|
|
2127
2130
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-secretarn
|
|
2128
2131
|
'''
|
|
@@ -2177,7 +2180,7 @@ class CfnDataSource(
|
|
|
2177
2180
|
:param inline_configurations: Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.
|
|
2178
2181
|
:param post_extraction_hook_configuration: Configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see `Advanced data manipulation <https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation>`_ .
|
|
2179
2182
|
:param pre_extraction_hook_configuration: Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see `Advanced data manipulation <https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation>`_ .
|
|
2180
|
-
:param role_arn: The Amazon Resource Name (ARN) of
|
|
2183
|
+
:param role_arn: The Amazon Resource Name (ARN) of an IAM role with permission to run ``PreExtractionHookConfiguration`` and ``PostExtractionHookConfiguration`` for altering document metadata and content during the document ingestion process. For more information, see `an IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
2181
2184
|
|
|
2182
2185
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html
|
|
2183
2186
|
:exampleMetadata: fixture=_generated
|
|
@@ -2310,9 +2313,9 @@ class CfnDataSource(
|
|
|
2310
2313
|
|
|
2311
2314
|
@builtins.property
|
|
2312
2315
|
def role_arn(self) -> typing.Optional[builtins.str]:
|
|
2313
|
-
'''The Amazon Resource Name (ARN) of
|
|
2316
|
+
'''The Amazon Resource Name (ARN) of an IAM role with permission to run ``PreExtractionHookConfiguration`` and ``PostExtractionHookConfiguration`` for altering document metadata and content during the document ingestion process.
|
|
2314
2317
|
|
|
2315
|
-
For more information, see `IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
2318
|
+
For more information, see `an IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
2316
2319
|
|
|
2317
2320
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration-rolearn
|
|
2318
2321
|
'''
|
|
@@ -3862,7 +3865,7 @@ class CfnDataSource(
|
|
|
3862
3865
|
|
|
3863
3866
|
For more information, see `Customizing document metadata during the ingestion process <https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html>`_ .
|
|
3864
3867
|
|
|
3865
|
-
:param lambda_arn: The Amazon Resource Name (ARN) of
|
|
3868
|
+
:param lambda_arn: The Amazon Resource Name (ARN) of an IAM role with permission to run a Lambda function during ingestion. For more information, see `an IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
3866
3869
|
:param s3_bucket: Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see `Data contracts for Lambda functions <https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda>`_ .
|
|
3867
3870
|
:param invocation_condition: The condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time.
|
|
3868
3871
|
|
|
@@ -3908,9 +3911,9 @@ class CfnDataSource(
|
|
|
3908
3911
|
|
|
3909
3912
|
@builtins.property
|
|
3910
3913
|
def lambda_arn(self) -> builtins.str:
|
|
3911
|
-
'''The Amazon Resource Name (ARN) of
|
|
3914
|
+
'''The Amazon Resource Name (ARN) of an IAM role with permission to run a Lambda function during ingestion.
|
|
3912
3915
|
|
|
3913
|
-
For more information, see `IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
3916
|
+
For more information, see `an IAM roles for Amazon Kendra <https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html>`_ .
|
|
3914
3917
|
|
|
3915
3918
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-hookconfiguration.html#cfn-kendra-datasource-hookconfiguration-lambdaarn
|
|
3916
3919
|
'''
|
|
@@ -4280,7 +4283,7 @@ class CfnDataSource(
|
|
|
4280
4283
|
) -> None:
|
|
4281
4284
|
'''User accounts whose documents should be indexed.
|
|
4282
4285
|
|
|
4283
|
-
:param one_drive_user_list: A list of users whose documents should be indexed. Specify the user names in email format, for example, ``username@tenantdomain`` . If you need to index the documents of more than
|
|
4286
|
+
:param one_drive_user_list: A list of users whose documents should be indexed. Specify the user names in email format, for example, ``username@tenantdomain`` . If you need to index the documents of more than 10 users, use the ``OneDriveUserS3Path`` field to specify the location of a file containing a list of users.
|
|
4284
4287
|
:param one_drive_user_s3_path: The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
|
4285
4288
|
|
|
4286
4289
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html
|
|
@@ -4314,7 +4317,7 @@ class CfnDataSource(
|
|
|
4314
4317
|
def one_drive_user_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4315
4318
|
'''A list of users whose documents should be indexed.
|
|
4316
4319
|
|
|
4317
|
-
Specify the user names in email format, for example, ``username@tenantdomain`` . If you need to index the documents of more than
|
|
4320
|
+
Specify the user names in email format, for example, ``username@tenantdomain`` . If you need to index the documents of more than 10 users, use the ``OneDriveUserS3Path`` field to specify the location of a file containing a list of users.
|
|
4318
4321
|
|
|
4319
4322
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html#cfn-kendra-datasource-onedriveusers-onedriveuserlist
|
|
4320
4323
|
'''
|
|
@@ -4360,7 +4363,7 @@ class CfnDataSource(
|
|
|
4360
4363
|
|
|
4361
4364
|
:param host: The name of the website host you want to connect to via a web proxy server. For example, the host name of https://a.example.com/page1.html is "a.example.com".
|
|
4362
4365
|
:param port: The port number of the website host you want to connect to via a web proxy server. For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
|
|
4363
|
-
:param credentials:
|
|
4366
|
+
:param credentials: The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in `AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_ The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
|
|
4364
4367
|
|
|
4365
4368
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-proxyconfiguration.html
|
|
4366
4369
|
:exampleMetadata: fixture=_generated
|
|
@@ -4417,7 +4420,9 @@ class CfnDataSource(
|
|
|
4417
4420
|
|
|
4418
4421
|
@builtins.property
|
|
4419
4422
|
def credentials(self) -> typing.Optional[builtins.str]:
|
|
4420
|
-
'''
|
|
4423
|
+
'''The Amazon Resource Name (ARN) of an AWS Secrets Manager secret.
|
|
4424
|
+
|
|
4425
|
+
You create a secret to store your credentials in `AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_
|
|
4421
4426
|
|
|
4422
4427
|
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
|
|
4423
4428
|
|
|
@@ -6650,7 +6655,7 @@ class CfnDataSource(
|
|
|
6650
6655
|
) -> None:
|
|
6651
6656
|
'''Provides the configuration information to connect to websites that require basic user authentication.
|
|
6652
6657
|
|
|
6653
|
-
:param credentials:
|
|
6658
|
+
:param credentials: The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in `AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_ You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
|
|
6654
6659
|
:param host: The name of the website host you want to connect to using authentication credentials. For example, the host name of https://a.example.com/page1.html is "a.example.com".
|
|
6655
6660
|
:param port: The port number of the website host you want to connect to using authentication credentials. For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
|
|
6656
6661
|
|
|
@@ -6682,7 +6687,9 @@ class CfnDataSource(
|
|
|
6682
6687
|
|
|
6683
6688
|
@builtins.property
|
|
6684
6689
|
def credentials(self) -> builtins.str:
|
|
6685
|
-
'''
|
|
6690
|
+
'''The Amazon Resource Name (ARN) of an AWS Secrets Manager secret.
|
|
6691
|
+
|
|
6692
|
+
You create a secret to store your credentials in `AWS Secrets Manager <https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html>`_
|
|
6686
6693
|
|
|
6687
6694
|
You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
|
|
6688
6695
|
|
|
@@ -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_kinesis/__init__.py
CHANGED
|
@@ -185,6 +185,9 @@ stream.metric_get_records_success()
|
|
|
185
185
|
stream.metric_get_records_success(statistic="Maximum")
|
|
186
186
|
```
|
|
187
187
|
'''
|
|
188
|
+
from pkgutil import extend_path
|
|
189
|
+
__path__ = extend_path(__path__, __name__)
|
|
190
|
+
|
|
188
191
|
import abc
|
|
189
192
|
import builtins
|
|
190
193
|
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
|
|
@@ -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
|
|
@@ -131,7 +134,7 @@ class CfnDeliveryStream(
|
|
|
131
134
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
132
135
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
133
136
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
134
|
-
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
137
|
+
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
135
138
|
'''
|
|
136
139
|
if __debug__:
|
|
137
140
|
type_hints = typing.get_type_hints(_typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff43c2288)
|
|
@@ -4437,7 +4440,7 @@ class CfnDeliveryStream(
|
|
|
4437
4440
|
) -> None:
|
|
4438
4441
|
'''A serializer to use for converting data to the Parquet format before storing it in Amazon S3.
|
|
4439
4442
|
|
|
4440
|
-
For more information, see `Apache Parquet <https://docs.aws.amazon.com/https://parquet.apache.org/
|
|
4443
|
+
For more information, see `Apache Parquet <https://docs.aws.amazon.com/https://parquet.apache.org/docs/>`_ .
|
|
4441
4444
|
|
|
4442
4445
|
:param block_size_bytes: The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
|
|
4443
4446
|
:param compression: The compression code to use over data blocks. The possible values are ``UNCOMPRESSED`` , ``SNAPPY`` , and ``GZIP`` , with the default being ``SNAPPY`` . Use ``SNAPPY`` for higher decompression speed. Use ``GZIP`` if the compression ratio is more important than speed.
|
|
@@ -6831,7 +6834,7 @@ class CfnDeliveryStreamProps:
|
|
|
6831
6834
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
6832
6835
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
6833
6836
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
6834
|
-
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
6837
|
+
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
6835
6838
|
|
|
6836
6839
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html
|
|
6837
6840
|
:exampleMetadata: infused
|
|
@@ -7088,7 +7091,11 @@ class CfnDeliveryStreamProps:
|
|
|
7088
7091
|
|
|
7089
7092
|
You can specify up to 50 tags when creating a delivery stream.
|
|
7090
7093
|
|
|
7091
|
-
If you specify tags, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags.
|
|
7094
|
+
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following.
|
|
7095
|
+
|
|
7096
|
+
*AccessDeniedException*
|
|
7097
|
+
|
|
7098
|
+
User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
|
|
7092
7099
|
|
|
7093
7100
|
For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
7094
7101
|
|
|
@@ -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_kms/__init__.py
CHANGED
|
@@ -238,6 +238,9 @@ key.grant_generate_mac(user) # Adds 'kms:GenerateMac' to the principal's policy
|
|
|
238
238
|
key.grant_verify_mac(user)
|
|
239
239
|
```
|
|
240
240
|
'''
|
|
241
|
+
from pkgutil import extend_path
|
|
242
|
+
__path__ = extend_path(__path__, __name__)
|
|
243
|
+
|
|
241
244
|
import abc
|
|
242
245
|
import builtins
|
|
243
246
|
import datetime
|
|
@@ -103,6 +103,9 @@ tag_association.node.add_dependency(table)
|
|
|
103
103
|
|
|
104
104
|
Additionally, you may need to use the lakeformation console to give permissions, particularly to give the cdk-exec-role tagging permissions.
|
|
105
105
|
'''
|
|
106
|
+
from pkgutil import extend_path
|
|
107
|
+
__path__ = extend_path(__path__, __name__)
|
|
108
|
+
|
|
106
109
|
import abc
|
|
107
110
|
import builtins
|
|
108
111
|
import datetime
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -1376,6 +1376,9 @@ lambda_.Function(self, "Function",
|
|
|
1376
1376
|
)
|
|
1377
1377
|
```
|
|
1378
1378
|
'''
|
|
1379
|
+
from pkgutil import extend_path
|
|
1380
|
+
__path__ = extend_path(__path__, __name__)
|
|
1381
|
+
|
|
1379
1382
|
import abc
|
|
1380
1383
|
import builtins
|
|
1381
1384
|
import datetime
|
|
@@ -19646,6 +19649,12 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_lambda.Runtime
|
|
|
19646
19649
|
'''The Ruby 3.2 runtime (ruby3.2).'''
|
|
19647
19650
|
return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_2"))
|
|
19648
19651
|
|
|
19652
|
+
@jsii.python.classproperty
|
|
19653
|
+
@jsii.member(jsii_name="RUBY_3_3")
|
|
19654
|
+
def RUBY_3_3(cls) -> "Runtime":
|
|
19655
|
+
'''The Ruby 3.3 runtime (ruby3.3).'''
|
|
19656
|
+
return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_3"))
|
|
19657
|
+
|
|
19649
19658
|
@builtins.property
|
|
19650
19659
|
@jsii.member(jsii_name="bundlingImage")
|
|
19651
19660
|
def bundling_image(self) -> _DockerImage_f97a0c12:
|
|
@@ -149,6 +149,9 @@ by the source function.
|
|
|
149
149
|
Using the `responseOnly` option allows to easily chain asynchronous Lambda functions without
|
|
150
150
|
having to deal with data extraction in the runtime code.
|
|
151
151
|
'''
|
|
152
|
+
from pkgutil import extend_path
|
|
153
|
+
__path__ = extend_path(__path__, __name__)
|
|
154
|
+
|
|
152
155
|
import abc
|
|
153
156
|
import builtins
|
|
154
157
|
import datetime
|