aws-cdk-lib 2.129.0__py3-none-any.whl → 2.131.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 +41 -21
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.129.0.jsii.tgz → aws-cdk-lib@2.131.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +52 -11
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +286 -0
- aws_cdk/aws_appconfig/__init__.py +13062 -2713
- aws_cdk/aws_applicationautoscaling/__init__.py +80 -123
- aws_cdk/aws_applicationinsights/__init__.py +48 -0
- aws_cdk/aws_apprunner/__init__.py +8 -1
- aws_cdk/aws_appstream/__init__.py +8 -1
- aws_cdk/aws_appsync/__init__.py +324 -103
- aws_cdk/aws_athena/__init__.py +8 -1
- aws_cdk/aws_b2bi/__init__.py +30 -4
- aws_cdk/aws_backup/__init__.py +80 -56
- aws_cdk/aws_bedrock/__init__.py +13 -1
- aws_cdk/aws_cleanrooms/__init__.py +37 -5
- aws_cdk/aws_cloudtrail/__init__.py +23 -1
- aws_cdk/aws_codebuild/__init__.py +8 -1
- aws_cdk/aws_codestarconnections/__init__.py +8 -1
- aws_cdk/aws_cognito/__init__.py +21 -21
- aws_cdk/aws_comprehend/__init__.py +8 -1
- aws_cdk/aws_connect/__init__.py +57 -8
- aws_cdk/aws_controltower/__init__.py +27 -7
- aws_cdk/aws_customerprofiles/__init__.py +136 -123
- aws_cdk/aws_datapipeline/__init__.py +19 -11
- aws_cdk/aws_datasync/__init__.py +8 -1
- aws_cdk/aws_datazone/__init__.py +9 -1
- aws_cdk/aws_dms/__init__.py +29 -4
- aws_cdk/aws_docdb/__init__.py +131 -5
- aws_cdk/aws_ec2/__init__.py +178 -65
- aws_cdk/aws_ecs/__init__.py +43 -51
- aws_cdk/aws_ecs_patterns/__init__.py +214 -0
- aws_cdk/aws_eks/__init__.py +44 -3
- aws_cdk/aws_elasticache/__init__.py +8 -1
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +8 -1
- aws_cdk/aws_emr/__init__.py +8 -1
- aws_cdk/aws_entityresolution/__init__.py +23 -3
- aws_cdk/aws_events/__init__.py +12 -1
- aws_cdk/aws_fms/__init__.py +8 -1
- aws_cdk/aws_glue/__init__.py +18 -4
- aws_cdk/aws_healthimaging/__init__.py +9 -1
- aws_cdk/aws_inspectorv2/__init__.py +9 -1
- aws_cdk/aws_iot/__init__.py +29 -4
- aws_cdk/aws_ivs/__init__.py +8 -1
- aws_cdk/aws_kms/__init__.py +1 -1
- aws_cdk/aws_lambda/__init__.py +3 -5
- aws_cdk/aws_location/__init__.py +44 -6
- aws_cdk/aws_logs/__init__.py +22 -3
- aws_cdk/aws_macie/__init__.py +15 -2
- aws_cdk/aws_medialive/__init__.py +8 -1
- aws_cdk/aws_mediapackagev2/__init__.py +23 -3
- aws_cdk/aws_mediatailor/__init__.py +29 -4
- aws_cdk/aws_msk/__init__.py +8 -1
- aws_cdk/aws_neptunegraph/__init__.py +9 -1
- aws_cdk/aws_networkfirewall/__init__.py +8 -1
- aws_cdk/aws_opensearchservice/__init__.py +6 -3
- aws_cdk/aws_pcaconnectorad/__init__.py +23 -3
- aws_cdk/aws_pinpointemail/__init__.py +23 -3
- aws_cdk/aws_quicksight/__init__.py +37 -0
- aws_cdk/aws_rds/__init__.py +52 -9
- aws_cdk/aws_route53resolver/__init__.py +8 -1
- aws_cdk/aws_s3/__init__.py +29 -4
- aws_cdk/aws_sagemaker/__init__.py +19 -8
- aws_cdk/aws_securityhub/__init__.py +8 -1
- aws_cdk/aws_shield/__init__.py +16 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +9 -1
- aws_cdk/aws_workspacesweb/__init__.py +51 -7
- aws_cdk/aws_xray/__init__.py +16 -2
- aws_cdk/pipelines/__init__.py +3 -2
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/NOTICE +30 -0
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/RECORD +75 -75
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.129.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_b2bi/__init__.py
CHANGED
|
@@ -55,11 +55,13 @@ from .. import (
|
|
|
55
55
|
CfnTag as _CfnTag_f6864754,
|
|
56
56
|
IInspectable as _IInspectable_c2943556,
|
|
57
57
|
IResolvable as _IResolvable_da3f097b,
|
|
58
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
59
|
+
TagManager as _TagManager_0a598cb3,
|
|
58
60
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
59
61
|
)
|
|
60
62
|
|
|
61
63
|
|
|
62
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
64
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
63
65
|
class CfnCapability(
|
|
64
66
|
_CfnResource_9df397a6,
|
|
65
67
|
metaclass=jsii.JSIIMeta,
|
|
@@ -214,6 +216,12 @@ class CfnCapability(
|
|
|
214
216
|
'''
|
|
215
217
|
return typing.cast(builtins.str, jsii.get(self, "attrModifiedAt"))
|
|
216
218
|
|
|
219
|
+
@builtins.property
|
|
220
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
221
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
222
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
223
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
224
|
+
|
|
217
225
|
@builtins.property
|
|
218
226
|
@jsii.member(jsii_name="cfnProperties")
|
|
219
227
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -865,7 +873,7 @@ class CfnCapabilityProps:
|
|
|
865
873
|
)
|
|
866
874
|
|
|
867
875
|
|
|
868
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
876
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
869
877
|
class CfnPartnership(
|
|
870
878
|
_CfnResource_9df397a6,
|
|
871
879
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1012,6 +1020,12 @@ class CfnPartnership(
|
|
|
1012
1020
|
'''
|
|
1013
1021
|
return typing.cast(builtins.str, jsii.get(self, "attrTradingPartnerId"))
|
|
1014
1022
|
|
|
1023
|
+
@builtins.property
|
|
1024
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1025
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1026
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1027
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1028
|
+
|
|
1015
1029
|
@builtins.property
|
|
1016
1030
|
@jsii.member(jsii_name="cfnProperties")
|
|
1017
1031
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -1238,7 +1252,7 @@ class CfnPartnershipProps:
|
|
|
1238
1252
|
)
|
|
1239
1253
|
|
|
1240
1254
|
|
|
1241
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1255
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1242
1256
|
class CfnProfile(
|
|
1243
1257
|
_CfnResource_9df397a6,
|
|
1244
1258
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1384,6 +1398,12 @@ class CfnProfile(
|
|
|
1384
1398
|
'''
|
|
1385
1399
|
return typing.cast(builtins.str, jsii.get(self, "attrProfileId"))
|
|
1386
1400
|
|
|
1401
|
+
@builtins.property
|
|
1402
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1403
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1404
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1405
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1406
|
+
|
|
1387
1407
|
@builtins.property
|
|
1388
1408
|
@jsii.member(jsii_name="cfnProperties")
|
|
1389
1409
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -1610,7 +1630,7 @@ class CfnProfileProps:
|
|
|
1610
1630
|
)
|
|
1611
1631
|
|
|
1612
1632
|
|
|
1613
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1633
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1614
1634
|
class CfnTransformer(
|
|
1615
1635
|
_CfnResource_9df397a6,
|
|
1616
1636
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1754,6 +1774,12 @@ class CfnTransformer(
|
|
|
1754
1774
|
'''
|
|
1755
1775
|
return typing.cast(builtins.str, jsii.get(self, "attrTransformerId"))
|
|
1756
1776
|
|
|
1777
|
+
@builtins.property
|
|
1778
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1779
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1780
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1781
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1782
|
+
|
|
1757
1783
|
@builtins.property
|
|
1758
1784
|
@jsii.member(jsii_name="cfnProperties")
|
|
1759
1785
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_backup/__init__.py
CHANGED
|
@@ -40,7 +40,7 @@ my_database_cluster = rds.DatabaseCluster(self, "DatabaseCluster",
|
|
|
40
40
|
)
|
|
41
41
|
my_serverless_cluster = rds.ServerlessCluster(self, "ServerlessCluster",
|
|
42
42
|
engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
|
|
43
|
-
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-
|
|
43
|
+
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
|
|
44
44
|
vpc=vpc
|
|
45
45
|
)
|
|
46
46
|
my_cool_construct = Construct(self, "MyCoolConstruct")
|
|
@@ -282,8 +282,10 @@ from .. import (
|
|
|
282
282
|
IInspectable as _IInspectable_c2943556,
|
|
283
283
|
IResolvable as _IResolvable_da3f097b,
|
|
284
284
|
IResource as _IResource_c80c4260,
|
|
285
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
285
286
|
RemovalPolicy as _RemovalPolicy_9f93c814,
|
|
286
287
|
Resource as _Resource_45bc6135,
|
|
288
|
+
TagManager as _TagManager_0a598cb3,
|
|
287
289
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
288
290
|
)
|
|
289
291
|
from ..aws_dynamodb import ITable as _ITable_504fd401
|
|
@@ -884,7 +886,7 @@ class BackupResource(
|
|
|
884
886
|
)
|
|
885
887
|
my_serverless_cluster = rds.ServerlessCluster(self, "ServerlessCluster",
|
|
886
888
|
engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
|
|
887
|
-
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-
|
|
889
|
+
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
|
|
888
890
|
vpc=vpc
|
|
889
891
|
)
|
|
890
892
|
my_cool_construct = Construct(self, "MyCoolConstruct")
|
|
@@ -1215,7 +1217,7 @@ class BackupSelectionOptions:
|
|
|
1215
1217
|
)
|
|
1216
1218
|
my_serverless_cluster = rds.ServerlessCluster(self, "ServerlessCluster",
|
|
1217
1219
|
engine=rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
|
|
1218
|
-
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-
|
|
1220
|
+
parameter_group=rds.ParameterGroup.from_parameter_group_name(self, "ParameterGroup", "default.aurora-postgresql11"),
|
|
1219
1221
|
vpc=vpc
|
|
1220
1222
|
)
|
|
1221
1223
|
my_cool_construct = Construct(self, "MyCoolConstruct")
|
|
@@ -1693,7 +1695,7 @@ class BackupVaultProps:
|
|
|
1693
1695
|
)
|
|
1694
1696
|
|
|
1695
1697
|
|
|
1696
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1698
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1697
1699
|
class CfnBackupPlan(
|
|
1698
1700
|
_CfnResource_9df397a6,
|
|
1699
1701
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1770,7 +1772,7 @@ class CfnBackupPlan(
|
|
|
1770
1772
|
id: builtins.str,
|
|
1771
1773
|
*,
|
|
1772
1774
|
backup_plan: typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupPlan.BackupPlanResourceTypeProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1773
|
-
backup_plan_tags: typing.Optional[typing.
|
|
1775
|
+
backup_plan_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1774
1776
|
) -> None:
|
|
1775
1777
|
'''
|
|
1776
1778
|
:param scope: Scope in which this resource is defined.
|
|
@@ -1849,6 +1851,12 @@ class CfnBackupPlan(
|
|
|
1849
1851
|
'''
|
|
1850
1852
|
return typing.cast(builtins.str, jsii.get(self, "attrVersionId"))
|
|
1851
1853
|
|
|
1854
|
+
@builtins.property
|
|
1855
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1856
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1857
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1858
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1859
|
+
|
|
1852
1860
|
@builtins.property
|
|
1853
1861
|
@jsii.member(jsii_name="cfnProperties")
|
|
1854
1862
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -1876,14 +1884,14 @@ class CfnBackupPlan(
|
|
|
1876
1884
|
@jsii.member(jsii_name="backupPlanTags")
|
|
1877
1885
|
def backup_plan_tags(
|
|
1878
1886
|
self,
|
|
1879
|
-
) -> typing.Optional[typing.
|
|
1887
|
+
) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1880
1888
|
'''To help organize your resources, you can assign your own metadata to the resources that you create.'''
|
|
1881
|
-
return typing.cast(typing.Optional[typing.
|
|
1889
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "backupPlanTags"))
|
|
1882
1890
|
|
|
1883
1891
|
@backup_plan_tags.setter
|
|
1884
1892
|
def backup_plan_tags(
|
|
1885
1893
|
self,
|
|
1886
|
-
value: typing.Optional[typing.
|
|
1894
|
+
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
1887
1895
|
) -> None:
|
|
1888
1896
|
if __debug__:
|
|
1889
1897
|
type_hints = typing.get_type_hints(_typecheckingstub__fb59689e4858e7d33cb520f2ac89e6fb2e87b5adf8cc0ba009807aac7f9f269b)
|
|
@@ -2536,7 +2544,7 @@ class CfnBackupPlanProps:
|
|
|
2536
2544
|
self,
|
|
2537
2545
|
*,
|
|
2538
2546
|
backup_plan: typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.BackupPlanResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2539
|
-
backup_plan_tags: typing.Optional[typing.
|
|
2547
|
+
backup_plan_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2540
2548
|
) -> None:
|
|
2541
2549
|
'''Properties for defining a ``CfnBackupPlan``.
|
|
2542
2550
|
|
|
@@ -2625,7 +2633,7 @@ class CfnBackupPlanProps:
|
|
|
2625
2633
|
@builtins.property
|
|
2626
2634
|
def backup_plan_tags(
|
|
2627
2635
|
self,
|
|
2628
|
-
) -> typing.Optional[typing.
|
|
2636
|
+
) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
2629
2637
|
'''To help organize your resources, you can assign your own metadata to the resources that you create.
|
|
2630
2638
|
|
|
2631
2639
|
Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
|
|
@@ -2633,7 +2641,7 @@ class CfnBackupPlanProps:
|
|
|
2633
2641
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags
|
|
2634
2642
|
'''
|
|
2635
2643
|
result = self._values.get("backup_plan_tags")
|
|
2636
|
-
return typing.cast(typing.Optional[typing.
|
|
2644
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
2637
2645
|
|
|
2638
2646
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2639
2647
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -3374,7 +3382,7 @@ class CfnBackupSelectionProps:
|
|
|
3374
3382
|
)
|
|
3375
3383
|
|
|
3376
3384
|
|
|
3377
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3385
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3378
3386
|
class CfnBackupVault(
|
|
3379
3387
|
_CfnResource_9df397a6,
|
|
3380
3388
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3430,7 +3438,7 @@ class CfnBackupVault(
|
|
|
3430
3438
|
*,
|
|
3431
3439
|
backup_vault_name: builtins.str,
|
|
3432
3440
|
access_policy: typing.Any = None,
|
|
3433
|
-
backup_vault_tags: typing.Optional[typing.
|
|
3441
|
+
backup_vault_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3434
3442
|
encryption_key_arn: typing.Optional[builtins.str] = None,
|
|
3435
3443
|
lock_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupVault.LockConfigurationTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3436
3444
|
notifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupVault.NotificationObjectTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3512,6 +3520,12 @@ class CfnBackupVault(
|
|
|
3512
3520
|
'''
|
|
3513
3521
|
return typing.cast(builtins.str, jsii.get(self, "attrBackupVaultName"))
|
|
3514
3522
|
|
|
3523
|
+
@builtins.property
|
|
3524
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
3525
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
3526
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
3527
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
3528
|
+
|
|
3515
3529
|
@builtins.property
|
|
3516
3530
|
@jsii.member(jsii_name="cfnProperties")
|
|
3517
3531
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -3547,14 +3561,14 @@ class CfnBackupVault(
|
|
|
3547
3561
|
@jsii.member(jsii_name="backupVaultTags")
|
|
3548
3562
|
def backup_vault_tags(
|
|
3549
3563
|
self,
|
|
3550
|
-
) -> typing.Optional[typing.
|
|
3564
|
+
) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
3551
3565
|
'''Metadata that you can assign to help organize the resources that you create.'''
|
|
3552
|
-
return typing.cast(typing.Optional[typing.
|
|
3566
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "backupVaultTags"))
|
|
3553
3567
|
|
|
3554
3568
|
@backup_vault_tags.setter
|
|
3555
3569
|
def backup_vault_tags(
|
|
3556
3570
|
self,
|
|
3557
|
-
value: typing.Optional[typing.
|
|
3571
|
+
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
3558
3572
|
) -> None:
|
|
3559
3573
|
if __debug__:
|
|
3560
3574
|
type_hints = typing.get_type_hints(_typecheckingstub__b2f59a90eb93017be4632c741610e42551c72baea27b40db6f4ee7a97d80f0dc)
|
|
@@ -3819,7 +3833,7 @@ class CfnBackupVaultProps:
|
|
|
3819
3833
|
*,
|
|
3820
3834
|
backup_vault_name: builtins.str,
|
|
3821
3835
|
access_policy: typing.Any = None,
|
|
3822
|
-
backup_vault_tags: typing.Optional[typing.
|
|
3836
|
+
backup_vault_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3823
3837
|
encryption_key_arn: typing.Optional[builtins.str] = None,
|
|
3824
3838
|
lock_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.LockConfigurationTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3825
3839
|
notifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.NotificationObjectTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3912,7 +3926,7 @@ class CfnBackupVaultProps:
|
|
|
3912
3926
|
@builtins.property
|
|
3913
3927
|
def backup_vault_tags(
|
|
3914
3928
|
self,
|
|
3915
|
-
) -> typing.Optional[typing.
|
|
3929
|
+
) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
3916
3930
|
'''Metadata that you can assign to help organize the resources that you create.
|
|
3917
3931
|
|
|
3918
3932
|
Each tag is a key-value pair.
|
|
@@ -3920,7 +3934,7 @@ class CfnBackupVaultProps:
|
|
|
3920
3934
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags
|
|
3921
3935
|
'''
|
|
3922
3936
|
result = self._values.get("backup_vault_tags")
|
|
3923
|
-
return typing.cast(typing.Optional[typing.
|
|
3937
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
3924
3938
|
|
|
3925
3939
|
@builtins.property
|
|
3926
3940
|
def encryption_key_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -3969,7 +3983,7 @@ class CfnBackupVaultProps:
|
|
|
3969
3983
|
)
|
|
3970
3984
|
|
|
3971
3985
|
|
|
3972
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3986
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3973
3987
|
class CfnFramework(
|
|
3974
3988
|
_CfnResource_9df397a6,
|
|
3975
3989
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4023,7 +4037,7 @@ class CfnFramework(
|
|
|
4023
4037
|
framework_controls: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFramework.FrameworkControlProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
4024
4038
|
framework_description: typing.Optional[builtins.str] = None,
|
|
4025
4039
|
framework_name: typing.Optional[builtins.str] = None,
|
|
4026
|
-
framework_tags: typing.Optional[typing.
|
|
4040
|
+
framework_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4027
4041
|
) -> None:
|
|
4028
4042
|
'''
|
|
4029
4043
|
:param scope: Scope in which this resource is defined.
|
|
@@ -4116,6 +4130,12 @@ class CfnFramework(
|
|
|
4116
4130
|
'''
|
|
4117
4131
|
return typing.cast(builtins.str, jsii.get(self, "attrFrameworkStatus"))
|
|
4118
4132
|
|
|
4133
|
+
@builtins.property
|
|
4134
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
4135
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
4136
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
4137
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
4138
|
+
|
|
4119
4139
|
@builtins.property
|
|
4120
4140
|
@jsii.member(jsii_name="cfnProperties")
|
|
4121
4141
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -4167,16 +4187,14 @@ class CfnFramework(
|
|
|
4167
4187
|
|
|
4168
4188
|
@builtins.property
|
|
4169
4189
|
@jsii.member(jsii_name="frameworkTags")
|
|
4170
|
-
def framework_tags(
|
|
4171
|
-
self,
|
|
4172
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
4190
|
+
def framework_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4173
4191
|
'''A list of tags with which to tag your framework.'''
|
|
4174
|
-
return typing.cast(typing.Optional[typing.
|
|
4192
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "frameworkTags"))
|
|
4175
4193
|
|
|
4176
4194
|
@framework_tags.setter
|
|
4177
4195
|
def framework_tags(
|
|
4178
4196
|
self,
|
|
4179
|
-
value: typing.Optional[typing.
|
|
4197
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
4180
4198
|
) -> None:
|
|
4181
4199
|
if __debug__:
|
|
4182
4200
|
type_hints = typing.get_type_hints(_typecheckingstub__4d4922912c7db9cfb847d446edf6701acea095c2d0fefb7def73f3da3aa1cc1d)
|
|
@@ -4485,7 +4503,7 @@ class CfnFrameworkProps:
|
|
|
4485
4503
|
framework_controls: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFramework.FrameworkControlProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
4486
4504
|
framework_description: typing.Optional[builtins.str] = None,
|
|
4487
4505
|
framework_name: typing.Optional[builtins.str] = None,
|
|
4488
|
-
framework_tags: typing.Optional[typing.
|
|
4506
|
+
framework_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4489
4507
|
) -> None:
|
|
4490
4508
|
'''Properties for defining a ``CfnFramework``.
|
|
4491
4509
|
|
|
@@ -4577,15 +4595,13 @@ class CfnFrameworkProps:
|
|
|
4577
4595
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
4578
4596
|
|
|
4579
4597
|
@builtins.property
|
|
4580
|
-
def framework_tags(
|
|
4581
|
-
self,
|
|
4582
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
4598
|
+
def framework_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4583
4599
|
'''A list of tags with which to tag your framework.
|
|
4584
4600
|
|
|
4585
4601
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-framework.html#cfn-backup-framework-frameworktags
|
|
4586
4602
|
'''
|
|
4587
4603
|
result = self._values.get("framework_tags")
|
|
4588
|
-
return typing.cast(typing.Optional[typing.
|
|
4604
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
4589
4605
|
|
|
4590
4606
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4591
4607
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -4599,7 +4615,7 @@ class CfnFrameworkProps:
|
|
|
4599
4615
|
)
|
|
4600
4616
|
|
|
4601
4617
|
|
|
4602
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
4618
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
4603
4619
|
class CfnReportPlan(
|
|
4604
4620
|
_CfnResource_9df397a6,
|
|
4605
4621
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4649,7 +4665,7 @@ class CfnReportPlan(
|
|
|
4649
4665
|
report_setting: typing.Any,
|
|
4650
4666
|
report_plan_description: typing.Optional[builtins.str] = None,
|
|
4651
4667
|
report_plan_name: typing.Optional[builtins.str] = None,
|
|
4652
|
-
report_plan_tags: typing.Optional[typing.
|
|
4668
|
+
report_plan_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4653
4669
|
) -> None:
|
|
4654
4670
|
'''
|
|
4655
4671
|
:param scope: Scope in which this resource is defined.
|
|
@@ -4713,6 +4729,12 @@ class CfnReportPlan(
|
|
|
4713
4729
|
'''
|
|
4714
4730
|
return typing.cast(builtins.str, jsii.get(self, "attrReportPlanArn"))
|
|
4715
4731
|
|
|
4732
|
+
@builtins.property
|
|
4733
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
4734
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
4735
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
4736
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
4737
|
+
|
|
4716
4738
|
@builtins.property
|
|
4717
4739
|
@jsii.member(jsii_name="cfnProperties")
|
|
4718
4740
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -4775,16 +4797,14 @@ class CfnReportPlan(
|
|
|
4775
4797
|
|
|
4776
4798
|
@builtins.property
|
|
4777
4799
|
@jsii.member(jsii_name="reportPlanTags")
|
|
4778
|
-
def report_plan_tags(
|
|
4779
|
-
self,
|
|
4780
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
4800
|
+
def report_plan_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4781
4801
|
'''A list of tags to tag your report plan.'''
|
|
4782
|
-
return typing.cast(typing.Optional[typing.
|
|
4802
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "reportPlanTags"))
|
|
4783
4803
|
|
|
4784
4804
|
@report_plan_tags.setter
|
|
4785
4805
|
def report_plan_tags(
|
|
4786
4806
|
self,
|
|
4787
|
-
value: typing.Optional[typing.
|
|
4807
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
4788
4808
|
) -> None:
|
|
4789
4809
|
if __debug__:
|
|
4790
4810
|
type_hints = typing.get_type_hints(_typecheckingstub__16e4bb4b012408e08ab26526c9837368cc6121e55f663b4a10170c9edb8466f8)
|
|
@@ -5033,7 +5053,7 @@ class CfnReportPlanProps:
|
|
|
5033
5053
|
report_setting: typing.Any,
|
|
5034
5054
|
report_plan_description: typing.Optional[builtins.str] = None,
|
|
5035
5055
|
report_plan_name: typing.Optional[builtins.str] = None,
|
|
5036
|
-
report_plan_tags: typing.Optional[typing.
|
|
5056
|
+
report_plan_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5037
5057
|
) -> None:
|
|
5038
5058
|
'''Properties for defining a ``CfnReportPlan``.
|
|
5039
5059
|
|
|
@@ -5131,15 +5151,13 @@ class CfnReportPlanProps:
|
|
|
5131
5151
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
5132
5152
|
|
|
5133
5153
|
@builtins.property
|
|
5134
|
-
def report_plan_tags(
|
|
5135
|
-
self,
|
|
5136
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
5154
|
+
def report_plan_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
5137
5155
|
'''A list of tags to tag your report plan.
|
|
5138
5156
|
|
|
5139
5157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html#cfn-backup-reportplan-reportplantags
|
|
5140
5158
|
'''
|
|
5141
5159
|
result = self._values.get("report_plan_tags")
|
|
5142
|
-
return typing.cast(typing.Optional[typing.
|
|
5160
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
5143
5161
|
|
|
5144
5162
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5145
5163
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -5153,7 +5171,7 @@ class CfnReportPlanProps:
|
|
|
5153
5171
|
)
|
|
5154
5172
|
|
|
5155
5173
|
|
|
5156
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
5174
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
5157
5175
|
class CfnRestoreTestingPlan(
|
|
5158
5176
|
_CfnResource_9df397a6,
|
|
5159
5177
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5274,6 +5292,12 @@ class CfnRestoreTestingPlan(
|
|
|
5274
5292
|
'''
|
|
5275
5293
|
return typing.cast(builtins.str, jsii.get(self, "attrRestoreTestingPlanArn"))
|
|
5276
5294
|
|
|
5295
|
+
@builtins.property
|
|
5296
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
5297
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
5298
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
5299
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
5300
|
+
|
|
5277
5301
|
@builtins.property
|
|
5278
5302
|
@jsii.member(jsii_name="cfnProperties")
|
|
5279
5303
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -7187,7 +7211,7 @@ def _typecheckingstub__8250888ac08b345ef300cc4ce53cc267858e31401cdc7b6a427c98f5b
|
|
|
7187
7211
|
id: builtins.str,
|
|
7188
7212
|
*,
|
|
7189
7213
|
backup_plan: typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.BackupPlanResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
7190
|
-
backup_plan_tags: typing.Optional[typing.
|
|
7214
|
+
backup_plan_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
7191
7215
|
) -> None:
|
|
7192
7216
|
"""Type checking stubs"""
|
|
7193
7217
|
pass
|
|
@@ -7211,7 +7235,7 @@ def _typecheckingstub__f6bcd3444e7d21cd081d514b722a886bbe4d7a7b6f5d932136467b22b
|
|
|
7211
7235
|
pass
|
|
7212
7236
|
|
|
7213
7237
|
def _typecheckingstub__fb59689e4858e7d33cb520f2ac89e6fb2e87b5adf8cc0ba009807aac7f9f269b(
|
|
7214
|
-
value: typing.Optional[typing.
|
|
7238
|
+
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
7215
7239
|
) -> None:
|
|
7216
7240
|
"""Type checking stubs"""
|
|
7217
7241
|
pass
|
|
@@ -7269,7 +7293,7 @@ def _typecheckingstub__b9cc85d565a0bdd44f5b8b5d29dce7bae38cfd50437c39a049e1b16bd
|
|
|
7269
7293
|
def _typecheckingstub__38320d1a2a15443c671b35047636824301e490f9e4406be550e214bb8dea25d8(
|
|
7270
7294
|
*,
|
|
7271
7295
|
backup_plan: typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.BackupPlanResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
7272
|
-
backup_plan_tags: typing.Optional[typing.
|
|
7296
|
+
backup_plan_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
7273
7297
|
) -> None:
|
|
7274
7298
|
"""Type checking stubs"""
|
|
7275
7299
|
pass
|
|
@@ -7361,7 +7385,7 @@ def _typecheckingstub__91f579bea882f82608d503a3e561568131d8e8e6d825c152c63d59622
|
|
|
7361
7385
|
*,
|
|
7362
7386
|
backup_vault_name: builtins.str,
|
|
7363
7387
|
access_policy: typing.Any = None,
|
|
7364
|
-
backup_vault_tags: typing.Optional[typing.
|
|
7388
|
+
backup_vault_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
7365
7389
|
encryption_key_arn: typing.Optional[builtins.str] = None,
|
|
7366
7390
|
lock_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.LockConfigurationTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7367
7391
|
notifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.NotificationObjectTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7394,7 +7418,7 @@ def _typecheckingstub__2658b3b3b3e44ef30d5a8cb2081ad397d0fcb37c7f096da80902213d3
|
|
|
7394
7418
|
pass
|
|
7395
7419
|
|
|
7396
7420
|
def _typecheckingstub__b2f59a90eb93017be4632c741610e42551c72baea27b40db6f4ee7a97d80f0dc(
|
|
7397
|
-
value: typing.Optional[typing.
|
|
7421
|
+
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
7398
7422
|
) -> None:
|
|
7399
7423
|
"""Type checking stubs"""
|
|
7400
7424
|
pass
|
|
@@ -7438,7 +7462,7 @@ def _typecheckingstub__a8f4cc95a208ae1aaf01a8bfd7ead0ecbd6d7559786be34f0a6087355
|
|
|
7438
7462
|
*,
|
|
7439
7463
|
backup_vault_name: builtins.str,
|
|
7440
7464
|
access_policy: typing.Any = None,
|
|
7441
|
-
backup_vault_tags: typing.Optional[typing.
|
|
7465
|
+
backup_vault_tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
7442
7466
|
encryption_key_arn: typing.Optional[builtins.str] = None,
|
|
7443
7467
|
lock_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.LockConfigurationTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7444
7468
|
notifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupVault.NotificationObjectTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7453,7 +7477,7 @@ def _typecheckingstub__762b6f2cf173ed987e2f05e55b691e4e8e14552591e05b26b7f7f4e08
|
|
|
7453
7477
|
framework_controls: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFramework.FrameworkControlProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
7454
7478
|
framework_description: typing.Optional[builtins.str] = None,
|
|
7455
7479
|
framework_name: typing.Optional[builtins.str] = None,
|
|
7456
|
-
framework_tags: typing.Optional[typing.
|
|
7480
|
+
framework_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7457
7481
|
) -> None:
|
|
7458
7482
|
"""Type checking stubs"""
|
|
7459
7483
|
pass
|
|
@@ -7489,7 +7513,7 @@ def _typecheckingstub__c5b6c11306aa239f885eed40f25fa93c3a57a2c996e35e5a03b218b58
|
|
|
7489
7513
|
pass
|
|
7490
7514
|
|
|
7491
7515
|
def _typecheckingstub__4d4922912c7db9cfb847d446edf6701acea095c2d0fefb7def73f3da3aa1cc1d(
|
|
7492
|
-
value: typing.Optional[typing.
|
|
7516
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
7493
7517
|
) -> None:
|
|
7494
7518
|
"""Type checking stubs"""
|
|
7495
7519
|
pass
|
|
@@ -7525,7 +7549,7 @@ def _typecheckingstub__a04013c0cacc7cf95b5f7954572128dbc2c4529bb364b61a38c324e4d
|
|
|
7525
7549
|
framework_controls: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFramework.FrameworkControlProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
7526
7550
|
framework_description: typing.Optional[builtins.str] = None,
|
|
7527
7551
|
framework_name: typing.Optional[builtins.str] = None,
|
|
7528
|
-
framework_tags: typing.Optional[typing.
|
|
7552
|
+
framework_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7529
7553
|
) -> None:
|
|
7530
7554
|
"""Type checking stubs"""
|
|
7531
7555
|
pass
|
|
@@ -7538,7 +7562,7 @@ def _typecheckingstub__5c6528de906751786b24f01244334abf14ddb763be763a416a6d4f3c8
|
|
|
7538
7562
|
report_setting: typing.Any,
|
|
7539
7563
|
report_plan_description: typing.Optional[builtins.str] = None,
|
|
7540
7564
|
report_plan_name: typing.Optional[builtins.str] = None,
|
|
7541
|
-
report_plan_tags: typing.Optional[typing.
|
|
7565
|
+
report_plan_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7542
7566
|
) -> None:
|
|
7543
7567
|
"""Type checking stubs"""
|
|
7544
7568
|
pass
|
|
@@ -7580,7 +7604,7 @@ def _typecheckingstub__7ac2566ae00a72a2736504779f108399d133fb5744a76f8690cb6e5a7
|
|
|
7580
7604
|
pass
|
|
7581
7605
|
|
|
7582
7606
|
def _typecheckingstub__16e4bb4b012408e08ab26526c9837368cc6121e55f663b4a10170c9edb8466f8(
|
|
7583
|
-
value: typing.Optional[typing.
|
|
7607
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
7584
7608
|
) -> None:
|
|
7585
7609
|
"""Type checking stubs"""
|
|
7586
7610
|
pass
|
|
@@ -7611,7 +7635,7 @@ def _typecheckingstub__afbe22eade35dfb4647750a128ae7ae610bb82584420423ce86400329
|
|
|
7611
7635
|
report_setting: typing.Any,
|
|
7612
7636
|
report_plan_description: typing.Optional[builtins.str] = None,
|
|
7613
7637
|
report_plan_name: typing.Optional[builtins.str] = None,
|
|
7614
|
-
report_plan_tags: typing.Optional[typing.
|
|
7638
|
+
report_plan_tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7615
7639
|
) -> None:
|
|
7616
7640
|
"""Type checking stubs"""
|
|
7617
7641
|
pass
|
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -49,7 +49,7 @@ class FoundationModelIdentifier(
|
|
|
49
49
|
):
|
|
50
50
|
'''The model identifiers for the Bedrock base foundation models.
|
|
51
51
|
|
|
52
|
-
:see: https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids
|
|
52
|
+
:see: https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html
|
|
53
53
|
:exampleMetadata: infused
|
|
54
54
|
|
|
55
55
|
Example::
|
|
@@ -166,6 +166,18 @@ class FoundationModelIdentifier(
|
|
|
166
166
|
'''Base model "meta.llama2-70b-chat-v1".'''
|
|
167
167
|
return typing.cast("FoundationModelIdentifier", jsii.sget(cls, "META_LLAMA_2_CHAT_70B_V1"))
|
|
168
168
|
|
|
169
|
+
@jsii.python.classproperty
|
|
170
|
+
@jsii.member(jsii_name="STABILITY_STABLE_DIFFUSION_XL_V0")
|
|
171
|
+
def STABILITY_STABLE_DIFFUSION_XL_V0(cls) -> "FoundationModelIdentifier":
|
|
172
|
+
'''Base model "stability.stable-diffusion-xl-v0".'''
|
|
173
|
+
return typing.cast("FoundationModelIdentifier", jsii.sget(cls, "STABILITY_STABLE_DIFFUSION_XL_V0"))
|
|
174
|
+
|
|
175
|
+
@jsii.python.classproperty
|
|
176
|
+
@jsii.member(jsii_name="STABILITY_STABLE_DIFFUSION_XL_V1")
|
|
177
|
+
def STABILITY_STABLE_DIFFUSION_XL_V1(cls) -> "FoundationModelIdentifier":
|
|
178
|
+
'''Base model "stability.stable-diffusion-xl-v1".'''
|
|
179
|
+
return typing.cast("FoundationModelIdentifier", jsii.sget(cls, "STABILITY_STABLE_DIFFUSION_XL_V1"))
|
|
180
|
+
|
|
169
181
|
@builtins.property
|
|
170
182
|
@jsii.member(jsii_name="modelId")
|
|
171
183
|
def model_id(self) -> builtins.str:
|