aws-cdk-lib 2.145.0__py3-none-any.whl → 2.147.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 +12 -11
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.145.0.jsii.tgz → aws-cdk-lib@2.147.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +32 -12
- aws_cdk/aws_apigatewayv2/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +142 -4
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_applicationsignals/__init__.py +1766 -0
- aws_cdk/aws_appsync/__init__.py +62 -0
- aws_cdk/aws_auditmanager/__init__.py +5 -1
- aws_cdk/aws_autoscaling/__init__.py +457 -56
- aws_cdk/aws_batch/__init__.py +215 -0
- aws_cdk/aws_bedrock/__init__.py +272 -103
- aws_cdk/aws_cloudformation/__init__.py +5 -11
- aws_cdk/aws_cloudfront/__init__.py +10 -3
- aws_cdk/aws_cloudtrail/__init__.py +56 -2
- aws_cdk/aws_codebuild/__init__.py +85 -32
- aws_cdk/aws_codepipeline/__init__.py +10 -5
- aws_cdk/aws_connect/__init__.py +86 -0
- aws_cdk/aws_datazone/__init__.py +80 -68
- aws_cdk/aws_deadline/__init__.py +603 -17
- aws_cdk/aws_ec2/__init__.py +237 -112
- aws_cdk/aws_ecs/__init__.py +123 -12
- aws_cdk/aws_eks/__init__.py +1335 -50
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +11 -5
- aws_cdk/aws_emrserverless/__init__.py +5 -5
- aws_cdk/aws_events/__init__.py +36 -16
- aws_cdk/aws_fsx/__init__.py +126 -21
- aws_cdk/aws_globalaccelerator/__init__.py +2 -1
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +35 -4
- aws_cdk/aws_glue/__init__.py +26 -0
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_groundstation/__init__.py +55 -35
- aws_cdk/aws_guardduty/__init__.py +826 -0
- aws_cdk/aws_iam/__init__.py +13 -8
- aws_cdk/aws_iot/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +7 -5
- aws_cdk/aws_lightsail/__init__.py +1 -1
- aws_cdk/aws_location/__init__.py +10 -11
- aws_cdk/aws_mediapackagev2/__init__.py +38 -20
- aws_cdk/aws_mediatailor/__init__.py +2 -2
- aws_cdk/aws_msk/__init__.py +4 -4
- aws_cdk/aws_mwaa/__init__.py +16 -8
- aws_cdk/aws_nimblestudio/__init__.py +9 -9
- aws_cdk/aws_opensearchservice/__init__.py +11 -4
- aws_cdk/aws_opsworks/__init__.py +3 -3
- aws_cdk/aws_osis/__init__.py +33 -4
- aws_cdk/aws_pipes/__init__.py +691 -0
- aws_cdk/aws_quicksight/__init__.py +23 -21
- aws_cdk/aws_rds/__init__.py +55 -11
- aws_cdk/aws_refactorspaces/__init__.py +3 -3
- aws_cdk/aws_rolesanywhere/__init__.py +206 -3
- aws_cdk/aws_sagemaker/__init__.py +5 -2
- aws_cdk/aws_securityhub/__init__.py +163 -78
- aws_cdk/aws_securitylake/__init__.py +7 -5
- aws_cdk/aws_ses/__init__.py +117 -0
- aws_cdk/aws_simspaceweaver/__init__.py +2 -2
- aws_cdk/aws_sns/__init__.py +67 -13
- aws_cdk/aws_sqs/__init__.py +3 -3
- aws_cdk/aws_stepfunctions/__init__.py +51 -28
- aws_cdk/aws_stepfunctions_tasks/__init__.py +59 -5
- aws_cdk/aws_transfer/__init__.py +8 -2
- aws_cdk/aws_wafv2/__init__.py +10 -10
- aws_cdk/aws_workspacesweb/__init__.py +8 -8
- aws_cdk/region_info/__init__.py +6 -0
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/NOTICE +0 -35
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/RECORD +71 -70
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.145.0.dist-info → aws_cdk_lib-2.147.0.dist-info}/top_level.txt +0 -0
|
@@ -2205,7 +2205,7 @@ class CfnDomain(
|
|
|
2205
2205
|
:param custom_endpoint_certificate_arn: The AWS Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
|
|
2206
2206
|
:param custom_endpoint_enabled: True to enable a custom endpoint for the domain. If enabled, you must also provide values for ``CustomEndpoint`` and ``CustomEndpointCertificateArn`` .
|
|
2207
2207
|
:param enforce_https: True to require that all traffic to the domain arrive over HTTPS. Required if you enable fine-grained access control in `AdvancedSecurityOptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ .
|
|
2208
|
-
:param tls_security_policy: The minimum TLS version required for traffic to the domain.
|
|
2208
|
+
:param tls_security_policy: The minimum TLS version required for traffic to the domain. The policy can be one of the following values:. - *Policy-Min-TLS-1-0-2019-07:* TLS security policy that supports TLS version 1.0 to TLS version 1.2 - *Policy-Min-TLS-1-2-2019-07:* TLS security policy that supports only TLS version 1.2 - *Policy-Min-TLS-1-2-PFS-2023-10:* TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites
|
|
2209
2209
|
|
|
2210
2210
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-domainendpointoptions.html
|
|
2211
2211
|
:exampleMetadata: fixture=_generated
|
|
@@ -2293,10 +2293,11 @@ class CfnDomain(
|
|
|
2293
2293
|
|
|
2294
2294
|
@builtins.property
|
|
2295
2295
|
def tls_security_policy(self) -> typing.Optional[builtins.str]:
|
|
2296
|
-
'''The minimum TLS version required for traffic to the domain.
|
|
2296
|
+
'''The minimum TLS version required for traffic to the domain. The policy can be one of the following values:.
|
|
2297
2297
|
|
|
2298
|
-
-
|
|
2299
|
-
-
|
|
2298
|
+
- *Policy-Min-TLS-1-0-2019-07:* TLS security policy that supports TLS version 1.0 to TLS version 1.2
|
|
2299
|
+
- *Policy-Min-TLS-1-2-2019-07:* TLS security policy that supports only TLS version 1.2
|
|
2300
|
+
- *Policy-Min-TLS-1-2-PFS-2023-10:* TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites
|
|
2300
2301
|
|
|
2301
2302
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-domainendpointoptions.html#cfn-opensearchservice-domain-domainendpointoptions-tlssecuritypolicy
|
|
2302
2303
|
'''
|
|
@@ -5358,6 +5359,12 @@ class EngineVersion(
|
|
|
5358
5359
|
'''AWS OpenSearch 2.11.'''
|
|
5359
5360
|
return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_11"))
|
|
5360
5361
|
|
|
5362
|
+
@jsii.python.classproperty
|
|
5363
|
+
@jsii.member(jsii_name="OPENSEARCH_2_13")
|
|
5364
|
+
def OPENSEARCH_2_13(cls) -> "EngineVersion":
|
|
5365
|
+
'''AWS OpenSearch 2.13.'''
|
|
5366
|
+
return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_13"))
|
|
5367
|
+
|
|
5361
5368
|
@jsii.python.classproperty
|
|
5362
5369
|
@jsii.member(jsii_name="OPENSEARCH_2_3")
|
|
5363
5370
|
def OPENSEARCH_2_3(cls) -> "EngineVersion":
|
aws_cdk/aws_opsworks/__init__.py
CHANGED
|
@@ -3791,7 +3791,7 @@ class CfnLayer(
|
|
|
3791
3791
|
:param number_of_disks: The number of disks in the volume.
|
|
3792
3792
|
:param raid_level: The volume `RAID level <https://docs.aws.amazon.com/http://en.wikipedia.org/wiki/Standard_RAID_levels>`_ .
|
|
3793
3793
|
:param size: The volume size.
|
|
3794
|
-
:param volume_type: The volume type. For more information, see `Amazon EBS Volume Types <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html>`_ . - ``standard`` - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB. - ``io1`` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB. - ``gp2`` - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB. - ``st1`` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of
|
|
3794
|
+
:param volume_type: The volume type. For more information, see `Amazon EBS Volume Types <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html>`_ . - ``standard`` - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB. - ``io1`` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB. - ``gp2`` - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB. - ``st1`` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB. - ``sc1`` - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
|
|
3795
3795
|
|
|
3796
3796
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-volumeconfiguration.html
|
|
3797
3797
|
:exampleMetadata: fixture=_generated
|
|
@@ -3908,8 +3908,8 @@ class CfnLayer(
|
|
|
3908
3908
|
- ``standard`` - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.
|
|
3909
3909
|
- ``io1`` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.
|
|
3910
3910
|
- ``gp2`` - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB.
|
|
3911
|
-
- ``st1`` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of
|
|
3912
|
-
- ``sc1`` - Cold HDD. Cold HDD volumes must have a minimum size of
|
|
3911
|
+
- ``st1`` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
|
|
3912
|
+
- ``sc1`` - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
|
|
3913
3913
|
|
|
3914
3914
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-layer-volumeconfiguration.html#cfn-opsworks-layer-volumeconfiguration-volumetype
|
|
3915
3915
|
'''
|
aws_cdk/aws_osis/__init__.py
CHANGED
|
@@ -109,7 +109,8 @@ class CfnPipeline(
|
|
|
109
109
|
subnet_ids=["subnetIds"],
|
|
110
110
|
|
|
111
111
|
# the properties below are optional
|
|
112
|
-
security_group_ids=["securityGroupIds"]
|
|
112
|
+
security_group_ids=["securityGroupIds"],
|
|
113
|
+
vpc_endpoint_management="vpcEndpointManagement"
|
|
113
114
|
)
|
|
114
115
|
)
|
|
115
116
|
'''
|
|
@@ -219,6 +220,15 @@ class CfnPipeline(
|
|
|
219
220
|
'''
|
|
220
221
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrVpcEndpoints"))
|
|
221
222
|
|
|
223
|
+
@builtins.property
|
|
224
|
+
@jsii.member(jsii_name="attrVpcEndpointService")
|
|
225
|
+
def attr_vpc_endpoint_service(self) -> builtins.str:
|
|
226
|
+
'''The VPC endpoint service name for the pipeline.
|
|
227
|
+
|
|
228
|
+
:cloudformationAttribute: VpcEndpointService
|
|
229
|
+
'''
|
|
230
|
+
return typing.cast(builtins.str, jsii.get(self, "attrVpcEndpointService"))
|
|
231
|
+
|
|
222
232
|
@builtins.property
|
|
223
233
|
@jsii.member(jsii_name="cfnProperties")
|
|
224
234
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -657,7 +667,8 @@ class CfnPipeline(
|
|
|
657
667
|
subnet_ids=["subnetIds"],
|
|
658
668
|
|
|
659
669
|
# the properties below are optional
|
|
660
|
-
security_group_ids=["securityGroupIds"]
|
|
670
|
+
security_group_ids=["securityGroupIds"],
|
|
671
|
+
vpc_endpoint_management="vpcEndpointManagement"
|
|
661
672
|
)
|
|
662
673
|
)
|
|
663
674
|
'''
|
|
@@ -722,6 +733,7 @@ class CfnPipeline(
|
|
|
722
733
|
name_mapping={
|
|
723
734
|
"subnet_ids": "subnetIds",
|
|
724
735
|
"security_group_ids": "securityGroupIds",
|
|
736
|
+
"vpc_endpoint_management": "vpcEndpointManagement",
|
|
725
737
|
},
|
|
726
738
|
)
|
|
727
739
|
class VpcOptionsProperty:
|
|
@@ -730,11 +742,13 @@ class CfnPipeline(
|
|
|
730
742
|
*,
|
|
731
743
|
subnet_ids: typing.Sequence[builtins.str],
|
|
732
744
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
745
|
+
vpc_endpoint_management: typing.Optional[builtins.str] = None,
|
|
733
746
|
) -> None:
|
|
734
747
|
'''Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
|
|
735
748
|
|
|
736
749
|
:param subnet_ids: A list of subnet IDs associated with the VPC endpoint.
|
|
737
750
|
:param security_group_ids: A list of security groups associated with the VPC endpoint.
|
|
751
|
+
:param vpc_endpoint_management: Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
|
|
738
752
|
|
|
739
753
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-vpcoptions.html
|
|
740
754
|
:exampleMetadata: fixture=_generated
|
|
@@ -749,18 +763,22 @@ class CfnPipeline(
|
|
|
749
763
|
subnet_ids=["subnetIds"],
|
|
750
764
|
|
|
751
765
|
# the properties below are optional
|
|
752
|
-
security_group_ids=["securityGroupIds"]
|
|
766
|
+
security_group_ids=["securityGroupIds"],
|
|
767
|
+
vpc_endpoint_management="vpcEndpointManagement"
|
|
753
768
|
)
|
|
754
769
|
'''
|
|
755
770
|
if __debug__:
|
|
756
771
|
type_hints = typing.get_type_hints(_typecheckingstub__d6c7fc6663c9baefdd81f02e0e69deb4e81a8e210a00a4346752ffa95aa926ac)
|
|
757
772
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
758
773
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
774
|
+
check_type(argname="argument vpc_endpoint_management", value=vpc_endpoint_management, expected_type=type_hints["vpc_endpoint_management"])
|
|
759
775
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
760
776
|
"subnet_ids": subnet_ids,
|
|
761
777
|
}
|
|
762
778
|
if security_group_ids is not None:
|
|
763
779
|
self._values["security_group_ids"] = security_group_ids
|
|
780
|
+
if vpc_endpoint_management is not None:
|
|
781
|
+
self._values["vpc_endpoint_management"] = vpc_endpoint_management
|
|
764
782
|
|
|
765
783
|
@builtins.property
|
|
766
784
|
def subnet_ids(self) -> typing.List[builtins.str]:
|
|
@@ -781,6 +799,15 @@ class CfnPipeline(
|
|
|
781
799
|
result = self._values.get("security_group_ids")
|
|
782
800
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
783
801
|
|
|
802
|
+
@builtins.property
|
|
803
|
+
def vpc_endpoint_management(self) -> typing.Optional[builtins.str]:
|
|
804
|
+
'''Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
|
|
805
|
+
|
|
806
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-vpcoptions.html#cfn-osis-pipeline-vpcoptions-vpcendpointmanagement
|
|
807
|
+
'''
|
|
808
|
+
result = self._values.get("vpc_endpoint_management")
|
|
809
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
810
|
+
|
|
784
811
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
785
812
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
786
813
|
|
|
@@ -870,7 +897,8 @@ class CfnPipelineProps:
|
|
|
870
897
|
subnet_ids=["subnetIds"],
|
|
871
898
|
|
|
872
899
|
# the properties below are optional
|
|
873
|
-
security_group_ids=["securityGroupIds"]
|
|
900
|
+
security_group_ids=["securityGroupIds"],
|
|
901
|
+
vpc_endpoint_management="vpcEndpointManagement"
|
|
874
902
|
)
|
|
875
903
|
)
|
|
876
904
|
'''
|
|
@@ -1141,6 +1169,7 @@ def _typecheckingstub__d6c7fc6663c9baefdd81f02e0e69deb4e81a8e210a00a4346752ffa95
|
|
|
1141
1169
|
*,
|
|
1142
1170
|
subnet_ids: typing.Sequence[builtins.str],
|
|
1143
1171
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1172
|
+
vpc_endpoint_management: typing.Optional[builtins.str] = None,
|
|
1144
1173
|
) -> None:
|
|
1145
1174
|
"""Type checking stubs"""
|
|
1146
1175
|
pass
|