aws-cdk-lib 2.189.1__py3-none-any.whl → 2.191.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.189.1.jsii.tgz → aws-cdk-lib@2.191.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +6 -6
- aws_cdk/aws_apigateway/__init__.py +18 -1
- aws_cdk/aws_apigatewayv2/__init__.py +374 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +16 -10
- aws_cdk/aws_applicationsignals/__init__.py +204 -31
- aws_cdk/aws_aps/__init__.py +383 -2
- aws_cdk/aws_backup/__init__.py +0 -41
- aws_cdk/aws_batch/__init__.py +242 -5
- aws_cdk/aws_bedrock/__init__.py +963 -41
- aws_cdk/aws_cleanrooms/__init__.py +1392 -78
- aws_cdk/aws_cloudfront/__init__.py +1 -0
- aws_cdk/aws_cloudtrail/__init__.py +24 -26
- aws_cdk/aws_codebuild/__init__.py +107 -7
- aws_cdk/aws_datazone/__init__.py +23 -1
- aws_cdk/aws_dms/__init__.py +43 -0
- aws_cdk/aws_ec2/__init__.py +364 -30
- aws_cdk/aws_ecs/__init__.py +36 -5
- aws_cdk/aws_eks/__init__.py +2 -100
- aws_cdk/aws_elasticache/__init__.py +6 -11
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +341 -0
- aws_cdk/aws_events/__init__.py +106 -13
- aws_cdk/aws_fsx/__init__.py +9 -21
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_iot/__init__.py +6 -6
- aws_cdk/aws_kafkaconnect/__init__.py +2 -2
- aws_cdk/aws_kinesis/__init__.py +44 -0
- aws_cdk/aws_launchwizard/__init__.py +49 -49
- aws_cdk/aws_lex/__init__.py +615 -39
- aws_cdk/aws_location/__init__.py +4 -4
- aws_cdk/aws_macie/__init__.py +14 -3
- aws_cdk/aws_memorydb/__init__.py +87 -0
- aws_cdk/aws_msk/__init__.py +226 -127
- aws_cdk/aws_neptune/__init__.py +0 -24
- aws_cdk/aws_opensearchservice/__init__.py +64 -56
- aws_cdk/aws_paymentcryptography/__init__.py +41 -0
- aws_cdk/aws_qbusiness/__init__.py +175 -3
- aws_cdk/aws_quicksight/__init__.py +393 -0
- aws_cdk/aws_rds/__init__.py +149 -120
- aws_cdk/aws_redshiftserverless/__init__.py +4 -14
- aws_cdk/aws_route53resolver/__init__.py +60 -9
- aws_cdk/aws_s3/__init__.py +34 -1
- aws_cdk/aws_s3_deployment/__init__.py +202 -5
- aws_cdk/aws_s3tables/__init__.py +142 -1
- aws_cdk/aws_sagemaker/__init__.py +40 -40
- aws_cdk/aws_ses/__init__.py +643 -18
- aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
- aws_cdk/aws_stepfunctions/__init__.py +720 -45
- aws_cdk/aws_transfer/__init__.py +55 -2
- aws_cdk/pipelines/__init__.py +1 -2
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/RECORD +57 -57
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_location/__init__.py
CHANGED
|
@@ -1733,7 +1733,7 @@ class CfnPlaceIndex(
|
|
|
1733
1733
|
'''
|
|
1734
1734
|
:param scope: Scope in which this resource is defined.
|
|
1735
1735
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1736
|
-
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS
|
|
1736
|
+
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS service terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service. For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service developer guide* .
|
|
1737
1737
|
:param index_name: The name of the place index resource. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique place index resource name. - No spaces allowed. For example, ``ExamplePlaceIndex`` .
|
|
1738
1738
|
:param data_source_configuration: Specifies the data storage option requesting Places.
|
|
1739
1739
|
:param description: The optional description for the place index resource.
|
|
@@ -2012,7 +2012,7 @@ class CfnPlaceIndexProps:
|
|
|
2012
2012
|
) -> None:
|
|
2013
2013
|
'''Properties for defining a ``CfnPlaceIndex``.
|
|
2014
2014
|
|
|
2015
|
-
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS
|
|
2015
|
+
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS service terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service. For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service developer guide* .
|
|
2016
2016
|
:param index_name: The name of the place index resource. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique place index resource name. - No spaces allowed. For example, ``ExamplePlaceIndex`` .
|
|
2017
2017
|
:param data_source_configuration: Specifies the data storage option requesting Places.
|
|
2018
2018
|
:param description: The optional description for the place index resource.
|
|
@@ -2081,9 +2081,9 @@ class CfnPlaceIndexProps:
|
|
|
2081
2081
|
|
|
2082
2082
|
.. epigraph::
|
|
2083
2083
|
|
|
2084
|
-
If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS
|
|
2084
|
+
If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS service terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service.
|
|
2085
2085
|
|
|
2086
|
-
For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service
|
|
2086
|
+
For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service developer guide* .
|
|
2087
2087
|
|
|
2088
2088
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-placeindex.html#cfn-location-placeindex-datasource
|
|
2089
2089
|
'''
|
aws_cdk/aws_macie/__init__.py
CHANGED
|
@@ -1730,7 +1730,7 @@ class CfnSession(
|
|
|
1730
1730
|
:param scope: Scope in which this resource is defined.
|
|
1731
1731
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1732
1732
|
:param finding_publishing_frequency: Specifies how often Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are: - FIFTEEN_MINUTES - ONE_HOUR - SIX_HOURS Default: - "SIX_HOURS"
|
|
1733
|
-
:param status: The status of Amazon Macie for the account. Valid values are: ``ENABLED`` , start or resume
|
|
1733
|
+
:param status: The status of Amazon Macie for the account. Valid values are: ``ENABLED`` , start or resume Macie activities for the account; and, ``PAUSED`` , suspend Macie activities for the account. Default: - "ENABLED"
|
|
1734
1734
|
'''
|
|
1735
1735
|
if __debug__:
|
|
1736
1736
|
type_hints = typing.get_type_hints(_typecheckingstub__459832705822182508c6f2e0693fc53e3b0d82a4e148ecfdd93f163e3afc3417)
|
|
@@ -1772,6 +1772,17 @@ class CfnSession(
|
|
|
1772
1772
|
'''The CloudFormation resource type name for this resource class.'''
|
|
1773
1773
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
1774
1774
|
|
|
1775
|
+
@builtins.property
|
|
1776
|
+
@jsii.member(jsii_name="attrAutomatedDiscoveryStatus")
|
|
1777
|
+
def attr_automated_discovery_status(self) -> builtins.str:
|
|
1778
|
+
'''The status of automated sensitive data discovery for the account.
|
|
1779
|
+
|
|
1780
|
+
Possible values are: ``ENABLED`` , perform automated sensitive data discovery activities for the account; and, ``DISABLED`` , don't perform automated sensitive data discovery activities for the account.
|
|
1781
|
+
|
|
1782
|
+
:cloudformationAttribute: AutomatedDiscoveryStatus
|
|
1783
|
+
'''
|
|
1784
|
+
return typing.cast(builtins.str, jsii.get(self, "attrAutomatedDiscoveryStatus"))
|
|
1785
|
+
|
|
1775
1786
|
@builtins.property
|
|
1776
1787
|
@jsii.member(jsii_name="attrAwsAccountId")
|
|
1777
1788
|
def attr_aws_account_id(self) -> builtins.str:
|
|
@@ -1843,7 +1854,7 @@ class CfnSessionProps:
|
|
|
1843
1854
|
'''Properties for defining a ``CfnSession``.
|
|
1844
1855
|
|
|
1845
1856
|
:param finding_publishing_frequency: Specifies how often Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are: - FIFTEEN_MINUTES - ONE_HOUR - SIX_HOURS Default: - "SIX_HOURS"
|
|
1846
|
-
:param status: The status of Amazon Macie for the account. Valid values are: ``ENABLED`` , start or resume
|
|
1857
|
+
:param status: The status of Amazon Macie for the account. Valid values are: ``ENABLED`` , start or resume Macie activities for the account; and, ``PAUSED`` , suspend Macie activities for the account. Default: - "ENABLED"
|
|
1847
1858
|
|
|
1848
1859
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html
|
|
1849
1860
|
:exampleMetadata: fixture=_generated
|
|
@@ -1890,7 +1901,7 @@ class CfnSessionProps:
|
|
|
1890
1901
|
def status(self) -> typing.Optional[builtins.str]:
|
|
1891
1902
|
'''The status of Amazon Macie for the account.
|
|
1892
1903
|
|
|
1893
|
-
Valid values are: ``ENABLED`` , start or resume
|
|
1904
|
+
Valid values are: ``ENABLED`` , start or resume Macie activities for the account; and, ``PAUSED`` , suspend Macie activities for the account.
|
|
1894
1905
|
|
|
1895
1906
|
:default: - "ENABLED"
|
|
1896
1907
|
|
aws_cdk/aws_memorydb/__init__.py
CHANGED
|
@@ -357,9 +357,11 @@ class CfnCluster(
|
|
|
357
357
|
engine="engine",
|
|
358
358
|
engine_version="engineVersion",
|
|
359
359
|
final_snapshot_name="finalSnapshotName",
|
|
360
|
+
ip_discovery="ipDiscovery",
|
|
360
361
|
kms_key_id="kmsKeyId",
|
|
361
362
|
maintenance_window="maintenanceWindow",
|
|
362
363
|
multi_region_cluster_name="multiRegionClusterName",
|
|
364
|
+
network_type="networkType",
|
|
363
365
|
num_replicas_per_shard=123,
|
|
364
366
|
num_shards=123,
|
|
365
367
|
parameter_group_name="parameterGroupName",
|
|
@@ -395,9 +397,11 @@ class CfnCluster(
|
|
|
395
397
|
engine: typing.Optional[builtins.str] = None,
|
|
396
398
|
engine_version: typing.Optional[builtins.str] = None,
|
|
397
399
|
final_snapshot_name: typing.Optional[builtins.str] = None,
|
|
400
|
+
ip_discovery: typing.Optional[builtins.str] = None,
|
|
398
401
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
399
402
|
maintenance_window: typing.Optional[builtins.str] = None,
|
|
400
403
|
multi_region_cluster_name: typing.Optional[builtins.str] = None,
|
|
404
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
401
405
|
num_replicas_per_shard: typing.Optional[jsii.Number] = None,
|
|
402
406
|
num_shards: typing.Optional[jsii.Number] = None,
|
|
403
407
|
parameter_group_name: typing.Optional[builtins.str] = None,
|
|
@@ -426,9 +430,11 @@ class CfnCluster(
|
|
|
426
430
|
:param engine: The name of the engine used by the cluster.
|
|
427
431
|
:param engine_version: The Redis engine version used by the cluster .
|
|
428
432
|
:param final_snapshot_name: The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
|
|
433
|
+
:param ip_discovery:
|
|
429
434
|
:param kms_key_id: The ID of the KMS key used to encrypt the cluster .
|
|
430
435
|
:param maintenance_window: Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ``ddd:hh24:mi-ddd:hh24:mi`` (24H Clock UTC). The minimum maintenance window is a 60 minute period. *Pattern* : ``ddd:hh24:mi-ddd:hh24:mi``
|
|
431
436
|
:param multi_region_cluster_name: The name of the multi-Region cluster that this cluster belongs to.
|
|
437
|
+
:param network_type:
|
|
432
438
|
:param num_replicas_per_shard: The number of replicas to apply to each shard. *Default value* : ``1`` *Maximum value* : ``5``
|
|
433
439
|
:param num_shards: The number of shards in the cluster .
|
|
434
440
|
:param parameter_group_name: The name of the parameter group used by the cluster .
|
|
@@ -459,9 +465,11 @@ class CfnCluster(
|
|
|
459
465
|
engine=engine,
|
|
460
466
|
engine_version=engine_version,
|
|
461
467
|
final_snapshot_name=final_snapshot_name,
|
|
468
|
+
ip_discovery=ip_discovery,
|
|
462
469
|
kms_key_id=kms_key_id,
|
|
463
470
|
maintenance_window=maintenance_window,
|
|
464
471
|
multi_region_cluster_name=multi_region_cluster_name,
|
|
472
|
+
network_type=network_type,
|
|
465
473
|
num_replicas_per_shard=num_replicas_per_shard,
|
|
466
474
|
num_shards=num_shards,
|
|
467
475
|
parameter_group_name=parameter_group_name,
|
|
@@ -708,6 +716,18 @@ class CfnCluster(
|
|
|
708
716
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
709
717
|
jsii.set(self, "finalSnapshotName", value) # pyright: ignore[reportArgumentType]
|
|
710
718
|
|
|
719
|
+
@builtins.property
|
|
720
|
+
@jsii.member(jsii_name="ipDiscovery")
|
|
721
|
+
def ip_discovery(self) -> typing.Optional[builtins.str]:
|
|
722
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipDiscovery"))
|
|
723
|
+
|
|
724
|
+
@ip_discovery.setter
|
|
725
|
+
def ip_discovery(self, value: typing.Optional[builtins.str]) -> None:
|
|
726
|
+
if __debug__:
|
|
727
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c7cfe190131506c2eb0d44b2cd500ac93c644462cbe720c5364aa51f64eb3b6e)
|
|
728
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
729
|
+
jsii.set(self, "ipDiscovery", value) # pyright: ignore[reportArgumentType]
|
|
730
|
+
|
|
711
731
|
@builtins.property
|
|
712
732
|
@jsii.member(jsii_name="kmsKeyId")
|
|
713
733
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -747,6 +767,18 @@ class CfnCluster(
|
|
|
747
767
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
748
768
|
jsii.set(self, "multiRegionClusterName", value) # pyright: ignore[reportArgumentType]
|
|
749
769
|
|
|
770
|
+
@builtins.property
|
|
771
|
+
@jsii.member(jsii_name="networkType")
|
|
772
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
773
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
|
|
774
|
+
|
|
775
|
+
@network_type.setter
|
|
776
|
+
def network_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
777
|
+
if __debug__:
|
|
778
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7ff0ff8aa35bc788f502c8cd437846e864f84c835f5a297a9f09f0a938f2d437)
|
|
779
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
780
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
781
|
+
|
|
750
782
|
@builtins.property
|
|
751
783
|
@jsii.member(jsii_name="numReplicasPerShard")
|
|
752
784
|
def num_replicas_per_shard(self) -> typing.Optional[jsii.Number]:
|
|
@@ -1022,9 +1054,11 @@ class CfnCluster(
|
|
|
1022
1054
|
"engine": "engine",
|
|
1023
1055
|
"engine_version": "engineVersion",
|
|
1024
1056
|
"final_snapshot_name": "finalSnapshotName",
|
|
1057
|
+
"ip_discovery": "ipDiscovery",
|
|
1025
1058
|
"kms_key_id": "kmsKeyId",
|
|
1026
1059
|
"maintenance_window": "maintenanceWindow",
|
|
1027
1060
|
"multi_region_cluster_name": "multiRegionClusterName",
|
|
1061
|
+
"network_type": "networkType",
|
|
1028
1062
|
"num_replicas_per_shard": "numReplicasPerShard",
|
|
1029
1063
|
"num_shards": "numShards",
|
|
1030
1064
|
"parameter_group_name": "parameterGroupName",
|
|
@@ -1055,9 +1089,11 @@ class CfnClusterProps:
|
|
|
1055
1089
|
engine: typing.Optional[builtins.str] = None,
|
|
1056
1090
|
engine_version: typing.Optional[builtins.str] = None,
|
|
1057
1091
|
final_snapshot_name: typing.Optional[builtins.str] = None,
|
|
1092
|
+
ip_discovery: typing.Optional[builtins.str] = None,
|
|
1058
1093
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
1059
1094
|
maintenance_window: typing.Optional[builtins.str] = None,
|
|
1060
1095
|
multi_region_cluster_name: typing.Optional[builtins.str] = None,
|
|
1096
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
1061
1097
|
num_replicas_per_shard: typing.Optional[jsii.Number] = None,
|
|
1062
1098
|
num_shards: typing.Optional[jsii.Number] = None,
|
|
1063
1099
|
parameter_group_name: typing.Optional[builtins.str] = None,
|
|
@@ -1085,9 +1121,11 @@ class CfnClusterProps:
|
|
|
1085
1121
|
:param engine: The name of the engine used by the cluster.
|
|
1086
1122
|
:param engine_version: The Redis engine version used by the cluster .
|
|
1087
1123
|
:param final_snapshot_name: The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
|
|
1124
|
+
:param ip_discovery:
|
|
1088
1125
|
:param kms_key_id: The ID of the KMS key used to encrypt the cluster .
|
|
1089
1126
|
:param maintenance_window: Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ``ddd:hh24:mi-ddd:hh24:mi`` (24H Clock UTC). The minimum maintenance window is a 60 minute period. *Pattern* : ``ddd:hh24:mi-ddd:hh24:mi``
|
|
1090
1127
|
:param multi_region_cluster_name: The name of the multi-Region cluster that this cluster belongs to.
|
|
1128
|
+
:param network_type:
|
|
1091
1129
|
:param num_replicas_per_shard: The number of replicas to apply to each shard. *Default value* : ``1`` *Maximum value* : ``5``
|
|
1092
1130
|
:param num_shards: The number of shards in the cluster .
|
|
1093
1131
|
:param parameter_group_name: The name of the parameter group used by the cluster .
|
|
@@ -1128,9 +1166,11 @@ class CfnClusterProps:
|
|
|
1128
1166
|
engine="engine",
|
|
1129
1167
|
engine_version="engineVersion",
|
|
1130
1168
|
final_snapshot_name="finalSnapshotName",
|
|
1169
|
+
ip_discovery="ipDiscovery",
|
|
1131
1170
|
kms_key_id="kmsKeyId",
|
|
1132
1171
|
maintenance_window="maintenanceWindow",
|
|
1133
1172
|
multi_region_cluster_name="multiRegionClusterName",
|
|
1173
|
+
network_type="networkType",
|
|
1134
1174
|
num_replicas_per_shard=123,
|
|
1135
1175
|
num_shards=123,
|
|
1136
1176
|
parameter_group_name="parameterGroupName",
|
|
@@ -1162,9 +1202,11 @@ class CfnClusterProps:
|
|
|
1162
1202
|
check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
|
|
1163
1203
|
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
1164
1204
|
check_type(argname="argument final_snapshot_name", value=final_snapshot_name, expected_type=type_hints["final_snapshot_name"])
|
|
1205
|
+
check_type(argname="argument ip_discovery", value=ip_discovery, expected_type=type_hints["ip_discovery"])
|
|
1165
1206
|
check_type(argname="argument kms_key_id", value=kms_key_id, expected_type=type_hints["kms_key_id"])
|
|
1166
1207
|
check_type(argname="argument maintenance_window", value=maintenance_window, expected_type=type_hints["maintenance_window"])
|
|
1167
1208
|
check_type(argname="argument multi_region_cluster_name", value=multi_region_cluster_name, expected_type=type_hints["multi_region_cluster_name"])
|
|
1209
|
+
check_type(argname="argument network_type", value=network_type, expected_type=type_hints["network_type"])
|
|
1168
1210
|
check_type(argname="argument num_replicas_per_shard", value=num_replicas_per_shard, expected_type=type_hints["num_replicas_per_shard"])
|
|
1169
1211
|
check_type(argname="argument num_shards", value=num_shards, expected_type=type_hints["num_shards"])
|
|
1170
1212
|
check_type(argname="argument parameter_group_name", value=parameter_group_name, expected_type=type_hints["parameter_group_name"])
|
|
@@ -1198,12 +1240,16 @@ class CfnClusterProps:
|
|
|
1198
1240
|
self._values["engine_version"] = engine_version
|
|
1199
1241
|
if final_snapshot_name is not None:
|
|
1200
1242
|
self._values["final_snapshot_name"] = final_snapshot_name
|
|
1243
|
+
if ip_discovery is not None:
|
|
1244
|
+
self._values["ip_discovery"] = ip_discovery
|
|
1201
1245
|
if kms_key_id is not None:
|
|
1202
1246
|
self._values["kms_key_id"] = kms_key_id
|
|
1203
1247
|
if maintenance_window is not None:
|
|
1204
1248
|
self._values["maintenance_window"] = maintenance_window
|
|
1205
1249
|
if multi_region_cluster_name is not None:
|
|
1206
1250
|
self._values["multi_region_cluster_name"] = multi_region_cluster_name
|
|
1251
|
+
if network_type is not None:
|
|
1252
|
+
self._values["network_type"] = network_type
|
|
1207
1253
|
if num_replicas_per_shard is not None:
|
|
1208
1254
|
self._values["num_replicas_per_shard"] = num_replicas_per_shard
|
|
1209
1255
|
if num_shards is not None:
|
|
@@ -1334,6 +1380,14 @@ class CfnClusterProps:
|
|
|
1334
1380
|
result = self._values.get("final_snapshot_name")
|
|
1335
1381
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1336
1382
|
|
|
1383
|
+
@builtins.property
|
|
1384
|
+
def ip_discovery(self) -> typing.Optional[builtins.str]:
|
|
1385
|
+
'''
|
|
1386
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html#cfn-memorydb-cluster-ipdiscovery
|
|
1387
|
+
'''
|
|
1388
|
+
result = self._values.get("ip_discovery")
|
|
1389
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1390
|
+
|
|
1337
1391
|
@builtins.property
|
|
1338
1392
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
1339
1393
|
'''The ID of the KMS key used to encrypt the cluster .
|
|
@@ -1365,6 +1419,14 @@ class CfnClusterProps:
|
|
|
1365
1419
|
result = self._values.get("multi_region_cluster_name")
|
|
1366
1420
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1367
1421
|
|
|
1422
|
+
@builtins.property
|
|
1423
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1424
|
+
'''
|
|
1425
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html#cfn-memorydb-cluster-networktype
|
|
1426
|
+
'''
|
|
1427
|
+
result = self._values.get("network_type")
|
|
1428
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1429
|
+
|
|
1368
1430
|
@builtins.property
|
|
1369
1431
|
def num_replicas_per_shard(self) -> typing.Optional[jsii.Number]:
|
|
1370
1432
|
'''The number of replicas to apply to each shard.
|
|
@@ -2450,6 +2512,15 @@ class CfnSubnetGroup(
|
|
|
2450
2512
|
'''
|
|
2451
2513
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
2452
2514
|
|
|
2515
|
+
@builtins.property
|
|
2516
|
+
@jsii.member(jsii_name="attrSupportedNetworkTypes")
|
|
2517
|
+
def attr_supported_network_types(self) -> typing.List[builtins.str]:
|
|
2518
|
+
'''Supported network types would be a list of network types supported by subnet group and can be either [ipv4] or [ipv4, dual_stack] or [ipv6].
|
|
2519
|
+
|
|
2520
|
+
:cloudformationAttribute: SupportedNetworkTypes
|
|
2521
|
+
'''
|
|
2522
|
+
return typing.cast(typing.List[builtins.str], jsii.get(self, "attrSupportedNetworkTypes"))
|
|
2523
|
+
|
|
2453
2524
|
@builtins.property
|
|
2454
2525
|
@jsii.member(jsii_name="cfnProperties")
|
|
2455
2526
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -3083,9 +3154,11 @@ def _typecheckingstub__2be3fd9830386937ed856721b0282cb7c4bcfb48ca212a069ae310ef4
|
|
|
3083
3154
|
engine: typing.Optional[builtins.str] = None,
|
|
3084
3155
|
engine_version: typing.Optional[builtins.str] = None,
|
|
3085
3156
|
final_snapshot_name: typing.Optional[builtins.str] = None,
|
|
3157
|
+
ip_discovery: typing.Optional[builtins.str] = None,
|
|
3086
3158
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
3087
3159
|
maintenance_window: typing.Optional[builtins.str] = None,
|
|
3088
3160
|
multi_region_cluster_name: typing.Optional[builtins.str] = None,
|
|
3161
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
3089
3162
|
num_replicas_per_shard: typing.Optional[jsii.Number] = None,
|
|
3090
3163
|
num_shards: typing.Optional[jsii.Number] = None,
|
|
3091
3164
|
parameter_group_name: typing.Optional[builtins.str] = None,
|
|
@@ -3176,6 +3249,12 @@ def _typecheckingstub__301d4a99b6e66b0220c0a2c677e41494ec8f873a343c7550ef2a5a37c
|
|
|
3176
3249
|
"""Type checking stubs"""
|
|
3177
3250
|
pass
|
|
3178
3251
|
|
|
3252
|
+
def _typecheckingstub__c7cfe190131506c2eb0d44b2cd500ac93c644462cbe720c5364aa51f64eb3b6e(
|
|
3253
|
+
value: typing.Optional[builtins.str],
|
|
3254
|
+
) -> None:
|
|
3255
|
+
"""Type checking stubs"""
|
|
3256
|
+
pass
|
|
3257
|
+
|
|
3179
3258
|
def _typecheckingstub__59a09adc41454c2729b7ba3708a53bab49bfe2b1339006a09bcdd1059df89bb7(
|
|
3180
3259
|
value: typing.Optional[builtins.str],
|
|
3181
3260
|
) -> None:
|
|
@@ -3194,6 +3273,12 @@ def _typecheckingstub__5a714c813d8884d17d733f70558b9be80395f41104c444aa08355b144
|
|
|
3194
3273
|
"""Type checking stubs"""
|
|
3195
3274
|
pass
|
|
3196
3275
|
|
|
3276
|
+
def _typecheckingstub__7ff0ff8aa35bc788f502c8cd437846e864f84c835f5a297a9f09f0a938f2d437(
|
|
3277
|
+
value: typing.Optional[builtins.str],
|
|
3278
|
+
) -> None:
|
|
3279
|
+
"""Type checking stubs"""
|
|
3280
|
+
pass
|
|
3281
|
+
|
|
3197
3282
|
def _typecheckingstub__479de98a506cf9095cbe7cc894a5d9900271b75b5ba2f28140084d5f265184a7(
|
|
3198
3283
|
value: typing.Optional[jsii.Number],
|
|
3199
3284
|
) -> None:
|
|
@@ -3298,9 +3383,11 @@ def _typecheckingstub__1e34c4b7ef2f8328b2d19e6f768b6f44c55efea16824463c1ed0f3497
|
|
|
3298
3383
|
engine: typing.Optional[builtins.str] = None,
|
|
3299
3384
|
engine_version: typing.Optional[builtins.str] = None,
|
|
3300
3385
|
final_snapshot_name: typing.Optional[builtins.str] = None,
|
|
3386
|
+
ip_discovery: typing.Optional[builtins.str] = None,
|
|
3301
3387
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
3302
3388
|
maintenance_window: typing.Optional[builtins.str] = None,
|
|
3303
3389
|
multi_region_cluster_name: typing.Optional[builtins.str] = None,
|
|
3390
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
3304
3391
|
num_replicas_per_shard: typing.Optional[jsii.Number] = None,
|
|
3305
3392
|
num_shards: typing.Optional[jsii.Number] = None,
|
|
3306
3393
|
parameter_group_name: typing.Optional[builtins.str] = None,
|