aws-cdk-lib 2.193.0__py3-none-any.whl → 2.194.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.193.0.jsii.tgz → aws-cdk-lib@2.194.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +3 -1
- aws_cdk/aws_aps/__init__.py +34 -22
- aws_cdk/aws_autoscaling/__init__.py +8 -0
- aws_cdk/aws_batch/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +6 -4
- aws_cdk/aws_ce/__init__.py +34 -22
- aws_cdk/aws_cloudfront/__init__.py +3019 -971
- aws_cdk/aws_codebuild/__init__.py +19 -10
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_ec2/__init__.py +6 -3
- aws_cdk/aws_ecr/__init__.py +417 -0
- aws_cdk/aws_ecs/__init__.py +18 -10
- aws_cdk/aws_entityresolution/__init__.py +7 -2
- aws_cdk/aws_events/__init__.py +41 -8
- aws_cdk/aws_lambda/__init__.py +1 -1
- aws_cdk/aws_mediapackagev2/__init__.py +50 -6
- aws_cdk/aws_memorydb/__init__.py +21 -11
- aws_cdk/aws_omics/__init__.py +5 -5
- aws_cdk/aws_qbusiness/__init__.py +2 -2
- aws_cdk/aws_quicksight/__init__.py +1 -1
- aws_cdk/aws_rds/__init__.py +46 -2
- aws_cdk/aws_redshiftserverless/__init__.py +20 -0
- aws_cdk/aws_route53resolver/__init__.py +41 -0
- aws_cdk/aws_s3/__init__.py +2 -4
- aws_cdk/aws_sagemaker/__init__.py +2 -4
- aws_cdk/aws_vpclattice/__init__.py +6 -2
- aws_cdk/aws_wisdom/__init__.py +25 -6
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/RECORD +35 -35
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.194.0.dist-info}/top_level.txt +0 -0
aws_cdk/_jsii/__init__.py
CHANGED
|
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
34
34
|
import constructs._jsii
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
|
-
"aws-cdk-lib", "2.
|
|
37
|
+
"aws-cdk-lib", "2.194.0", __name__[0:-6], "aws-cdk-lib@2.194.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
|
@@ -3861,6 +3861,8 @@ class CfnAccount(
|
|
|
3861
3861
|
|
|
3862
3862
|
To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.
|
|
3863
3863
|
|
|
3864
|
+
When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.
|
|
3865
|
+
|
|
3864
3866
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html
|
|
3865
3867
|
:cloudformationResource: AWS::ApiGateway::Account
|
|
3866
3868
|
:exampleMetadata: fixture=_generated
|
|
@@ -9091,7 +9093,7 @@ class CfnGatewayResponse(
|
|
|
9091
9093
|
):
|
|
9092
9094
|
'''The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API.
|
|
9093
9095
|
|
|
9094
|
-
For more information, see `API Gateway Responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition>`_ in the *API Gateway Developer Guide* .
|
|
9096
|
+
When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see `API Gateway Responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition>`_ in the *API Gateway Developer Guide* .
|
|
9095
9097
|
|
|
9096
9098
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html
|
|
9097
9099
|
:cloudformationResource: AWS::ApiGateway::GatewayResponse
|
aws_cdk/aws_aps/__init__.py
CHANGED
|
@@ -1245,7 +1245,7 @@ class CfnWorkspace(
|
|
|
1245
1245
|
:param kms_key_arn: (optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see `Encryption at rest <https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html>`_ in the *Amazon Managed Service for Prometheus User Guide* .
|
|
1246
1246
|
:param logging_configuration: Contains information about the logging configuration for the workspace.
|
|
1247
1247
|
:param tags: The list of tag keys and values that are associated with the workspace.
|
|
1248
|
-
:param workspace_configuration:
|
|
1248
|
+
:param workspace_configuration: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
|
|
1249
1249
|
'''
|
|
1250
1250
|
if __debug__:
|
|
1251
1251
|
type_hints = typing.get_type_hints(_typecheckingstub__0d7d4de6c2c3c0a6cc1f746f35f29f98344da5c5d59e48a9d1e788ab80e3ef9b)
|
|
@@ -1411,7 +1411,7 @@ class CfnWorkspace(
|
|
|
1411
1411
|
def workspace_configuration(
|
|
1412
1412
|
self,
|
|
1413
1413
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.WorkspaceConfigurationProperty"]]:
|
|
1414
|
-
'''
|
|
1414
|
+
'''Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.'''
|
|
1415
1415
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.WorkspaceConfigurationProperty"]], jsii.get(self, "workspaceConfiguration"))
|
|
1416
1416
|
|
|
1417
1417
|
@workspace_configuration.setter
|
|
@@ -1431,10 +1431,12 @@ class CfnWorkspace(
|
|
|
1431
1431
|
)
|
|
1432
1432
|
class LabelProperty:
|
|
1433
1433
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
|
1434
|
-
'''
|
|
1434
|
+
'''A label is a name:value pair used to add context to ingested metrics.
|
|
1435
1435
|
|
|
1436
|
-
|
|
1437
|
-
|
|
1436
|
+
This structure defines the name and value for one label that is used in a label set. You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion.
|
|
1437
|
+
|
|
1438
|
+
:param name: The name for this label.
|
|
1439
|
+
:param value: The value for this label.
|
|
1438
1440
|
|
|
1439
1441
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-label.html
|
|
1440
1442
|
:exampleMetadata: fixture=_generated
|
|
@@ -1461,7 +1463,7 @@ class CfnWorkspace(
|
|
|
1461
1463
|
|
|
1462
1464
|
@builtins.property
|
|
1463
1465
|
def name(self) -> builtins.str:
|
|
1464
|
-
'''
|
|
1466
|
+
'''The name for this label.
|
|
1465
1467
|
|
|
1466
1468
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-label.html#cfn-aps-workspace-label-name
|
|
1467
1469
|
'''
|
|
@@ -1471,7 +1473,7 @@ class CfnWorkspace(
|
|
|
1471
1473
|
|
|
1472
1474
|
@builtins.property
|
|
1473
1475
|
def value(self) -> builtins.str:
|
|
1474
|
-
'''
|
|
1476
|
+
'''The value for this label.
|
|
1475
1477
|
|
|
1476
1478
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-label.html#cfn-aps-workspace-label-value
|
|
1477
1479
|
'''
|
|
@@ -1497,9 +1499,9 @@ class CfnWorkspace(
|
|
|
1497
1499
|
)
|
|
1498
1500
|
class LimitsPerLabelSetEntryProperty:
|
|
1499
1501
|
def __init__(self, *, max_series: typing.Optional[jsii.Number] = None) -> None:
|
|
1500
|
-
'''
|
|
1502
|
+
'''This structure contains the limits that apply to time series that match one label set.
|
|
1501
1503
|
|
|
1502
|
-
:param max_series: The maximum number of active series that can be ingested
|
|
1504
|
+
:param max_series: The maximum number of active series that can be ingested that match this label set. Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch
|
|
1503
1505
|
|
|
1504
1506
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-limitsperlabelsetentry.html
|
|
1505
1507
|
:exampleMetadata: fixture=_generated
|
|
@@ -1523,7 +1525,9 @@ class CfnWorkspace(
|
|
|
1523
1525
|
|
|
1524
1526
|
@builtins.property
|
|
1525
1527
|
def max_series(self) -> typing.Optional[jsii.Number]:
|
|
1526
|
-
'''The maximum number of active series that can be ingested
|
|
1528
|
+
'''The maximum number of active series that can be ingested that match this label set.
|
|
1529
|
+
|
|
1530
|
+
Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch
|
|
1527
1531
|
|
|
1528
1532
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-limitsperlabelsetentry.html#cfn-aps-workspace-limitsperlabelsetentry-maxseries
|
|
1529
1533
|
'''
|
|
@@ -1553,10 +1557,12 @@ class CfnWorkspace(
|
|
|
1553
1557
|
label_set: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.LabelProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
1554
1558
|
limits: typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.LimitsPerLabelSetEntryProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1555
1559
|
) -> None:
|
|
1556
|
-
'''
|
|
1560
|
+
'''This defines a label set for the workspace, and defines the ingestion limit for active time series that match that label set.
|
|
1561
|
+
|
|
1562
|
+
Each label name in a label set must be unique.
|
|
1557
1563
|
|
|
1558
|
-
:param label_set:
|
|
1559
|
-
:param limits:
|
|
1564
|
+
:param label_set: This defines one label set that will have an enforced ingestion limit. You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion. Label values accept all UTF-8 characters with one exception. If the label name is metric name label ``__ *name* __`` , then the *metric* part of the name must conform to the following pattern: ``[a-zA-Z_:][a-zA-Z0-9_:]*``
|
|
1565
|
+
:param limits: This structure contains the information about the limits that apply to time series that match this label set.
|
|
1560
1566
|
|
|
1561
1567
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-limitsperlabelset.html
|
|
1562
1568
|
:exampleMetadata: fixture=_generated
|
|
@@ -1590,7 +1596,11 @@ class CfnWorkspace(
|
|
|
1590
1596
|
def label_set(
|
|
1591
1597
|
self,
|
|
1592
1598
|
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LabelProperty"]]]:
|
|
1593
|
-
'''
|
|
1599
|
+
'''This defines one label set that will have an enforced ingestion limit.
|
|
1600
|
+
|
|
1601
|
+
You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion.
|
|
1602
|
+
|
|
1603
|
+
Label values accept all UTF-8 characters with one exception. If the label name is metric name label ``__ *name* __`` , then the *metric* part of the name must conform to the following pattern: ``[a-zA-Z_:][a-zA-Z0-9_:]*``
|
|
1594
1604
|
|
|
1595
1605
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-limitsperlabelset.html#cfn-aps-workspace-limitsperlabelset-labelset
|
|
1596
1606
|
'''
|
|
@@ -1602,7 +1612,7 @@ class CfnWorkspace(
|
|
|
1602
1612
|
def limits(
|
|
1603
1613
|
self,
|
|
1604
1614
|
) -> typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LimitsPerLabelSetEntryProperty"]:
|
|
1605
|
-
'''
|
|
1615
|
+
'''This structure contains the information about the limits that apply to time series that match this label set.
|
|
1606
1616
|
|
|
1607
1617
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-limitsperlabelset.html#cfn-aps-workspace-limitsperlabelset-limits
|
|
1608
1618
|
'''
|
|
@@ -1693,10 +1703,10 @@ class CfnWorkspace(
|
|
|
1693
1703
|
limits_per_label_sets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.LimitsPerLabelSetProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1694
1704
|
retention_period_in_days: typing.Optional[jsii.Number] = None,
|
|
1695
1705
|
) -> None:
|
|
1696
|
-
'''
|
|
1706
|
+
'''Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
|
|
1697
1707
|
|
|
1698
|
-
:param limits_per_label_sets:
|
|
1699
|
-
:param retention_period_in_days:
|
|
1708
|
+
:param limits_per_label_sets: This is an array of structures, where each structure defines a label set for the workspace, and defines the ingestion limit for active time series for each of those label sets. Each label name in a label set must be unique.
|
|
1709
|
+
:param retention_period_in_days: Specifies how many days that metrics will be retained in the workspace.
|
|
1700
1710
|
|
|
1701
1711
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-workspaceconfiguration.html
|
|
1702
1712
|
:exampleMetadata: fixture=_generated
|
|
@@ -1734,7 +1744,9 @@ class CfnWorkspace(
|
|
|
1734
1744
|
def limits_per_label_sets(
|
|
1735
1745
|
self,
|
|
1736
1746
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LimitsPerLabelSetProperty"]]]]:
|
|
1737
|
-
'''
|
|
1747
|
+
'''This is an array of structures, where each structure defines a label set for the workspace, and defines the ingestion limit for active time series for each of those label sets.
|
|
1748
|
+
|
|
1749
|
+
Each label name in a label set must be unique.
|
|
1738
1750
|
|
|
1739
1751
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-workspaceconfiguration.html#cfn-aps-workspace-workspaceconfiguration-limitsperlabelsets
|
|
1740
1752
|
'''
|
|
@@ -1743,7 +1755,7 @@ class CfnWorkspace(
|
|
|
1743
1755
|
|
|
1744
1756
|
@builtins.property
|
|
1745
1757
|
def retention_period_in_days(self) -> typing.Optional[jsii.Number]:
|
|
1746
|
-
'''
|
|
1758
|
+
'''Specifies how many days that metrics will be retained in the workspace.
|
|
1747
1759
|
|
|
1748
1760
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-workspaceconfiguration.html#cfn-aps-workspace-workspaceconfiguration-retentionperiodindays
|
|
1749
1761
|
'''
|
|
@@ -1792,7 +1804,7 @@ class CfnWorkspaceProps:
|
|
|
1792
1804
|
:param kms_key_arn: (optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see `Encryption at rest <https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html>`_ in the *Amazon Managed Service for Prometheus User Guide* .
|
|
1793
1805
|
:param logging_configuration: Contains information about the logging configuration for the workspace.
|
|
1794
1806
|
:param tags: The list of tag keys and values that are associated with the workspace.
|
|
1795
|
-
:param workspace_configuration:
|
|
1807
|
+
:param workspace_configuration: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
|
|
1796
1808
|
|
|
1797
1809
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html
|
|
1798
1810
|
:exampleMetadata: fixture=_generated
|
|
@@ -1911,7 +1923,7 @@ class CfnWorkspaceProps:
|
|
|
1911
1923
|
def workspace_configuration(
|
|
1912
1924
|
self,
|
|
1913
1925
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkspace.WorkspaceConfigurationProperty]]:
|
|
1914
|
-
'''
|
|
1926
|
+
'''Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
|
|
1915
1927
|
|
|
1916
1928
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html#cfn-aps-workspace-workspaceconfiguration
|
|
1917
1929
|
'''
|
|
@@ -2916,6 +2916,14 @@ class CfnAutoScalingGroup(
|
|
|
2916
2916
|
'''The CloudFormation resource type name for this resource class.'''
|
|
2917
2917
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
2918
2918
|
|
|
2919
|
+
@builtins.property
|
|
2920
|
+
@jsii.member(jsii_name="attrAutoScalingGroupArn")
|
|
2921
|
+
def attr_auto_scaling_group_arn(self) -> builtins.str:
|
|
2922
|
+
'''
|
|
2923
|
+
:cloudformationAttribute: AutoScalingGroupARN
|
|
2924
|
+
'''
|
|
2925
|
+
return typing.cast(builtins.str, jsii.get(self, "attrAutoScalingGroupArn"))
|
|
2926
|
+
|
|
2919
2927
|
@builtins.property
|
|
2920
2928
|
@jsii.member(jsii_name="cfnProperties")
|
|
2921
2929
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_batch/__init__.py
CHANGED
|
@@ -2252,7 +2252,7 @@ class CfnComputeEnvironment(
|
|
|
2252
2252
|
For more information about infrastructure updates, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* .
|
|
2253
2253
|
|
|
2254
2254
|
:param job_execution_timeout_minutes: Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30. Default: - 30
|
|
2255
|
-
:param terminate_jobs_on_update: Specifies whether jobs are automatically terminated when the
|
|
2255
|
+
:param terminate_jobs_on_update: Specifies whether jobs are automatically terminated when the compute environment infrastructure is updated. The default value is ``false`` . Default: - false
|
|
2256
2256
|
|
|
2257
2257
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-updatepolicy.html
|
|
2258
2258
|
:exampleMetadata: fixture=_generated
|
|
@@ -2295,7 +2295,7 @@ class CfnComputeEnvironment(
|
|
|
2295
2295
|
def terminate_jobs_on_update(
|
|
2296
2296
|
self,
|
|
2297
2297
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
2298
|
-
'''Specifies whether jobs are automatically terminated when the
|
|
2298
|
+
'''Specifies whether jobs are automatically terminated when the compute environment infrastructure is updated.
|
|
2299
2299
|
|
|
2300
2300
|
The default value is ``false`` .
|
|
2301
2301
|
|
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -22487,7 +22487,7 @@ class CfnKnowledgeBase(
|
|
|
22487
22487
|
:param field_mapping: Contains the names of the fields to which to map information about the vector store.
|
|
22488
22488
|
:param vector_index_name: The name of the MongoDB Atlas vector search index.
|
|
22489
22489
|
:param endpoint_service_name: The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.
|
|
22490
|
-
:param text_index_name:
|
|
22490
|
+
:param text_index_name: The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.
|
|
22491
22491
|
|
|
22492
22492
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html
|
|
22493
22493
|
:exampleMetadata: fixture=_generated
|
|
@@ -22611,7 +22611,9 @@ class CfnKnowledgeBase(
|
|
|
22611
22611
|
|
|
22612
22612
|
@builtins.property
|
|
22613
22613
|
def text_index_name(self) -> typing.Optional[builtins.str]:
|
|
22614
|
-
'''
|
|
22614
|
+
'''The name of the text search index in the MongoDB collection.
|
|
22615
|
+
|
|
22616
|
+
This is required for using the hybrid search feature.
|
|
22615
22617
|
|
|
22616
22618
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-textindexname
|
|
22617
22619
|
'''
|
|
@@ -24008,7 +24010,7 @@ class CfnKnowledgeBase(
|
|
|
24008
24010
|
:param primary_key_field: The name of the field in which Amazon Bedrock stores the ID for each entry.
|
|
24009
24011
|
:param text_field: The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
24010
24012
|
:param vector_field: The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
|
24011
|
-
:param custom_metadata_field:
|
|
24013
|
+
:param custom_metadata_field: Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
|
|
24012
24014
|
|
|
24013
24015
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html
|
|
24014
24016
|
:exampleMetadata: fixture=_generated
|
|
@@ -24089,7 +24091,7 @@ class CfnKnowledgeBase(
|
|
|
24089
24091
|
|
|
24090
24092
|
@builtins.property
|
|
24091
24093
|
def custom_metadata_field(self) -> typing.Optional[builtins.str]:
|
|
24092
|
-
'''
|
|
24094
|
+
'''Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
|
|
24093
24095
|
|
|
24094
24096
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-custommetadatafield
|
|
24095
24097
|
'''
|
aws_cdk/aws_ce/__init__.py
CHANGED
|
@@ -68,7 +68,7 @@ from .. import (
|
|
|
68
68
|
)
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
71
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
72
72
|
class CfnAnomalyMonitor(
|
|
73
73
|
_CfnResource_9df397a6,
|
|
74
74
|
metaclass=jsii.JSIIMeta,
|
|
@@ -111,7 +111,7 @@ class CfnAnomalyMonitor(
|
|
|
111
111
|
monitor_type: builtins.str,
|
|
112
112
|
monitor_dimension: typing.Optional[builtins.str] = None,
|
|
113
113
|
monitor_specification: typing.Optional[builtins.str] = None,
|
|
114
|
-
resource_tags: typing.Optional[typing.
|
|
114
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union["CfnAnomalyMonitor.ResourceTagProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
115
115
|
) -> None:
|
|
116
116
|
'''
|
|
117
117
|
:param scope: Scope in which this resource is defined.
|
|
@@ -211,6 +211,12 @@ class CfnAnomalyMonitor(
|
|
|
211
211
|
'''
|
|
212
212
|
return typing.cast(builtins.str, jsii.get(self, "attrMonitorArn"))
|
|
213
213
|
|
|
214
|
+
@builtins.property
|
|
215
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
216
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
217
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
218
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
219
|
+
|
|
214
220
|
@builtins.property
|
|
215
221
|
@jsii.member(jsii_name="cfnProperties")
|
|
216
222
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -272,14 +278,14 @@ class CfnAnomalyMonitor(
|
|
|
272
278
|
@jsii.member(jsii_name="resourceTags")
|
|
273
279
|
def resource_tags(
|
|
274
280
|
self,
|
|
275
|
-
) -> typing.Optional[typing.
|
|
281
|
+
) -> typing.Optional[typing.List["CfnAnomalyMonitor.ResourceTagProperty"]]:
|
|
276
282
|
'''Tags to assign to monitor.'''
|
|
277
|
-
return typing.cast(typing.Optional[typing.
|
|
283
|
+
return typing.cast(typing.Optional[typing.List["CfnAnomalyMonitor.ResourceTagProperty"]], jsii.get(self, "resourceTags"))
|
|
278
284
|
|
|
279
285
|
@resource_tags.setter
|
|
280
286
|
def resource_tags(
|
|
281
287
|
self,
|
|
282
|
-
value: typing.Optional[typing.
|
|
288
|
+
value: typing.Optional[typing.List["CfnAnomalyMonitor.ResourceTagProperty"]],
|
|
283
289
|
) -> None:
|
|
284
290
|
if __debug__:
|
|
285
291
|
type_hints = typing.get_type_hints(_typecheckingstub__ba083795f73cd6c7f4640bfcb9887f75331ec7dd734bce22e3485bbd80c7ad10)
|
|
@@ -376,7 +382,7 @@ class CfnAnomalyMonitorProps:
|
|
|
376
382
|
monitor_type: builtins.str,
|
|
377
383
|
monitor_dimension: typing.Optional[builtins.str] = None,
|
|
378
384
|
monitor_specification: typing.Optional[builtins.str] = None,
|
|
379
|
-
resource_tags: typing.Optional[typing.
|
|
385
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalyMonitor.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
380
386
|
) -> None:
|
|
381
387
|
'''Properties for defining a ``CfnAnomalyMonitor``.
|
|
382
388
|
|
|
@@ -469,13 +475,13 @@ class CfnAnomalyMonitorProps:
|
|
|
469
475
|
@builtins.property
|
|
470
476
|
def resource_tags(
|
|
471
477
|
self,
|
|
472
|
-
) -> typing.Optional[typing.
|
|
478
|
+
) -> typing.Optional[typing.List[CfnAnomalyMonitor.ResourceTagProperty]]:
|
|
473
479
|
'''Tags to assign to monitor.
|
|
474
480
|
|
|
475
481
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalymonitor.html#cfn-ce-anomalymonitor-resourcetags
|
|
476
482
|
'''
|
|
477
483
|
result = self._values.get("resource_tags")
|
|
478
|
-
return typing.cast(typing.Optional[typing.
|
|
484
|
+
return typing.cast(typing.Optional[typing.List[CfnAnomalyMonitor.ResourceTagProperty]], result)
|
|
479
485
|
|
|
480
486
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
481
487
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -489,7 +495,7 @@ class CfnAnomalyMonitorProps:
|
|
|
489
495
|
)
|
|
490
496
|
|
|
491
497
|
|
|
492
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
498
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
493
499
|
class CfnAnomalySubscription(
|
|
494
500
|
_CfnResource_9df397a6,
|
|
495
501
|
metaclass=jsii.JSIIMeta,
|
|
@@ -544,7 +550,7 @@ class CfnAnomalySubscription(
|
|
|
544
550
|
monitor_arn_list: typing.Sequence[builtins.str],
|
|
545
551
|
subscribers: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnomalySubscription.SubscriberProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
546
552
|
subscription_name: builtins.str,
|
|
547
|
-
resource_tags: typing.Optional[typing.
|
|
553
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union["CfnAnomalySubscription.ResourceTagProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
548
554
|
threshold: typing.Optional[jsii.Number] = None,
|
|
549
555
|
threshold_expression: typing.Optional[builtins.str] = None,
|
|
550
556
|
) -> None:
|
|
@@ -623,6 +629,12 @@ class CfnAnomalySubscription(
|
|
|
623
629
|
'''
|
|
624
630
|
return typing.cast(builtins.str, jsii.get(self, "attrSubscriptionArn"))
|
|
625
631
|
|
|
632
|
+
@builtins.property
|
|
633
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
634
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
635
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
636
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
637
|
+
|
|
626
638
|
@builtins.property
|
|
627
639
|
@jsii.member(jsii_name="cfnProperties")
|
|
628
640
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -689,14 +701,14 @@ class CfnAnomalySubscription(
|
|
|
689
701
|
@jsii.member(jsii_name="resourceTags")
|
|
690
702
|
def resource_tags(
|
|
691
703
|
self,
|
|
692
|
-
) -> typing.Optional[typing.
|
|
704
|
+
) -> typing.Optional[typing.List["CfnAnomalySubscription.ResourceTagProperty"]]:
|
|
693
705
|
'''Tags to assign to subscription.'''
|
|
694
|
-
return typing.cast(typing.Optional[typing.
|
|
706
|
+
return typing.cast(typing.Optional[typing.List["CfnAnomalySubscription.ResourceTagProperty"]], jsii.get(self, "resourceTags"))
|
|
695
707
|
|
|
696
708
|
@resource_tags.setter
|
|
697
709
|
def resource_tags(
|
|
698
710
|
self,
|
|
699
|
-
value: typing.Optional[typing.
|
|
711
|
+
value: typing.Optional[typing.List["CfnAnomalySubscription.ResourceTagProperty"]],
|
|
700
712
|
) -> None:
|
|
701
713
|
if __debug__:
|
|
702
714
|
type_hints = typing.get_type_hints(_typecheckingstub__96793ef54afc05012d539871c866a4c4cbe5b328c47be446ea5408e64a1f523a)
|
|
@@ -909,7 +921,7 @@ class CfnAnomalySubscriptionProps:
|
|
|
909
921
|
monitor_arn_list: typing.Sequence[builtins.str],
|
|
910
922
|
subscribers: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnomalySubscription.SubscriberProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
911
923
|
subscription_name: builtins.str,
|
|
912
|
-
resource_tags: typing.Optional[typing.
|
|
924
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalySubscription.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
913
925
|
threshold: typing.Optional[jsii.Number] = None,
|
|
914
926
|
threshold_expression: typing.Optional[builtins.str] = None,
|
|
915
927
|
) -> None:
|
|
@@ -1022,13 +1034,13 @@ class CfnAnomalySubscriptionProps:
|
|
|
1022
1034
|
@builtins.property
|
|
1023
1035
|
def resource_tags(
|
|
1024
1036
|
self,
|
|
1025
|
-
) -> typing.Optional[typing.
|
|
1037
|
+
) -> typing.Optional[typing.List[CfnAnomalySubscription.ResourceTagProperty]]:
|
|
1026
1038
|
'''Tags to assign to subscription.
|
|
1027
1039
|
|
|
1028
1040
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalysubscription.html#cfn-ce-anomalysubscription-resourcetags
|
|
1029
1041
|
'''
|
|
1030
1042
|
result = self._values.get("resource_tags")
|
|
1031
|
-
return typing.cast(typing.Optional[typing.
|
|
1043
|
+
return typing.cast(typing.Optional[typing.List[CfnAnomalySubscription.ResourceTagProperty]], result)
|
|
1032
1044
|
|
|
1033
1045
|
@builtins.property
|
|
1034
1046
|
def threshold(self) -> typing.Optional[jsii.Number]:
|
|
@@ -1522,7 +1534,7 @@ def _typecheckingstub__1da201141928cd17a5dfa2d08e87045b296530c05640d211ef71adaee
|
|
|
1522
1534
|
monitor_type: builtins.str,
|
|
1523
1535
|
monitor_dimension: typing.Optional[builtins.str] = None,
|
|
1524
1536
|
monitor_specification: typing.Optional[builtins.str] = None,
|
|
1525
|
-
resource_tags: typing.Optional[typing.
|
|
1537
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalyMonitor.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1526
1538
|
) -> None:
|
|
1527
1539
|
"""Type checking stubs"""
|
|
1528
1540
|
pass
|
|
@@ -1564,7 +1576,7 @@ def _typecheckingstub__defe54ffa1f8d0ba42e79c23d33cf33a974c7edb52b847d17428227cd
|
|
|
1564
1576
|
pass
|
|
1565
1577
|
|
|
1566
1578
|
def _typecheckingstub__ba083795f73cd6c7f4640bfcb9887f75331ec7dd734bce22e3485bbd80c7ad10(
|
|
1567
|
-
value: typing.Optional[typing.
|
|
1579
|
+
value: typing.Optional[typing.List[CfnAnomalyMonitor.ResourceTagProperty]],
|
|
1568
1580
|
) -> None:
|
|
1569
1581
|
"""Type checking stubs"""
|
|
1570
1582
|
pass
|
|
@@ -1583,7 +1595,7 @@ def _typecheckingstub__cecf9328096cac203771c26042b74dd2c0cac83d731fd388244ec9f88
|
|
|
1583
1595
|
monitor_type: builtins.str,
|
|
1584
1596
|
monitor_dimension: typing.Optional[builtins.str] = None,
|
|
1585
1597
|
monitor_specification: typing.Optional[builtins.str] = None,
|
|
1586
|
-
resource_tags: typing.Optional[typing.
|
|
1598
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalyMonitor.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1587
1599
|
) -> None:
|
|
1588
1600
|
"""Type checking stubs"""
|
|
1589
1601
|
pass
|
|
@@ -1596,7 +1608,7 @@ def _typecheckingstub__0a7fbd046e3b9f6f7efea32f7eb528d813f3ccf81de7e59ec417de1ea
|
|
|
1596
1608
|
monitor_arn_list: typing.Sequence[builtins.str],
|
|
1597
1609
|
subscribers: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnomalySubscription.SubscriberProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
1598
1610
|
subscription_name: builtins.str,
|
|
1599
|
-
resource_tags: typing.Optional[typing.
|
|
1611
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalySubscription.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1600
1612
|
threshold: typing.Optional[jsii.Number] = None,
|
|
1601
1613
|
threshold_expression: typing.Optional[builtins.str] = None,
|
|
1602
1614
|
) -> None:
|
|
@@ -1640,7 +1652,7 @@ def _typecheckingstub__3f1c77a5656251a1b2332edd8152e7fb9ac370a8031e07485ff8e8b89
|
|
|
1640
1652
|
pass
|
|
1641
1653
|
|
|
1642
1654
|
def _typecheckingstub__96793ef54afc05012d539871c866a4c4cbe5b328c47be446ea5408e64a1f523a(
|
|
1643
|
-
value: typing.Optional[typing.
|
|
1655
|
+
value: typing.Optional[typing.List[CfnAnomalySubscription.ResourceTagProperty]],
|
|
1644
1656
|
) -> None:
|
|
1645
1657
|
"""Type checking stubs"""
|
|
1646
1658
|
pass
|
|
@@ -1680,7 +1692,7 @@ def _typecheckingstub__ecbba42bf6256357cc87f360e68887f3b891e586d17671e12b6514517
|
|
|
1680
1692
|
monitor_arn_list: typing.Sequence[builtins.str],
|
|
1681
1693
|
subscribers: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnomalySubscription.SubscriberProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
1682
1694
|
subscription_name: builtins.str,
|
|
1683
|
-
resource_tags: typing.Optional[typing.
|
|
1695
|
+
resource_tags: typing.Optional[typing.Sequence[typing.Union[CfnAnomalySubscription.ResourceTagProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1684
1696
|
threshold: typing.Optional[jsii.Number] = None,
|
|
1685
1697
|
threshold_expression: typing.Optional[builtins.str] = None,
|
|
1686
1698
|
) -> None:
|