aws-cdk-lib 2.181.1__py3-none-any.whl → 2.183.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 +751 -41
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.181.1.jsii.tgz → aws-cdk-lib@2.183.0.jsii.tgz} +0 -0
- aws_cdk/assertions/__init__.py +59 -0
- aws_cdk/aws_apigateway/__init__.py +122 -66
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -0
- aws_cdk/aws_appsync/__init__.py +30 -4
- aws_cdk/aws_autoscaling/__init__.py +409 -36
- aws_cdk/aws_batch/__init__.py +638 -14
- aws_cdk/aws_bedrock/__init__.py +6009 -2326
- aws_cdk/aws_ce/__init__.py +141 -3
- aws_cdk/aws_certificatemanager/__init__.py +24 -0
- aws_cdk/aws_cloudformation/__init__.py +310 -35
- aws_cdk/aws_cloudfront/__init__.py +1 -0
- aws_cdk/aws_cloudtrail/__init__.py +8 -8
- aws_cdk/aws_codebuild/__init__.py +4 -10
- aws_cdk/aws_cognito/__init__.py +3 -3
- aws_cdk/aws_datazone/__init__.py +82 -0
- aws_cdk/aws_dms/__init__.py +350 -0
- aws_cdk/aws_ec2/__init__.py +95 -17
- aws_cdk/aws_ecr/__init__.py +10 -4
- aws_cdk/aws_ecs/__init__.py +58 -9
- aws_cdk/aws_eks/__init__.py +32 -3
- aws_cdk/aws_elasticache/__init__.py +3 -3
- aws_cdk/aws_emr/__init__.py +9 -3
- aws_cdk/aws_fsx/__init__.py +2 -0
- aws_cdk/aws_gameliftstreams/__init__.py +1205 -0
- aws_cdk/aws_guardduty/__init__.py +38 -26
- aws_cdk/aws_iam/__init__.py +295 -37
- aws_cdk/aws_inspector/__init__.py +180 -1
- aws_cdk/aws_iot/__init__.py +616 -22
- aws_cdk/aws_iotfleetwise/__init__.py +72 -10
- aws_cdk/aws_iotsitewise/__init__.py +14 -11
- aws_cdk/aws_kafkaconnect/__init__.py +4 -2
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -0
- aws_cdk/aws_lambda/__init__.py +17 -0
- aws_cdk/aws_logs/__init__.py +135 -0
- aws_cdk/aws_medialive/__init__.py +86 -86
- aws_cdk/aws_mediapackagev2/__init__.py +22 -14
- aws_cdk/aws_msk/__init__.py +236 -128
- aws_cdk/aws_neptunegraph/__init__.py +3 -3
- aws_cdk/aws_opensearchserverless/__init__.py +1031 -0
- aws_cdk/aws_opensearchservice/__init__.py +261 -1
- aws_cdk/aws_pcaconnectorad/__init__.py +30 -4
- aws_cdk/aws_pipes/__init__.py +6 -2
- aws_cdk/aws_quicksight/__init__.py +6712 -20758
- aws_cdk/aws_rds/__init__.py +174 -30
- aws_cdk/aws_redshift/__init__.py +8 -8
- aws_cdk/aws_s3/__init__.py +8 -0
- aws_cdk/aws_sagemaker/__init__.py +80 -18
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_sns/__init__.py +76 -1
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_transfer/__init__.py +241 -40
- aws_cdk/aws_vpclattice/__init__.py +144 -9
- aws_cdk/aws_wafv2/__init__.py +790 -0
- aws_cdk/aws_wisdom/__init__.py +3 -110
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/aws_workspacesweb/__init__.py +179 -2
- aws_cdk/aws_xray/__init__.py +195 -0
- aws_cdk/cloud_assembly_schema/__init__.py +224 -4
- aws_cdk/custom_resources/__init__.py +65 -8
- aws_cdk/cx_api/__init__.py +2 -1
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/RECORD +69 -68
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.181.1.dist-info → aws_cdk_lib-2.183.0.dist-info}/top_level.txt +0 -0
|
@@ -2664,7 +2664,7 @@ class CfnMalwareProtectionPlan(
|
|
|
2664
2664
|
'''Information about the status code and status details associated with the status of the Malware Protection plan.
|
|
2665
2665
|
|
|
2666
2666
|
:param code: The status code of the Malware Protection plan. For more information, see `Malware Protection plan resource status <https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection-s3-bucket-status-gdu.html>`_ in the *GuardDuty User Guide* .
|
|
2667
|
-
:param message: Issue message that specifies the reason. For information about potential troubleshooting steps, see `Troubleshooting Malware Protection for S3 status issues <https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html>`_ in the *GuardDuty User Guide* .
|
|
2667
|
+
:param message: Issue message that specifies the reason. For information about potential troubleshooting steps, see `Troubleshooting Malware Protection for S3 status issues <https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html>`_ in the *Amazon GuardDuty User Guide* .
|
|
2668
2668
|
|
|
2669
2669
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html
|
|
2670
2670
|
:exampleMetadata: fixture=_generated
|
|
@@ -2705,7 +2705,7 @@ class CfnMalwareProtectionPlan(
|
|
|
2705
2705
|
def message(self) -> typing.Optional[builtins.str]:
|
|
2706
2706
|
'''Issue message that specifies the reason.
|
|
2707
2707
|
|
|
2708
|
-
For information about potential troubleshooting steps, see `Troubleshooting Malware Protection for S3 status issues <https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html>`_ in the *GuardDuty User Guide* .
|
|
2708
|
+
For information about potential troubleshooting steps, see `Troubleshooting Malware Protection for S3 status issues <https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html>`_ in the *Amazon GuardDuty User Guide* .
|
|
2709
2709
|
|
|
2710
2710
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html#cfn-guardduty-malwareprotectionplan-cfnstatusreasons-message
|
|
2711
2711
|
'''
|
|
@@ -3618,7 +3618,11 @@ class CfnPublishingDestination(
|
|
|
3618
3618
|
metaclass=jsii.JSIIMeta,
|
|
3619
3619
|
jsii_type="aws-cdk-lib.aws_guardduty.CfnPublishingDestination",
|
|
3620
3620
|
):
|
|
3621
|
-
'''
|
|
3621
|
+
'''Creates a publishing destination where you can export your GuardDuty findings.
|
|
3622
|
+
|
|
3623
|
+
Before you start exporting the findings, the destination resource must exist.
|
|
3624
|
+
|
|
3625
|
+
For more information about considerations and permissions, see `Exporting GuardDuty findings to Amazon S3 buckets <https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_exportfindings.html>`_ in the *Amazon GuardDuty User Guide* .
|
|
3622
3626
|
|
|
3623
3627
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html
|
|
3624
3628
|
:cloudformationResource: AWS::GuardDuty::PublishingDestination
|
|
@@ -3659,10 +3663,10 @@ class CfnPublishingDestination(
|
|
|
3659
3663
|
'''
|
|
3660
3664
|
:param scope: Scope in which this resource is defined.
|
|
3661
3665
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3662
|
-
:param destination_properties:
|
|
3663
|
-
:param destination_type: The type of
|
|
3664
|
-
:param detector_id: The ID of the GuardDuty detector
|
|
3665
|
-
:param tags:
|
|
3666
|
+
:param destination_properties: Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
3667
|
+
:param destination_type: The type of publishing destination. GuardDuty supports Amazon S3 buckets as a publishing destination.
|
|
3668
|
+
:param detector_id: The ID of the GuardDuty detector where the publishing destination exists.
|
|
3669
|
+
:param tags: Describes a tag.
|
|
3666
3670
|
'''
|
|
3667
3671
|
if __debug__:
|
|
3668
3672
|
type_hints = typing.get_type_hints(_typecheckingstub__7582a0d304acc160bc9a98d9a732b80f3278afa4bf6e6727d1f126985b25ef2e)
|
|
@@ -3750,6 +3754,7 @@ class CfnPublishingDestination(
|
|
|
3750
3754
|
def destination_properties(
|
|
3751
3755
|
self,
|
|
3752
3756
|
) -> typing.Union[_IResolvable_da3f097b, "CfnPublishingDestination.CFNDestinationPropertiesProperty"]:
|
|
3757
|
+
'''Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.'''
|
|
3753
3758
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnPublishingDestination.CFNDestinationPropertiesProperty"], jsii.get(self, "destinationProperties"))
|
|
3754
3759
|
|
|
3755
3760
|
@destination_properties.setter
|
|
@@ -3765,7 +3770,7 @@ class CfnPublishingDestination(
|
|
|
3765
3770
|
@builtins.property
|
|
3766
3771
|
@jsii.member(jsii_name="destinationType")
|
|
3767
3772
|
def destination_type(self) -> builtins.str:
|
|
3768
|
-
'''The type of
|
|
3773
|
+
'''The type of publishing destination.'''
|
|
3769
3774
|
return typing.cast(builtins.str, jsii.get(self, "destinationType"))
|
|
3770
3775
|
|
|
3771
3776
|
@destination_type.setter
|
|
@@ -3778,7 +3783,7 @@ class CfnPublishingDestination(
|
|
|
3778
3783
|
@builtins.property
|
|
3779
3784
|
@jsii.member(jsii_name="detectorId")
|
|
3780
3785
|
def detector_id(self) -> builtins.str:
|
|
3781
|
-
'''The ID of the GuardDuty detector
|
|
3786
|
+
'''The ID of the GuardDuty detector where the publishing destination exists.'''
|
|
3782
3787
|
return typing.cast(builtins.str, jsii.get(self, "detectorId"))
|
|
3783
3788
|
|
|
3784
3789
|
@detector_id.setter
|
|
@@ -3793,6 +3798,7 @@ class CfnPublishingDestination(
|
|
|
3793
3798
|
def tags(
|
|
3794
3799
|
self,
|
|
3795
3800
|
) -> typing.Optional[typing.List["CfnPublishingDestination.TagItemProperty"]]:
|
|
3801
|
+
'''Describes a tag.'''
|
|
3796
3802
|
return typing.cast(typing.Optional[typing.List["CfnPublishingDestination.TagItemProperty"]], jsii.get(self, "tags"))
|
|
3797
3803
|
|
|
3798
3804
|
@tags.setter
|
|
@@ -3817,8 +3823,9 @@ class CfnPublishingDestination(
|
|
|
3817
3823
|
destination_arn: typing.Optional[builtins.str] = None,
|
|
3818
3824
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
3819
3825
|
) -> None:
|
|
3820
|
-
'''
|
|
3821
|
-
|
|
3826
|
+
'''Contains the Amazon Resource Name (ARN) of the resource that receives the published findings, such as an S3 bucket, and the ARN of the KMS key that is used to encrypt these published findings.
|
|
3827
|
+
|
|
3828
|
+
:param destination_arn: The ARN of the resource where the findings are published.
|
|
3822
3829
|
:param kms_key_arn: The ARN of the KMS key to use for encryption.
|
|
3823
3830
|
|
|
3824
3831
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-publishingdestination-cfndestinationproperties.html
|
|
@@ -3847,7 +3854,7 @@ class CfnPublishingDestination(
|
|
|
3847
3854
|
|
|
3848
3855
|
@builtins.property
|
|
3849
3856
|
def destination_arn(self) -> typing.Optional[builtins.str]:
|
|
3850
|
-
'''The ARN of the resource
|
|
3857
|
+
'''The ARN of the resource where the findings are published.
|
|
3851
3858
|
|
|
3852
3859
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-publishingdestination-cfndestinationproperties.html#cfn-guardduty-publishingdestination-cfndestinationproperties-destinationarn
|
|
3853
3860
|
'''
|
|
@@ -3881,9 +3888,10 @@ class CfnPublishingDestination(
|
|
|
3881
3888
|
)
|
|
3882
3889
|
class TagItemProperty:
|
|
3883
3890
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
|
3884
|
-
'''
|
|
3885
|
-
|
|
3886
|
-
:param
|
|
3891
|
+
'''Describes a tag.
|
|
3892
|
+
|
|
3893
|
+
:param key: The tag key.
|
|
3894
|
+
:param value: The tag value.
|
|
3887
3895
|
|
|
3888
3896
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-publishingdestination-tagitem.html
|
|
3889
3897
|
:exampleMetadata: fixture=_generated
|
|
@@ -3910,7 +3918,8 @@ class CfnPublishingDestination(
|
|
|
3910
3918
|
|
|
3911
3919
|
@builtins.property
|
|
3912
3920
|
def key(self) -> builtins.str:
|
|
3913
|
-
'''
|
|
3921
|
+
'''The tag key.
|
|
3922
|
+
|
|
3914
3923
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-publishingdestination-tagitem.html#cfn-guardduty-publishingdestination-tagitem-key
|
|
3915
3924
|
'''
|
|
3916
3925
|
result = self._values.get("key")
|
|
@@ -3919,7 +3928,8 @@ class CfnPublishingDestination(
|
|
|
3919
3928
|
|
|
3920
3929
|
@builtins.property
|
|
3921
3930
|
def value(self) -> builtins.str:
|
|
3922
|
-
'''
|
|
3931
|
+
'''The tag value.
|
|
3932
|
+
|
|
3923
3933
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-publishingdestination-tagitem.html#cfn-guardduty-publishingdestination-tagitem-value
|
|
3924
3934
|
'''
|
|
3925
3935
|
result = self._values.get("value")
|
|
@@ -3959,10 +3969,10 @@ class CfnPublishingDestinationProps:
|
|
|
3959
3969
|
) -> None:
|
|
3960
3970
|
'''Properties for defining a ``CfnPublishingDestination``.
|
|
3961
3971
|
|
|
3962
|
-
:param destination_properties:
|
|
3963
|
-
:param destination_type: The type of
|
|
3964
|
-
:param detector_id: The ID of the GuardDuty detector
|
|
3965
|
-
:param tags:
|
|
3972
|
+
:param destination_properties: Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
3973
|
+
:param destination_type: The type of publishing destination. GuardDuty supports Amazon S3 buckets as a publishing destination.
|
|
3974
|
+
:param detector_id: The ID of the GuardDuty detector where the publishing destination exists.
|
|
3975
|
+
:param tags: Describes a tag.
|
|
3966
3976
|
|
|
3967
3977
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html
|
|
3968
3978
|
:exampleMetadata: fixture=_generated
|
|
@@ -4006,7 +4016,8 @@ class CfnPublishingDestinationProps:
|
|
|
4006
4016
|
def destination_properties(
|
|
4007
4017
|
self,
|
|
4008
4018
|
) -> typing.Union[_IResolvable_da3f097b, CfnPublishingDestination.CFNDestinationPropertiesProperty]:
|
|
4009
|
-
'''
|
|
4019
|
+
'''Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
4020
|
+
|
|
4010
4021
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html#cfn-guardduty-publishingdestination-destinationproperties
|
|
4011
4022
|
'''
|
|
4012
4023
|
result = self._values.get("destination_properties")
|
|
@@ -4015,9 +4026,9 @@ class CfnPublishingDestinationProps:
|
|
|
4015
4026
|
|
|
4016
4027
|
@builtins.property
|
|
4017
4028
|
def destination_type(self) -> builtins.str:
|
|
4018
|
-
'''The type of
|
|
4029
|
+
'''The type of publishing destination.
|
|
4019
4030
|
|
|
4020
|
-
|
|
4031
|
+
GuardDuty supports Amazon S3 buckets as a publishing destination.
|
|
4021
4032
|
|
|
4022
4033
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html#cfn-guardduty-publishingdestination-destinationtype
|
|
4023
4034
|
'''
|
|
@@ -4027,7 +4038,7 @@ class CfnPublishingDestinationProps:
|
|
|
4027
4038
|
|
|
4028
4039
|
@builtins.property
|
|
4029
4040
|
def detector_id(self) -> builtins.str:
|
|
4030
|
-
'''The ID of the GuardDuty detector
|
|
4041
|
+
'''The ID of the GuardDuty detector where the publishing destination exists.
|
|
4031
4042
|
|
|
4032
4043
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html#cfn-guardduty-publishingdestination-detectorid
|
|
4033
4044
|
'''
|
|
@@ -4039,7 +4050,8 @@ class CfnPublishingDestinationProps:
|
|
|
4039
4050
|
def tags(
|
|
4040
4051
|
self,
|
|
4041
4052
|
) -> typing.Optional[typing.List[CfnPublishingDestination.TagItemProperty]]:
|
|
4042
|
-
'''
|
|
4053
|
+
'''Describes a tag.
|
|
4054
|
+
|
|
4043
4055
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html#cfn-guardduty-publishingdestination-tags
|
|
4044
4056
|
'''
|
|
4045
4057
|
result = self._values.get("tags")
|