aws-cdk-lib 2.164.1__py3-none-any.whl → 2.166.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +20 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.164.1.jsii.tgz → aws-cdk-lib@2.166.0.jsii.tgz} +0 -0
- aws_cdk/aws_appsync/__init__.py +2163 -375
- aws_cdk/aws_autoscaling/__init__.py +145 -8
- aws_cdk/aws_backup/__init__.py +627 -3
- aws_cdk/aws_bedrock/__init__.py +982 -191
- aws_cdk/aws_codebuild/__init__.py +88 -33
- aws_cdk/aws_codepipeline/__init__.py +98 -5
- aws_cdk/aws_codestar/__init__.py +1 -1
- aws_cdk/aws_cognito/__init__.py +656 -102
- aws_cdk/aws_connect/__init__.py +1 -1
- aws_cdk/aws_datasync/__init__.py +9 -7
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_dms/__init__.py +762 -0
- aws_cdk/aws_dynamodb/__init__.py +13 -8
- aws_cdk/aws_ec2/__init__.py +134 -35
- aws_cdk/aws_ecs/__init__.py +41 -31
- aws_cdk/aws_eks/__init__.py +10 -12
- aws_cdk/aws_elasticache/__init__.py +52 -6
- aws_cdk/aws_emrserverless/__init__.py +35 -33
- aws_cdk/aws_events/__init__.py +25 -30
- aws_cdk/aws_imagebuilder/__init__.py +183 -0
- aws_cdk/aws_iot/__init__.py +37 -43
- aws_cdk/aws_iotwireless/__init__.py +2 -2
- aws_cdk/aws_kinesis/__init__.py +297 -1
- aws_cdk/aws_lambda/__init__.py +3 -3
- aws_cdk/aws_m2/__init__.py +58 -58
- aws_cdk/aws_mediapackagev2/__init__.py +191 -0
- aws_cdk/aws_memorydb/__init__.py +41 -0
- aws_cdk/aws_networkfirewall/__init__.py +14 -5
- aws_cdk/aws_opensearchservice/__init__.py +969 -0
- aws_cdk/aws_pipes/__init__.py +1 -1
- aws_cdk/aws_qbusiness/__init__.py +23 -14
- aws_cdk/aws_rds/__init__.py +187 -48
- aws_cdk/aws_redshift/__init__.py +23 -23
- aws_cdk/aws_refactorspaces/__init__.py +56 -61
- aws_cdk/aws_resiliencehub/__init__.py +4 -4
- aws_cdk/aws_route53/__init__.py +37 -9
- aws_cdk/aws_s3_deployment/__init__.py +13 -7
- aws_cdk/aws_sagemaker/__init__.py +128 -23
- aws_cdk/aws_secretsmanager/__init__.py +2 -1
- aws_cdk/aws_ses/__init__.py +19 -0
- aws_cdk/aws_synthetics/__init__.py +121 -0
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_wisdom/__init__.py +2035 -61
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/METADATA +6 -6
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/RECORD +52 -52
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_pipes/__init__.py
CHANGED
|
@@ -91,6 +91,8 @@ class CfnApplication(
|
|
|
91
91
|
|
|
92
92
|
There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see `Amazon Q Business tiers <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers>`_ . You must use the Amazon Q Business console to assign subscription tiers to users.
|
|
93
93
|
|
|
94
|
+
A Amazon Q Apps service linked role will be created if it's absent in the AWS account when the QAppsConfiguration is enabled in the request. For more information, see `Using service-linked roles for Q Apps <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html>`_
|
|
95
|
+
|
|
94
96
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-application.html
|
|
95
97
|
:cloudformationResource: AWS::QBusiness::Application
|
|
96
98
|
:exampleMetadata: fixture=_generated
|
|
@@ -1197,7 +1199,7 @@ class CfnDataSource(
|
|
|
1197
1199
|
:param scope: Scope in which this resource is defined.
|
|
1198
1200
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1199
1201
|
:param application_id: The identifier of the Amazon Q Business application the data source will be attached to.
|
|
1200
|
-
:param configuration:
|
|
1202
|
+
:param configuration: Use this property to specify a JSON or YAML schema with configuration properties specific to your data source connector to connect your data source repository to Amazon Q Business . You must use the JSON or YAML schema provided by Amazon Q . The following links have the configuration properties and schemas for AWS CloudFormation for the following connectors: - `Amazon Simple Storage Service <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/s3-cfn.html>`_ - `Amazon Q Web Crawler <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/web-crawler-cfn.html>`_ Similarly, you can find configuration templates and properties for your specific data source using the following steps: - Navigate to the `Supported connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connectors-list.html>`_ page in the Amazon Q Business User Guide, and select the data source connector of your choice. - Then, from that specific data source connector's page, choose the topic containing *Using AWS CloudFormation* to find the schemas for your data source connector, including configuration parameter descriptions and examples.
|
|
1201
1203
|
:param display_name: The name of the Amazon Q Business data source.
|
|
1202
1204
|
:param index_id: The identifier of the index the data source is attached to.
|
|
1203
1205
|
:param description: A description for the data source connector.
|
|
@@ -1337,7 +1339,7 @@ class CfnDataSource(
|
|
|
1337
1339
|
@builtins.property
|
|
1338
1340
|
@jsii.member(jsii_name="configuration")
|
|
1339
1341
|
def configuration(self) -> typing.Any:
|
|
1340
|
-
'''
|
|
1342
|
+
'''Use this property to specify a JSON or YAML schema with configuration properties specific to your data source connector to connect your data source repository to Amazon Q Business .'''
|
|
1341
1343
|
return typing.cast(typing.Any, jsii.get(self, "configuration"))
|
|
1342
1344
|
|
|
1343
1345
|
@configuration.setter
|
|
@@ -2317,7 +2319,7 @@ class CfnDataSourceProps:
|
|
|
2317
2319
|
'''Properties for defining a ``CfnDataSource``.
|
|
2318
2320
|
|
|
2319
2321
|
:param application_id: The identifier of the Amazon Q Business application the data source will be attached to.
|
|
2320
|
-
:param configuration:
|
|
2322
|
+
:param configuration: Use this property to specify a JSON or YAML schema with configuration properties specific to your data source connector to connect your data source repository to Amazon Q Business . You must use the JSON or YAML schema provided by Amazon Q . The following links have the configuration properties and schemas for AWS CloudFormation for the following connectors: - `Amazon Simple Storage Service <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/s3-cfn.html>`_ - `Amazon Q Web Crawler <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/web-crawler-cfn.html>`_ Similarly, you can find configuration templates and properties for your specific data source using the following steps: - Navigate to the `Supported connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connectors-list.html>`_ page in the Amazon Q Business User Guide, and select the data source connector of your choice. - Then, from that specific data source connector's page, choose the topic containing *Using AWS CloudFormation* to find the schemas for your data source connector, including configuration parameter descriptions and examples.
|
|
2321
2323
|
:param display_name: The name of the Amazon Q Business data source.
|
|
2322
2324
|
:param index_id: The identifier of the index the data source is attached to.
|
|
2323
2325
|
:param description: A description for the data source connector.
|
|
@@ -2464,19 +2466,19 @@ class CfnDataSourceProps:
|
|
|
2464
2466
|
|
|
2465
2467
|
@builtins.property
|
|
2466
2468
|
def configuration(self) -> typing.Any:
|
|
2467
|
-
'''
|
|
2469
|
+
'''Use this property to specify a JSON or YAML schema with configuration properties specific to your data source connector to connect your data source repository to Amazon Q Business .
|
|
2468
2470
|
|
|
2469
|
-
|
|
2471
|
+
You must use the JSON or YAML schema provided by Amazon Q .
|
|
2470
2472
|
|
|
2471
|
-
|
|
2473
|
+
The following links have the configuration properties and schemas for AWS CloudFormation for the following connectors:
|
|
2472
2474
|
|
|
2473
|
-
- `Amazon
|
|
2474
|
-
- `Web Crawler
|
|
2475
|
+
- `Amazon Simple Storage Service <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/s3-cfn.html>`_
|
|
2476
|
+
- `Amazon Q Web Crawler <https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/web-crawler-cfn.html>`_
|
|
2475
2477
|
|
|
2476
|
-
|
|
2478
|
+
Similarly, you can find configuration templates and properties for your specific data source using the following steps:
|
|
2477
2479
|
|
|
2478
|
-
- Navigate to the `Supported connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connectors-list.html>`_ page in the Amazon Q Business User Guide, and select the data source of your choice.
|
|
2479
|
-
- Then, from
|
|
2480
|
+
- Navigate to the `Supported connectors <https://docs.aws.amazon.com/amazonq/latest/business-use-dg/connectors-list.html>`_ page in the Amazon Q Business User Guide, and select the data source connector of your choice.
|
|
2481
|
+
- Then, from that specific data source connector's page, choose the topic containing *Using AWS CloudFormation* to find the schemas for your data source connector, including configuration parameter descriptions and examples.
|
|
2480
2482
|
|
|
2481
2483
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-datasource.html#cfn-qbusiness-datasource-configuration
|
|
2482
2484
|
'''
|
|
@@ -4957,7 +4959,7 @@ class CfnWebExperience(
|
|
|
4957
4959
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4958
4960
|
:param application_id: The identifier of the Amazon Q Business web experience.
|
|
4959
4961
|
:param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
|
|
4960
|
-
:param origins:
|
|
4962
|
+
:param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
|
|
4961
4963
|
:param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
|
|
4962
4964
|
:param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
|
|
4963
4965
|
:param subtitle: A subtitle to personalize your Amazon Q Business web experience.
|
|
@@ -5114,6 +5116,7 @@ class CfnWebExperience(
|
|
|
5114
5116
|
@builtins.property
|
|
5115
5117
|
@jsii.member(jsii_name="origins")
|
|
5116
5118
|
def origins(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5119
|
+
'''Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.'''
|
|
5117
5120
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "origins"))
|
|
5118
5121
|
|
|
5119
5122
|
@origins.setter
|
|
@@ -5438,7 +5441,7 @@ class CfnWebExperienceProps:
|
|
|
5438
5441
|
|
|
5439
5442
|
:param application_id: The identifier of the Amazon Q Business web experience.
|
|
5440
5443
|
:param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
|
|
5441
|
-
:param origins:
|
|
5444
|
+
:param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
|
|
5442
5445
|
:param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
|
|
5443
5446
|
:param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
|
|
5444
5447
|
:param subtitle: A subtitle to personalize your Amazon Q Business web experience.
|
|
@@ -5534,7 +5537,13 @@ class CfnWebExperienceProps:
|
|
|
5534
5537
|
|
|
5535
5538
|
@builtins.property
|
|
5536
5539
|
def origins(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5537
|
-
'''
|
|
5540
|
+
'''Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.
|
|
5541
|
+
|
|
5542
|
+
The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified).
|
|
5543
|
+
.. epigraph::
|
|
5544
|
+
|
|
5545
|
+
You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
|
|
5546
|
+
|
|
5538
5547
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-webexperience.html#cfn-qbusiness-webexperience-origins
|
|
5539
5548
|
'''
|
|
5540
5549
|
result = self._values.get("origins")
|