aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.1__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 +57 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +40 -40
- aws_cdk/aws_apigateway/__init__.py +111 -64
- aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
- aws_cdk/aws_appsync/__init__.py +4 -3
- aws_cdk/aws_autoscaling/__init__.py +15 -6
- aws_cdk/aws_bedrock/__init__.py +32 -44
- aws_cdk/aws_chatbot/__init__.py +72 -46
- aws_cdk/aws_cleanrooms/__init__.py +4 -6
- aws_cdk/aws_cloudfront/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +104 -68
- aws_cdk/aws_cloudwatch/__init__.py +51 -14
- aws_cdk/aws_codebuild/__init__.py +39 -0
- aws_cdk/aws_codepipeline/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +221 -53
- aws_cdk/aws_config/__init__.py +13 -10
- aws_cdk/aws_connect/__init__.py +25 -23
- aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
- aws_cdk/aws_docdb/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +256 -0
- aws_cdk/aws_ec2/__init__.py +130 -48
- aws_cdk/aws_ecs/__init__.py +25 -13
- aws_cdk/aws_eks/__init__.py +86 -24
- aws_cdk/aws_elasticache/__init__.py +22 -22
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
- aws_cdk/aws_events/__init__.py +39 -26
- aws_cdk/aws_fsx/__init__.py +134 -10
- aws_cdk/aws_imagebuilder/__init__.py +8 -8
- aws_cdk/aws_invoicing/__init__.py +651 -0
- aws_cdk/aws_iot/__init__.py +28 -22
- aws_cdk/aws_iotfleetwise/__init__.py +473 -332
- aws_cdk/aws_iotsitewise/__init__.py +6 -4
- aws_cdk/aws_ivs/__init__.py +43 -31
- aws_cdk/aws_kendra/__init__.py +4 -0
- aws_cdk/aws_lakeformation/__init__.py +2 -1
- aws_cdk/aws_lambda/__init__.py +258 -156
- aws_cdk/aws_logs/__init__.py +532 -0
- aws_cdk/aws_m2/__init__.py +15 -15
- aws_cdk/aws_mediaconnect/__init__.py +24 -14
- aws_cdk/aws_medialive/__init__.py +2359 -5
- aws_cdk/aws_mediapackage/__init__.py +3 -9
- aws_cdk/aws_mediapackagev2/__init__.py +19 -17
- aws_cdk/aws_memorydb/__init__.py +664 -4
- aws_cdk/aws_qbusiness/__init__.py +2018 -66
- aws_cdk/aws_rds/__init__.py +30 -0
- aws_cdk/aws_resourcegroups/__init__.py +26 -17
- aws_cdk/aws_route53/__init__.py +1177 -10
- aws_cdk/aws_route53_targets/__init__.py +224 -100
- aws_cdk/aws_route53resolver/__init__.py +4 -2
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3express/__init__.py +30 -19
- aws_cdk/aws_sagemaker/__init__.py +783 -9
- aws_cdk/aws_secretsmanager/__init__.py +20 -6
- aws_cdk/aws_securityhub/__init__.py +64 -32
- aws_cdk/aws_servicediscovery/__init__.py +43 -0
- aws_cdk/aws_ses/__init__.py +109 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
- aws_cdk/aws_synthetics/__init__.py +7 -5
- aws_cdk/aws_vpclattice/__init__.py +1479 -122
- aws_cdk/aws_wisdom/__init__.py +2698 -232
- aws_cdk/aws_workspacesweb/__init__.py +118 -61
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -2889,6 +2889,12 @@ class AuroraMysqlEngineVersion(
|
|
|
2889
2889
|
'''Version "8.0.mysql_aurora.3.04.2".'''
|
|
2890
2890
|
return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_04_2"))
|
|
2891
2891
|
|
|
2892
|
+
@jsii.python.classproperty
|
|
2893
|
+
@jsii.member(jsii_name="VER_3_04_3")
|
|
2894
|
+
def VER_3_04_3(cls) -> "AuroraMysqlEngineVersion":
|
|
2895
|
+
'''Version "8.0.mysql_aurora.3.04.3".'''
|
|
2896
|
+
return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_04_3"))
|
|
2897
|
+
|
|
2892
2898
|
@jsii.python.classproperty
|
|
2893
2899
|
@jsii.member(jsii_name="VER_3_05_0")
|
|
2894
2900
|
def VER_3_05_0(cls) -> "AuroraMysqlEngineVersion":
|
|
@@ -38954,6 +38960,12 @@ class SqlServerEngineVersion(
|
|
|
38954
38960
|
'''Version "13.00.6450.1.v1".'''
|
|
38955
38961
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6450_1_V1"))
|
|
38956
38962
|
|
|
38963
|
+
@jsii.python.classproperty
|
|
38964
|
+
@jsii.member(jsii_name="VER_13_00_6455_2_V1")
|
|
38965
|
+
def VER_13_00_6455_2_V1(cls) -> "SqlServerEngineVersion":
|
|
38966
|
+
'''Version "13.00.6455.2.v1".'''
|
|
38967
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_6455_2_V1"))
|
|
38968
|
+
|
|
38957
38969
|
@jsii.python.classproperty
|
|
38958
38970
|
@jsii.member(jsii_name="VER_14")
|
|
38959
38971
|
def VER_14(cls) -> "SqlServerEngineVersion":
|
|
@@ -39098,6 +39110,12 @@ class SqlServerEngineVersion(
|
|
|
39098
39110
|
'''Version "14.00.3480.1.v1 ".'''
|
|
39099
39111
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3480_1_V1"))
|
|
39100
39112
|
|
|
39113
|
+
@jsii.python.classproperty
|
|
39114
|
+
@jsii.member(jsii_name="VER_14_00_3485_1_V1")
|
|
39115
|
+
def VER_14_00_3485_1_V1(cls) -> "SqlServerEngineVersion":
|
|
39116
|
+
'''Version "14.00.3485.1.v1 ".'''
|
|
39117
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3485_1_V1"))
|
|
39118
|
+
|
|
39101
39119
|
@jsii.python.classproperty
|
|
39102
39120
|
@jsii.member(jsii_name="VER_15")
|
|
39103
39121
|
def VER_15(cls) -> "SqlServerEngineVersion":
|
|
@@ -39206,6 +39224,12 @@ class SqlServerEngineVersion(
|
|
|
39206
39224
|
'''Version "15.00.4395.2.v1".'''
|
|
39207
39225
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4395_2_V1"))
|
|
39208
39226
|
|
|
39227
|
+
@jsii.python.classproperty
|
|
39228
|
+
@jsii.member(jsii_name="VER_15_00_4410_1_V1")
|
|
39229
|
+
def VER_15_00_4410_1_V1(cls) -> "SqlServerEngineVersion":
|
|
39230
|
+
'''Version "15.00.4410.1.v1".'''
|
|
39231
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4410_1_V1"))
|
|
39232
|
+
|
|
39209
39233
|
@jsii.python.classproperty
|
|
39210
39234
|
@jsii.member(jsii_name="VER_16")
|
|
39211
39235
|
def VER_16(cls) -> "SqlServerEngineVersion":
|
|
@@ -39272,6 +39296,12 @@ class SqlServerEngineVersion(
|
|
|
39272
39296
|
'''Version "16.00.4150.1.v1".'''
|
|
39273
39297
|
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4150_1_V1"))
|
|
39274
39298
|
|
|
39299
|
+
@jsii.python.classproperty
|
|
39300
|
+
@jsii.member(jsii_name="VER_16_00_4165_4_V1")
|
|
39301
|
+
def VER_16_00_4165_4_V1(cls) -> "SqlServerEngineVersion":
|
|
39302
|
+
'''Version "16.00.4165.4.v1".'''
|
|
39303
|
+
return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4165_4_V1"))
|
|
39304
|
+
|
|
39275
39305
|
@builtins.property
|
|
39276
39306
|
@jsii.member(jsii_name="sqlServerFullVersion")
|
|
39277
39307
|
def sql_server_full_version(self) -> builtins.str:
|
|
@@ -317,8 +317,8 @@ class CfnGroup(
|
|
|
317
317
|
|
|
318
318
|
A service configuration can consist of one or more items. For details service configurations and how to construct them, see `Service configurations for resource groups <https://docs.aws.amazon.com//ARG/latest/APIReference/about-slg.html>`_ in the *AWS Resource Groups User Guide* .
|
|
319
319
|
|
|
320
|
-
:param parameters: A collection of parameters for this configuration item. For the list of parameters that you can use with each configuration item ``Type`` , see `Supported resource types and parameters <https://docs.aws.amazon.com
|
|
321
|
-
:param type: Specifies the type of configuration item. Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see `Supported resource types and parameters <https://docs.aws.amazon.com
|
|
320
|
+
:param parameters: A collection of parameters for this configuration item. For the list of parameters that you can use with each configuration item ``Type`` , see `Supported resource types and parameters <https://docs.aws.amazon.com//ARG/latest/APIReference/about-slg.html#about-slg-types>`_ in the *AWS Resource Groups User Guide* .
|
|
321
|
+
:param type: Specifies the type of configuration item. Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see `Supported resource types and parameters <https://docs.aws.amazon.com//ARG/latest/APIReference/about-slg.html#about-slg-types>`_ in the *AWS Resource Groups User Guide* .
|
|
322
322
|
|
|
323
323
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-configurationitem.html
|
|
324
324
|
:exampleMetadata: fixture=_generated
|
|
@@ -353,7 +353,7 @@ class CfnGroup(
|
|
|
353
353
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnGroup.ConfigurationParameterProperty"]]]]:
|
|
354
354
|
'''A collection of parameters for this configuration item.
|
|
355
355
|
|
|
356
|
-
For the list of parameters that you can use with each configuration item ``Type`` , see `Supported resource types and parameters <https://docs.aws.amazon.com
|
|
356
|
+
For the list of parameters that you can use with each configuration item ``Type`` , see `Supported resource types and parameters <https://docs.aws.amazon.com//ARG/latest/APIReference/about-slg.html#about-slg-types>`_ in the *AWS Resource Groups User Guide* .
|
|
357
357
|
|
|
358
358
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-configurationitem.html#cfn-resourcegroups-group-configurationitem-parameters
|
|
359
359
|
'''
|
|
@@ -364,7 +364,7 @@ class CfnGroup(
|
|
|
364
364
|
def type(self) -> typing.Optional[builtins.str]:
|
|
365
365
|
'''Specifies the type of configuration item.
|
|
366
366
|
|
|
367
|
-
Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see `Supported resource types and parameters <https://docs.aws.amazon.com
|
|
367
|
+
Each item must have a unique value for type. For the list of the types that you can specify for a configuration item, see `Supported resource types and parameters <https://docs.aws.amazon.com//ARG/latest/APIReference/about-slg.html#about-slg-types>`_ in the *AWS Resource Groups User Guide* .
|
|
368
368
|
|
|
369
369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-configurationitem.html#cfn-resourcegroups-group-configurationitem-type
|
|
370
370
|
'''
|
|
@@ -929,7 +929,15 @@ class CfnTagSyncTask(
|
|
|
929
929
|
metaclass=jsii.JSIIMeta,
|
|
930
930
|
jsii_type="aws-cdk-lib.aws_resourcegroups.CfnTagSyncTask",
|
|
931
931
|
):
|
|
932
|
-
'''
|
|
932
|
+
'''Onboards and syncs resources tagged with a specific tag key-value pair to an application.
|
|
933
|
+
|
|
934
|
+
*Minimum permissions*
|
|
935
|
+
|
|
936
|
+
To run this command, you must have the following permissions:
|
|
937
|
+
|
|
938
|
+
- ``resource-groups:StartTagSyncTask``
|
|
939
|
+
- ``resource-groups:CreateGroup``
|
|
940
|
+
- ``iam:PassRole`` for the role you provide to create a tag-sync task
|
|
933
941
|
|
|
934
942
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html
|
|
935
943
|
:cloudformationResource: AWS::ResourceGroups::TagSyncTask
|
|
@@ -964,8 +972,8 @@ class CfnTagSyncTask(
|
|
|
964
972
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
965
973
|
:param group: The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.
|
|
966
974
|
:param role_arn: The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
|
|
967
|
-
:param tag_key: The tag key.
|
|
968
|
-
:param tag_value: The tag value.
|
|
975
|
+
:param tag_key: The tag key.
|
|
976
|
+
:param tag_value: The tag value.
|
|
969
977
|
'''
|
|
970
978
|
if __debug__:
|
|
971
979
|
type_hints = typing.get_type_hints(_typecheckingstub__5cc3fe2babfae90c2893ec2e64dba324eb7f1354bc8586a2157b1e9493be9d2a)
|
|
@@ -1010,7 +1018,7 @@ class CfnTagSyncTask(
|
|
|
1010
1018
|
@builtins.property
|
|
1011
1019
|
@jsii.member(jsii_name="attrGroupArn")
|
|
1012
1020
|
def attr_group_arn(self) -> builtins.str:
|
|
1013
|
-
'''The Amazon resource name (ARN) of the
|
|
1021
|
+
'''The Amazon resource name (ARN) of the application group.
|
|
1014
1022
|
|
|
1015
1023
|
:cloudformationAttribute: GroupArn
|
|
1016
1024
|
'''
|
|
@@ -1019,7 +1027,7 @@ class CfnTagSyncTask(
|
|
|
1019
1027
|
@builtins.property
|
|
1020
1028
|
@jsii.member(jsii_name="attrGroupName")
|
|
1021
1029
|
def attr_group_name(self) -> builtins.str:
|
|
1022
|
-
'''The
|
|
1030
|
+
'''The name of the application group.
|
|
1023
1031
|
|
|
1024
1032
|
:cloudformationAttribute: GroupName
|
|
1025
1033
|
'''
|
|
@@ -1028,7 +1036,12 @@ class CfnTagSyncTask(
|
|
|
1028
1036
|
@builtins.property
|
|
1029
1037
|
@jsii.member(jsii_name="attrStatus")
|
|
1030
1038
|
def attr_status(self) -> builtins.str:
|
|
1031
|
-
'''The status of the
|
|
1039
|
+
'''The status of the tag-sync task.
|
|
1040
|
+
|
|
1041
|
+
Valid values include:
|
|
1042
|
+
|
|
1043
|
+
- ``ACTIVE`` - The tag-sync task is actively managing resources in the application by adding or removing the ``awsApplication`` tag from resources when they are tagged or untagged with the specified tag key-value pair.
|
|
1044
|
+
- ``ERROR`` - The tag-sync task is not actively managing resources in the application. Review the ``ErrorMessage`` for more information about resolving the error.
|
|
1032
1045
|
|
|
1033
1046
|
:cloudformationAttribute: Status
|
|
1034
1047
|
'''
|
|
@@ -1037,7 +1050,7 @@ class CfnTagSyncTask(
|
|
|
1037
1050
|
@builtins.property
|
|
1038
1051
|
@jsii.member(jsii_name="attrTaskArn")
|
|
1039
1052
|
def attr_task_arn(self) -> builtins.str:
|
|
1040
|
-
'''The ARN of the
|
|
1053
|
+
'''The Amazon resource name (ARN) of the tag-sync task.
|
|
1041
1054
|
|
|
1042
1055
|
:cloudformationAttribute: TaskArn
|
|
1043
1056
|
'''
|
|
@@ -1124,8 +1137,8 @@ class CfnTagSyncTaskProps:
|
|
|
1124
1137
|
|
|
1125
1138
|
:param group: The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.
|
|
1126
1139
|
:param role_arn: The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
|
|
1127
|
-
:param tag_key: The tag key.
|
|
1128
|
-
:param tag_value: The tag value.
|
|
1140
|
+
:param tag_key: The tag key.
|
|
1141
|
+
:param tag_value: The tag value.
|
|
1129
1142
|
|
|
1130
1143
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html
|
|
1131
1144
|
:exampleMetadata: fixture=_generated
|
|
@@ -1180,8 +1193,6 @@ class CfnTagSyncTaskProps:
|
|
|
1180
1193
|
def tag_key(self) -> builtins.str:
|
|
1181
1194
|
'''The tag key.
|
|
1182
1195
|
|
|
1183
|
-
Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
|
|
1184
|
-
|
|
1185
1196
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html#cfn-resourcegroups-tagsynctask-tagkey
|
|
1186
1197
|
'''
|
|
1187
1198
|
result = self._values.get("tag_key")
|
|
@@ -1192,8 +1203,6 @@ class CfnTagSyncTaskProps:
|
|
|
1192
1203
|
def tag_value(self) -> builtins.str:
|
|
1193
1204
|
'''The tag value.
|
|
1194
1205
|
|
|
1195
|
-
Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
|
|
1196
|
-
|
|
1197
1206
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-tagsynctask.html#cfn-resourcegroups-tagsynctask-tagvalue
|
|
1198
1207
|
'''
|
|
1199
1208
|
result = self._values.get("tag_value")
|