aws-cdk-lib 2.130.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.130.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 +36 -5
- 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 +77 -53
- 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 +43 -2
- 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_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 +47 -4
- 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_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/RECORD +72 -72
- {aws_cdk_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.130.0.dist-info → aws_cdk_lib-2.131.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_eks/__init__.py
CHANGED
|
@@ -18,6 +18,7 @@ In addition, the library also supports defining Kubernetes resource manifests wi
|
|
|
18
18
|
* [Node Groups with IPv6 Support](#node-groups-with-ipv6-support)
|
|
19
19
|
* [Spot Instances Support](#spot-instances-support)
|
|
20
20
|
* [Launch Template Support](#launch-template-support)
|
|
21
|
+
* [Update clusters](#update-clusters)
|
|
21
22
|
* [Fargate profiles](#fargate-profiles)
|
|
22
23
|
* [Self-managed nodes](#self-managed-nodes)
|
|
23
24
|
|
|
@@ -373,6 +374,29 @@ You may specify one `instanceType` in the launch template or multiple `instanceT
|
|
|
373
374
|
Graviton 2 instance types are supported including `c6g`, `m6g`, `r6g` and `t4g`.
|
|
374
375
|
Graviton 3 instance types are supported including `c7g`.
|
|
375
376
|
|
|
377
|
+
### Update clusters
|
|
378
|
+
|
|
379
|
+
When you rename the cluster name and redeploy the stack, the cluster replacement will be triggered and
|
|
380
|
+
the existing one will be deleted after the new one is provisioned. As the cluster resource ARN has been changed,
|
|
381
|
+
the cluster resource handler would not be able to delete the old one as the resource ARN in the IAM policy
|
|
382
|
+
has been changed. As a workaround, you need to add a temporary policy to the cluster admin role for
|
|
383
|
+
successful replacement. Consider this example if you are renaming the cluster from `foo` to `bar`:
|
|
384
|
+
|
|
385
|
+
```python
|
|
386
|
+
cluster = eks.Cluster(self, "cluster-to-rename",
|
|
387
|
+
cluster_name="foo", # rename this to 'bar'
|
|
388
|
+
version=eks.KubernetesVersion.V1_29
|
|
389
|
+
)
|
|
390
|
+
|
|
391
|
+
# allow the cluster admin role to delete the cluster 'foo'
|
|
392
|
+
cluster.admin_role.add_to_policy(iam.PolicyStatement(
|
|
393
|
+
actions=["eks:DeleteCluster"],
|
|
394
|
+
resources=[
|
|
395
|
+
Stack.of(self).format_arn(service="eks", resource="cluster", resource_name="foo")
|
|
396
|
+
]
|
|
397
|
+
))
|
|
398
|
+
```
|
|
399
|
+
|
|
376
400
|
### Fargate profiles
|
|
377
401
|
|
|
378
402
|
AWS Fargate is a technology that provides on-demand, right-sized compute
|
|
@@ -1746,6 +1770,7 @@ from .. import (
|
|
|
1746
1770
|
IResolvable as _IResolvable_da3f097b,
|
|
1747
1771
|
IResource as _IResource_c80c4260,
|
|
1748
1772
|
ITaggable as _ITaggable_36806126,
|
|
1773
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
1749
1774
|
NestedStack as _NestedStack_dd393a45,
|
|
1750
1775
|
Resource as _Resource_45bc6135,
|
|
1751
1776
|
Size as _Size_7b441c34,
|
|
@@ -3499,7 +3524,7 @@ class CapacityType(enum.Enum):
|
|
|
3499
3524
|
'''on-demand instances.'''
|
|
3500
3525
|
|
|
3501
3526
|
|
|
3502
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3527
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3503
3528
|
class CfnAccessEntry(
|
|
3504
3529
|
_CfnResource_9df397a6,
|
|
3505
3530
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3624,6 +3649,12 @@ class CfnAccessEntry(
|
|
|
3624
3649
|
'''
|
|
3625
3650
|
return typing.cast(builtins.str, jsii.get(self, "attrAccessEntryArn"))
|
|
3626
3651
|
|
|
3652
|
+
@builtins.property
|
|
3653
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
3654
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
3655
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
3656
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
3657
|
+
|
|
3627
3658
|
@builtins.property
|
|
3628
3659
|
@jsii.member(jsii_name="cfnProperties")
|
|
3629
3660
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -8465,7 +8496,7 @@ class CfnNodegroupProps:
|
|
|
8465
8496
|
)
|
|
8466
8497
|
|
|
8467
8498
|
|
|
8468
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
8499
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
8469
8500
|
class CfnPodIdentityAssociation(
|
|
8470
8501
|
_CfnResource_9df397a6,
|
|
8471
8502
|
metaclass=jsii.JSIIMeta,
|
|
@@ -8579,6 +8610,12 @@ class CfnPodIdentityAssociation(
|
|
|
8579
8610
|
'''
|
|
8580
8611
|
return typing.cast(builtins.str, jsii.get(self, "attrAssociationId"))
|
|
8581
8612
|
|
|
8613
|
+
@builtins.property
|
|
8614
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
8615
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
8616
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
8617
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
8618
|
+
|
|
8582
8619
|
@builtins.property
|
|
8583
8620
|
@jsii.member(jsii_name="cfnProperties")
|
|
8584
8621
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -13246,6 +13283,10 @@ class NodegroupAmiType(enum.Enum):
|
|
|
13246
13283
|
'''Windows Full 2019 (x86-64).'''
|
|
13247
13284
|
WINDOWS_FULL_2022_X86_64 = "WINDOWS_FULL_2022_X86_64"
|
|
13248
13285
|
'''Windows Full 2022 (x86-64).'''
|
|
13286
|
+
AL2023_X86_64_STANDARD = "AL2023_X86_64_STANDARD"
|
|
13287
|
+
'''Amazon Linux 2023 (x86-64).'''
|
|
13288
|
+
AL2023_ARM_64_STANDARD = "AL2023_ARM_64_STANDARD"
|
|
13289
|
+
'''Amazon Linux 2023 (ARM-64).'''
|
|
13249
13290
|
|
|
13250
13291
|
|
|
13251
13292
|
@jsii.data_type(
|
|
@@ -46,6 +46,7 @@ from .. import (
|
|
|
46
46
|
IInspectable as _IInspectable_c2943556,
|
|
47
47
|
IResolvable as _IResolvable_da3f097b,
|
|
48
48
|
ITaggable as _ITaggable_36806126,
|
|
49
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
49
50
|
TagManager as _TagManager_0a598cb3,
|
|
50
51
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
51
52
|
)
|
|
@@ -5371,7 +5372,7 @@ class CfnSecurityGroupProps:
|
|
|
5371
5372
|
)
|
|
5372
5373
|
|
|
5373
5374
|
|
|
5374
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
5375
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
5375
5376
|
class CfnServerlessCache(
|
|
5376
5377
|
_CfnResource_9df397a6,
|
|
5377
5378
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5599,6 +5600,12 @@ class CfnServerlessCache(
|
|
|
5599
5600
|
'''
|
|
5600
5601
|
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
5601
5602
|
|
|
5603
|
+
@builtins.property
|
|
5604
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
5605
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
5606
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
5607
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
5608
|
+
|
|
5602
5609
|
@builtins.property
|
|
5603
5610
|
@jsii.member(jsii_name="cfnProperties")
|
|
5604
5611
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -707,6 +707,7 @@ from .. import (
|
|
|
707
707
|
IResolvable as _IResolvable_da3f097b,
|
|
708
708
|
IResource as _IResource_c80c4260,
|
|
709
709
|
ITaggable as _ITaggable_36806126,
|
|
710
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
710
711
|
Resource as _Resource_45bc6135,
|
|
711
712
|
SecretValue as _SecretValue_3dd0ddae,
|
|
712
713
|
TagManager as _TagManager_0a598cb3,
|
|
@@ -9625,7 +9626,7 @@ class CfnTargetGroupProps:
|
|
|
9625
9626
|
)
|
|
9626
9627
|
|
|
9627
9628
|
|
|
9628
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
9629
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
9629
9630
|
class CfnTrustStore(
|
|
9630
9631
|
_CfnResource_9df397a6,
|
|
9631
9632
|
metaclass=jsii.JSIIMeta,
|
|
@@ -9748,6 +9749,12 @@ class CfnTrustStore(
|
|
|
9748
9749
|
'''
|
|
9749
9750
|
return typing.cast(builtins.str, jsii.get(self, "attrTrustStoreArn"))
|
|
9750
9751
|
|
|
9752
|
+
@builtins.property
|
|
9753
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
9754
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
9755
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
9756
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
9757
|
+
|
|
9751
9758
|
@builtins.property
|
|
9752
9759
|
@jsii.member(jsii_name="cfnProperties")
|
|
9753
9760
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_emr/__init__.py
CHANGED
|
@@ -46,6 +46,7 @@ from .. import (
|
|
|
46
46
|
IInspectable as _IInspectable_c2943556,
|
|
47
47
|
IResolvable as _IResolvable_da3f097b,
|
|
48
48
|
ITaggable as _ITaggable_36806126,
|
|
49
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
49
50
|
TagManager as _TagManager_0a598cb3,
|
|
50
51
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
51
52
|
)
|
|
@@ -11264,7 +11265,7 @@ class CfnStudioSessionMappingProps:
|
|
|
11264
11265
|
)
|
|
11265
11266
|
|
|
11266
11267
|
|
|
11267
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
11268
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
11268
11269
|
class CfnWALWorkspace(
|
|
11269
11270
|
_CfnResource_9df397a6,
|
|
11270
11271
|
metaclass=jsii.JSIIMeta,
|
|
@@ -11345,6 +11346,12 @@ class CfnWALWorkspace(
|
|
|
11345
11346
|
'''The CloudFormation resource type name for this resource class.'''
|
|
11346
11347
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
11347
11348
|
|
|
11349
|
+
@builtins.property
|
|
11350
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
11351
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
11352
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
11353
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
11354
|
+
|
|
11348
11355
|
@builtins.property
|
|
11349
11356
|
@jsii.member(jsii_name="cfnProperties")
|
|
11350
11357
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -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 CfnIdMappingWorkflow(
|
|
64
66
|
_CfnResource_9df397a6,
|
|
65
67
|
metaclass=jsii.JSIIMeta,
|
|
@@ -213,6 +215,12 @@ class CfnIdMappingWorkflow(
|
|
|
213
215
|
'''
|
|
214
216
|
return typing.cast(builtins.str, jsii.get(self, "attrWorkflowArn"))
|
|
215
217
|
|
|
218
|
+
@builtins.property
|
|
219
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
220
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
221
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
222
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
223
|
+
|
|
216
224
|
@builtins.property
|
|
217
225
|
@jsii.member(jsii_name="cfnProperties")
|
|
218
226
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -905,7 +913,7 @@ class CfnIdMappingWorkflowProps:
|
|
|
905
913
|
)
|
|
906
914
|
|
|
907
915
|
|
|
908
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
916
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
909
917
|
class CfnMatchingWorkflow(
|
|
910
918
|
_CfnResource_9df397a6,
|
|
911
919
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1076,6 +1084,12 @@ class CfnMatchingWorkflow(
|
|
|
1076
1084
|
'''
|
|
1077
1085
|
return typing.cast(builtins.str, jsii.get(self, "attrWorkflowArn"))
|
|
1078
1086
|
|
|
1087
|
+
@builtins.property
|
|
1088
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1089
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1090
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1091
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1092
|
+
|
|
1079
1093
|
@builtins.property
|
|
1080
1094
|
@jsii.member(jsii_name="cfnProperties")
|
|
1081
1095
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -2119,7 +2133,7 @@ class CfnMatchingWorkflowProps:
|
|
|
2119
2133
|
)
|
|
2120
2134
|
|
|
2121
2135
|
|
|
2122
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2136
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2123
2137
|
class CfnSchemaMapping(
|
|
2124
2138
|
_CfnResource_9df397a6,
|
|
2125
2139
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2257,6 +2271,12 @@ class CfnSchemaMapping(
|
|
|
2257
2271
|
'''
|
|
2258
2272
|
return typing.cast(builtins.str, jsii.get(self, "attrUpdatedAt"))
|
|
2259
2273
|
|
|
2274
|
+
@builtins.property
|
|
2275
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
2276
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
2277
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
2278
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
2279
|
+
|
|
2260
2280
|
@builtins.property
|
|
2261
2281
|
@jsii.member(jsii_name="cfnProperties")
|
|
2262
2282
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -271,8 +271,10 @@ from .. import (
|
|
|
271
271
|
IResolvable as _IResolvable_da3f097b,
|
|
272
272
|
IResolveContext as _IResolveContext_b2df1921,
|
|
273
273
|
IResource as _IResource_c80c4260,
|
|
274
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
274
275
|
Resource as _Resource_45bc6135,
|
|
275
276
|
SecretValue as _SecretValue_3dd0ddae,
|
|
277
|
+
TagManager as _TagManager_0a598cb3,
|
|
276
278
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
277
279
|
)
|
|
278
280
|
from ..aws_iam import (
|
|
@@ -3310,7 +3312,7 @@ class CfnEndpointProps:
|
|
|
3310
3312
|
)
|
|
3311
3313
|
|
|
3312
3314
|
|
|
3313
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3315
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3314
3316
|
class CfnEventBus(
|
|
3315
3317
|
_CfnResource_9df397a6,
|
|
3316
3318
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3432,6 +3434,12 @@ class CfnEventBus(
|
|
|
3432
3434
|
'''
|
|
3433
3435
|
return typing.cast(builtins.str, jsii.get(self, "attrPolicy"))
|
|
3434
3436
|
|
|
3437
|
+
@builtins.property
|
|
3438
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
3439
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
3440
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
3441
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
3442
|
+
|
|
3435
3443
|
@builtins.property
|
|
3436
3444
|
@jsii.member(jsii_name="cfnProperties")
|
|
3437
3445
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -8355,6 +8363,9 @@ class EventPattern:
|
|
|
8355
8363
|
- Number matching is at the string representation level. For example, 300,
|
|
8356
8364
|
300.0, and 3.0e2 are not considered equal.
|
|
8357
8365
|
|
|
8366
|
+
For custom events, some optional properties are required. For more information, see
|
|
8367
|
+
`Minimum information needed for a valid custom event <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html#eb-custom-event>`_.
|
|
8368
|
+
|
|
8358
8369
|
:param account: The 12-digit number identifying an AWS account. Default: - No filtering on account
|
|
8359
8370
|
:param detail: A JSON object, whose content is at the discretion of the service originating the event. Default: - No filtering on detail
|
|
8360
8371
|
:param detail_type: Identifies, in combination with the source field, the fields and values that appear in the detail field. Represents the "detail-type" event field. Default: - No filtering on detail type
|
aws_cdk/aws_fms/__init__.py
CHANGED
|
@@ -46,6 +46,7 @@ from .. import (
|
|
|
46
46
|
IInspectable as _IInspectable_c2943556,
|
|
47
47
|
IResolvable as _IResolvable_da3f097b,
|
|
48
48
|
ITaggable as _ITaggable_36806126,
|
|
49
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
49
50
|
TagManager as _TagManager_0a598cb3,
|
|
50
51
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
51
52
|
)
|
|
@@ -235,7 +236,7 @@ class CfnNotificationChannelProps:
|
|
|
235
236
|
)
|
|
236
237
|
|
|
237
238
|
|
|
238
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
239
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
239
240
|
class CfnPolicy(
|
|
240
241
|
_CfnResource_9df397a6,
|
|
241
242
|
metaclass=jsii.JSIIMeta,
|
|
@@ -423,6 +424,12 @@ class CfnPolicy(
|
|
|
423
424
|
'''
|
|
424
425
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
425
426
|
|
|
427
|
+
@builtins.property
|
|
428
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
429
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
430
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
431
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
432
|
+
|
|
426
433
|
@builtins.property
|
|
427
434
|
@jsii.member(jsii_name="cfnProperties")
|
|
428
435
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_glue/__init__.py
CHANGED
|
@@ -51,6 +51,7 @@ from .. import (
|
|
|
51
51
|
IInspectable as _IInspectable_c2943556,
|
|
52
52
|
IResolvable as _IResolvable_da3f097b,
|
|
53
53
|
ITaggable as _ITaggable_36806126,
|
|
54
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
54
55
|
TagManager as _TagManager_0a598cb3,
|
|
55
56
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
56
57
|
)
|
|
@@ -3209,7 +3210,7 @@ class CfnCrawlerProps:
|
|
|
3209
3210
|
)
|
|
3210
3211
|
|
|
3211
3212
|
|
|
3212
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3213
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3213
3214
|
class CfnCustomEntityType(
|
|
3214
3215
|
_CfnResource_9df397a6,
|
|
3215
3216
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3308,6 +3309,12 @@ class CfnCustomEntityType(
|
|
|
3308
3309
|
'''
|
|
3309
3310
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
3310
3311
|
|
|
3312
|
+
@builtins.property
|
|
3313
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
3314
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
3315
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
3316
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
3317
|
+
|
|
3311
3318
|
@builtins.property
|
|
3312
3319
|
@jsii.member(jsii_name="cfnProperties")
|
|
3313
3320
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -3806,7 +3813,7 @@ class CfnDataCatalogEncryptionSettings(
|
|
|
3806
3813
|
'''Specifies the encryption-at-rest configuration for the Data Catalog.
|
|
3807
3814
|
|
|
3808
3815
|
:param catalog_encryption_mode: The encryption-at-rest mode for encrypting Data Catalog data.
|
|
3809
|
-
:param catalog_encryption_service_role:
|
|
3816
|
+
:param catalog_encryption_service_role: The role that AWS Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
|
|
3810
3817
|
:param sse_aws_kms_key_id: The ID of the AWS KMS key to use for encryption at rest.
|
|
3811
3818
|
|
|
3812
3819
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html
|
|
@@ -3848,7 +3855,8 @@ class CfnDataCatalogEncryptionSettings(
|
|
|
3848
3855
|
|
|
3849
3856
|
@builtins.property
|
|
3850
3857
|
def catalog_encryption_service_role(self) -> typing.Optional[builtins.str]:
|
|
3851
|
-
'''
|
|
3858
|
+
'''The role that AWS Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
|
|
3859
|
+
|
|
3852
3860
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-datacatalogencryptionsettings-encryptionatrest.html#cfn-glue-datacatalogencryptionsettings-encryptionatrest-catalogencryptionservicerole
|
|
3853
3861
|
'''
|
|
3854
3862
|
result = self._values.get("catalog_encryption_service_role")
|
|
@@ -3962,7 +3970,7 @@ class CfnDataCatalogEncryptionSettingsProps:
|
|
|
3962
3970
|
)
|
|
3963
3971
|
|
|
3964
3972
|
|
|
3965
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3973
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3966
3974
|
class CfnDataQualityRuleset(
|
|
3967
3975
|
_CfnResource_9df397a6,
|
|
3968
3976
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4072,6 +4080,12 @@ class CfnDataQualityRuleset(
|
|
|
4072
4080
|
'''
|
|
4073
4081
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
4074
4082
|
|
|
4083
|
+
@builtins.property
|
|
4084
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
4085
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
4086
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
4087
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
4088
|
+
|
|
4075
4089
|
@builtins.property
|
|
4076
4090
|
@jsii.member(jsii_name="cfnProperties")
|
|
4077
4091
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -53,11 +53,13 @@ import constructs as _constructs_77d1e7e8
|
|
|
53
53
|
from .. import (
|
|
54
54
|
CfnResource as _CfnResource_9df397a6,
|
|
55
55
|
IInspectable as _IInspectable_c2943556,
|
|
56
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
57
|
+
TagManager as _TagManager_0a598cb3,
|
|
56
58
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
57
59
|
)
|
|
58
60
|
|
|
59
61
|
|
|
60
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
62
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
61
63
|
class CfnDatastore(
|
|
62
64
|
_CfnResource_9df397a6,
|
|
63
65
|
metaclass=jsii.JSIIMeta,
|
|
@@ -185,6 +187,12 @@ class CfnDatastore(
|
|
|
185
187
|
'''
|
|
186
188
|
return typing.cast(builtins.str, jsii.get(self, "attrUpdatedAt"))
|
|
187
189
|
|
|
190
|
+
@builtins.property
|
|
191
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
192
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
193
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
194
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
195
|
+
|
|
188
196
|
@builtins.property
|
|
189
197
|
@jsii.member(jsii_name="cfnProperties")
|
|
190
198
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -44,11 +44,13 @@ from .. import (
|
|
|
44
44
|
CfnResource as _CfnResource_9df397a6,
|
|
45
45
|
IInspectable as _IInspectable_c2943556,
|
|
46
46
|
IResolvable as _IResolvable_da3f097b,
|
|
47
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
48
|
+
TagManager as _TagManager_0a598cb3,
|
|
47
49
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
48
50
|
)
|
|
49
51
|
|
|
50
52
|
|
|
51
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
53
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
52
54
|
class CfnCisScanConfiguration(
|
|
53
55
|
_CfnResource_9df397a6,
|
|
54
56
|
metaclass=jsii.JSIIMeta,
|
|
@@ -181,6 +183,12 @@ class CfnCisScanConfiguration(
|
|
|
181
183
|
'''
|
|
182
184
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
183
185
|
|
|
186
|
+
@builtins.property
|
|
187
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
188
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
189
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
190
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
191
|
+
|
|
184
192
|
@builtins.property
|
|
185
193
|
@jsii.member(jsii_name="cfnProperties")
|
|
186
194
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_iot/__init__.py
CHANGED
|
@@ -51,6 +51,7 @@ from .. import (
|
|
|
51
51
|
IInspectable as _IInspectable_c2943556,
|
|
52
52
|
IResolvable as _IResolvable_da3f097b,
|
|
53
53
|
ITaggable as _ITaggable_36806126,
|
|
54
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
54
55
|
TagManager as _TagManager_0a598cb3,
|
|
55
56
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
56
57
|
)
|
|
@@ -2665,7 +2666,7 @@ class CfnCertificateProps:
|
|
|
2665
2666
|
)
|
|
2666
2667
|
|
|
2667
2668
|
|
|
2668
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2669
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2669
2670
|
class CfnCertificateProvider(
|
|
2670
2671
|
_CfnResource_9df397a6,
|
|
2671
2672
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2774,6 +2775,12 @@ class CfnCertificateProvider(
|
|
|
2774
2775
|
'''
|
|
2775
2776
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
2776
2777
|
|
|
2778
|
+
@builtins.property
|
|
2779
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
2780
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
2781
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
2782
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
2783
|
+
|
|
2777
2784
|
@builtins.property
|
|
2778
2785
|
@jsii.member(jsii_name="cfnProperties")
|
|
2779
2786
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -7450,7 +7457,7 @@ class CfnMitigationActionProps:
|
|
|
7450
7457
|
)
|
|
7451
7458
|
|
|
7452
7459
|
|
|
7453
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
7460
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
7454
7461
|
class CfnPolicy(
|
|
7455
7462
|
_CfnResource_9df397a6,
|
|
7456
7463
|
metaclass=jsii.JSIIMeta,
|
|
@@ -7558,6 +7565,12 @@ class CfnPolicy(
|
|
|
7558
7565
|
'''
|
|
7559
7566
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
7560
7567
|
|
|
7568
|
+
@builtins.property
|
|
7569
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
7570
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
7571
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
7572
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
7573
|
+
|
|
7561
7574
|
@builtins.property
|
|
7562
7575
|
@jsii.member(jsii_name="cfnProperties")
|
|
7563
7576
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -10742,7 +10755,7 @@ class CfnSecurityProfileProps:
|
|
|
10742
10755
|
)
|
|
10743
10756
|
|
|
10744
10757
|
|
|
10745
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
10758
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
10746
10759
|
class CfnSoftwarePackage(
|
|
10747
10760
|
_CfnResource_9df397a6,
|
|
10748
10761
|
metaclass=jsii.JSIIMeta,
|
|
@@ -10837,6 +10850,12 @@ class CfnSoftwarePackage(
|
|
|
10837
10850
|
'''
|
|
10838
10851
|
return typing.cast(builtins.str, jsii.get(self, "attrPackageArn"))
|
|
10839
10852
|
|
|
10853
|
+
@builtins.property
|
|
10854
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
10855
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
10856
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
10857
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
10858
|
+
|
|
10840
10859
|
@builtins.property
|
|
10841
10860
|
@jsii.member(jsii_name="cfnProperties")
|
|
10842
10861
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -10971,7 +10990,7 @@ class CfnSoftwarePackageProps:
|
|
|
10971
10990
|
)
|
|
10972
10991
|
|
|
10973
10992
|
|
|
10974
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
10993
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
10975
10994
|
class CfnSoftwarePackageVersion(
|
|
10976
10995
|
_CfnResource_9df397a6,
|
|
10977
10996
|
metaclass=jsii.JSIIMeta,
|
|
@@ -11105,6 +11124,12 @@ class CfnSoftwarePackageVersion(
|
|
|
11105
11124
|
'''
|
|
11106
11125
|
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
11107
11126
|
|
|
11127
|
+
@builtins.property
|
|
11128
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
11129
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
11130
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
11131
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
11132
|
+
|
|
11108
11133
|
@builtins.property
|
|
11109
11134
|
@jsii.member(jsii_name="cfnProperties")
|
|
11110
11135
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_ivs/__init__.py
CHANGED
|
@@ -51,6 +51,7 @@ from .. import (
|
|
|
51
51
|
IInspectable as _IInspectable_c2943556,
|
|
52
52
|
IResolvable as _IResolvable_da3f097b,
|
|
53
53
|
ITaggable as _ITaggable_36806126,
|
|
54
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
54
55
|
TagManager as _TagManager_0a598cb3,
|
|
55
56
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
56
57
|
)
|
|
@@ -1549,7 +1550,7 @@ class CfnRecordingConfigurationProps:
|
|
|
1549
1550
|
)
|
|
1550
1551
|
|
|
1551
1552
|
|
|
1552
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1553
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1553
1554
|
class CfnStage(
|
|
1554
1555
|
_CfnResource_9df397a6,
|
|
1555
1556
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1652,6 +1653,12 @@ class CfnStage(
|
|
|
1652
1653
|
'''
|
|
1653
1654
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
1654
1655
|
|
|
1656
|
+
@builtins.property
|
|
1657
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
1658
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
1659
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
1660
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
1661
|
+
|
|
1655
1662
|
@builtins.property
|
|
1656
1663
|
@jsii.member(jsii_name="cfnProperties")
|
|
1657
1664
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
aws_cdk/aws_kms/__init__.py
CHANGED
|
@@ -100,7 +100,7 @@ import aws_cdk.aws_cloudtrail as cloudtrail
|
|
|
100
100
|
my_key_alias = kms.Alias.from_alias_name(self, "myKey", "alias/aws/s3")
|
|
101
101
|
trail = cloudtrail.Trail(self, "myCloudTrail",
|
|
102
102
|
send_to_cloud_watch_logs=True,
|
|
103
|
-
|
|
103
|
+
encryption_key=my_key_alias
|
|
104
104
|
)
|
|
105
105
|
```
|
|
106
106
|
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -6291,9 +6291,7 @@ class CfnFunction(
|
|
|
6291
6291
|
@builtins.property
|
|
6292
6292
|
@jsii.member(jsii_name="attrSnapStartResponse")
|
|
6293
6293
|
def attr_snap_start_response(self) -> _IResolvable_da3f097b:
|
|
6294
|
-
'''The function's SnapStart
|
|
6295
|
-
|
|
6296
|
-
When set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.
|
|
6294
|
+
'''The function's `SnapStart <https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html>`_ setting.
|
|
6297
6295
|
|
|
6298
6296
|
:cloudformationAttribute: SnapStartResponse
|
|
6299
6297
|
'''
|
|
@@ -6302,7 +6300,7 @@ class CfnFunction(
|
|
|
6302
6300
|
@builtins.property
|
|
6303
6301
|
@jsii.member(jsii_name="attrSnapStartResponseApplyOn")
|
|
6304
6302
|
def attr_snap_start_response_apply_on(self) -> builtins.str:
|
|
6305
|
-
'''
|
|
6303
|
+
'''When set to ``PublishedVersions``, Lambda creates a snapshot of the execution environment when you publish a function version.
|
|
6306
6304
|
|
|
6307
6305
|
:cloudformationAttribute: SnapStartResponse.ApplyOn
|
|
6308
6306
|
'''
|
|
@@ -6311,7 +6309,7 @@ class CfnFunction(
|
|
|
6311
6309
|
@builtins.property
|
|
6312
6310
|
@jsii.member(jsii_name="attrSnapStartResponseOptimizationStatus")
|
|
6313
6311
|
def attr_snap_start_response_optimization_status(self) -> builtins.str:
|
|
6314
|
-
'''
|
|
6312
|
+
'''When you provide a `qualified Amazon Resource Name (ARN) <https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using>`_, this response element indicates whether SnapStart is activated for the specified function version.
|
|
6315
6313
|
|
|
6316
6314
|
:cloudformationAttribute: SnapStartResponse.OptimizationStatus
|
|
6317
6315
|
'''
|