aws-cdk-lib 2.171.1__py3-none-any.whl → 2.173.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 +528 -161
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.171.1.jsii.tgz → aws-cdk-lib@2.173.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +40 -40
- aws_cdk/aws_apigateway/__init__.py +1357 -120
- aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
- aws_cdk/aws_appsync/__init__.py +163 -139
- aws_cdk/aws_autoscaling/__init__.py +96 -30
- aws_cdk/aws_bedrock/__init__.py +80 -44
- aws_cdk/aws_chatbot/__init__.py +803 -2
- aws_cdk/aws_cleanrooms/__init__.py +4 -6
- aws_cdk/aws_cloudformation/__init__.py +240 -159
- aws_cdk/aws_cloudfront/__init__.py +15 -7
- aws_cdk/aws_cloudtrail/__init__.py +802 -13
- aws_cdk/aws_cloudwatch/__init__.py +51 -14
- aws_cdk/aws_codebuild/__init__.py +39 -0
- aws_cdk/aws_codepipeline/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +1032 -43
- aws_cdk/aws_config/__init__.py +13 -10
- aws_cdk/aws_connect/__init__.py +454 -23
- aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
- aws_cdk/aws_customerprofiles/__init__.py +3148 -0
- aws_cdk/aws_docdb/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +256 -0
- aws_cdk/aws_ec2/__init__.py +976 -27
- aws_cdk/aws_ecs/__init__.py +37 -20
- aws_cdk/aws_eks/__init__.py +771 -0
- aws_cdk/aws_elasticache/__init__.py +22 -22
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +441 -177
- aws_cdk/aws_events/__init__.py +550 -30
- aws_cdk/aws_fsx/__init__.py +134 -10
- aws_cdk/aws_imagebuilder/__init__.py +8 -8
- aws_cdk/aws_invoicing/__init__.py +651 -0
- aws_cdk/aws_iot/__init__.py +70 -26
- aws_cdk/aws_iotfleetwise/__init__.py +1033 -382
- aws_cdk/aws_iotsitewise/__init__.py +158 -0
- aws_cdk/aws_ivs/__init__.py +43 -31
- aws_cdk/aws_kendra/__init__.py +4 -0
- aws_cdk/aws_lakeformation/__init__.py +2 -1
- aws_cdk/aws_lambda/__init__.py +272 -164
- aws_cdk/aws_lambda_event_sources/__init__.py +2 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +11 -11
- aws_cdk/aws_logs/__init__.py +532 -0
- aws_cdk/aws_m2/__init__.py +289 -0
- aws_cdk/aws_mediaconnect/__init__.py +24 -14
- aws_cdk/aws_medialive/__init__.py +2359 -5
- aws_cdk/aws_mediapackage/__init__.py +3 -9
- aws_cdk/aws_mediapackagev2/__init__.py +19 -17
- aws_cdk/aws_memorydb/__init__.py +664 -4
- aws_cdk/aws_mwaa/__init__.py +6 -6
- aws_cdk/aws_opensearchserverless/__init__.py +249 -1
- aws_cdk/aws_pipes/__init__.py +14 -30
- aws_cdk/aws_qbusiness/__init__.py +2021 -67
- aws_cdk/aws_quicksight/__init__.py +8270 -10
- aws_cdk/aws_rbin/__init__.py +53 -34
- aws_cdk/aws_rds/__init__.py +170 -8
- aws_cdk/aws_resourcegroups/__init__.py +362 -4
- aws_cdk/aws_route53/__init__.py +1177 -10
- aws_cdk/aws_route53_targets/__init__.py +297 -91
- aws_cdk/aws_route53resolver/__init__.py +19 -8
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3express/__init__.py +421 -9
- aws_cdk/aws_sagemaker/__init__.py +905 -119
- aws_cdk/aws_secretsmanager/__init__.py +20 -6
- aws_cdk/aws_securityhub/__init__.py +64 -32
- aws_cdk/aws_servicediscovery/__init__.py +43 -0
- aws_cdk/aws_ses/__init__.py +188 -41
- aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
- aws_cdk/aws_synthetics/__init__.py +7 -5
- aws_cdk/aws_vpclattice/__init__.py +1479 -122
- aws_cdk/aws_wisdom/__init__.py +8509 -1502
- aws_cdk/aws_workspacesweb/__init__.py +1081 -0
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/RECORD +78 -77
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/top_level.txt +0 -0
|
@@ -178,9 +178,9 @@ class CfnCacheCluster(
|
|
|
178
178
|
:param cache_subnet_group_name: The name of the subnet group to be used for the cluster. Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC). .. epigraph:: If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see ``[AWS::ElastiCache::SubnetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html) .``
|
|
179
179
|
:param cluster_name: A name for the cache cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the cache cluster. For more information, see `Name Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . The name must contain 1 to 50 alphanumeric characters or hyphens. The name must start with a letter and cannot end with a hyphen or contain two consecutive hyphens.
|
|
180
180
|
:param engine_version: The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation. *Important:* You can upgrade to a newer engine version (see `Selecting a Cache Engine and Version <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement>`_ ), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.
|
|
181
|
-
:param ip_discovery: The network type you choose when modifying a cluster, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
181
|
+
:param ip_discovery: The network type you choose when modifying a cluster, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
182
182
|
:param log_delivery_configurations: Specifies the destination, format and type of the logs.
|
|
183
|
-
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
183
|
+
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
184
184
|
:param notification_topic_arn: The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. .. epigraph:: The Amazon SNS topic owner must be the same as the cluster owner.
|
|
185
185
|
:param port: The port number on which each of the cache nodes accepts connections.
|
|
186
186
|
:param preferred_availability_zone: The EC2 Availability Zone in which the cluster is created. All nodes belonging to this cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use ``PreferredAvailabilityZones`` . Default: System chosen Availability Zone.
|
|
@@ -1060,9 +1060,9 @@ class CfnCacheClusterProps:
|
|
|
1060
1060
|
:param cache_subnet_group_name: The name of the subnet group to be used for the cluster. Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC). .. epigraph:: If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see ``[AWS::ElastiCache::SubnetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-subnetgroup.html) .``
|
|
1061
1061
|
:param cluster_name: A name for the cache cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the cache cluster. For more information, see `Name Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . The name must contain 1 to 50 alphanumeric characters or hyphens. The name must start with a letter and cannot end with a hyphen or contain two consecutive hyphens.
|
|
1062
1062
|
:param engine_version: The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation. *Important:* You can upgrade to a newer engine version (see `Selecting a Cache Engine and Version <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement>`_ ), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.
|
|
1063
|
-
:param ip_discovery: The network type you choose when modifying a cluster, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
1063
|
+
:param ip_discovery: The network type you choose when modifying a cluster, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
1064
1064
|
:param log_delivery_configurations: Specifies the destination, format and type of the logs.
|
|
1065
|
-
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
1065
|
+
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
1066
1066
|
:param notification_topic_arn: The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. .. epigraph:: The Amazon SNS topic owner must be the same as the cluster owner.
|
|
1067
1067
|
:param port: The port number on which each of the cache nodes accepts connections.
|
|
1068
1068
|
:param preferred_availability_zone: The EC2 Availability Zone in which the cluster is created. All nodes belonging to this cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use ``PreferredAvailabilityZones`` . Default: System chosen Availability Zone.
|
|
@@ -1392,7 +1392,7 @@ class CfnCacheClusterProps:
|
|
|
1392
1392
|
def ip_discovery(self) -> typing.Optional[builtins.str]:
|
|
1393
1393
|
'''The network type you choose when modifying a cluster, either ``ipv4`` | ``ipv6`` .
|
|
1394
1394
|
|
|
1395
|
-
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
1395
|
+
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
1396
1396
|
|
|
1397
1397
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html#cfn-elasticache-cachecluster-ipdiscovery
|
|
1398
1398
|
'''
|
|
@@ -1414,7 +1414,7 @@ class CfnCacheClusterProps:
|
|
|
1414
1414
|
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1415
1415
|
'''Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` .
|
|
1416
1416
|
|
|
1417
|
-
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
1417
|
+
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
1418
1418
|
|
|
1419
1419
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html#cfn-elasticache-cachecluster-networktype
|
|
1420
1420
|
'''
|
|
@@ -2856,11 +2856,11 @@ class CfnReplicationGroup(
|
|
|
2856
2856
|
:param engine: The name of the cache engine to be used for the clusters in this replication group. The value must be set to ``valkey`` or ``redis`` . .. epigraph:: Upgrading an existing engine from redis to valkey is done through in-place migration, and requires a parameter group.
|
|
2857
2857
|
:param engine_version: The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the ``DescribeCacheEngineVersions`` operation. *Important:* You can upgrade to a newer engine version (see `Selecting a Cache Engine and Version <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement>`_ ) in the *ElastiCache User Guide* , but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.
|
|
2858
2858
|
:param global_replication_group_id: The name of the Global datastore.
|
|
2859
|
-
:param ip_discovery: The network type you choose when creating a replication group, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
2859
|
+
:param ip_discovery: The network type you choose when creating a replication group, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
2860
2860
|
:param kms_key_id: The ID of the KMS key used to encrypt the disk on the cluster.
|
|
2861
2861
|
:param log_delivery_configurations: Specifies the destination, format and type of the logs.
|
|
2862
2862
|
:param multi_az_enabled: A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see `Minimizing Downtime: Multi-AZ <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html>`_ .
|
|
2863
|
-
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
2863
|
+
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
2864
2864
|
:param node_group_configuration: ``NodeGroupConfiguration`` is a property of the ``AWS::ElastiCache::ReplicationGroup`` resource that configures an Amazon ElastiCache (ElastiCache) Valkey or Redis OSS cluster node group. If you set `UseOnlineResharding <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-useonlineresharding>`_ to ``true`` , you can update ``NodeGroupConfiguration`` without interruption. When ``UseOnlineResharding`` is set to ``false`` , or is not specified, updating ``NodeGroupConfiguration`` results in `replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ .
|
|
2865
2865
|
:param notification_topic_arn: The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. .. epigraph:: The Amazon SNS topic owner must be the same as the cluster owner.
|
|
2866
2866
|
:param num_cache_clusters: The number of clusters this replication group initially has. This parameter is not used if there is more than one node group (shard). You should use ``ReplicasPerNodeGroup`` instead. If ``AutomaticFailoverEnabled`` is ``true`` , the value of this parameter must be at least 2. If ``AutomaticFailoverEnabled`` is ``false`` you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6. The maximum permitted value for ``NumCacheClusters`` is 6 (1 primary plus 5 replicas).
|
|
@@ -4184,11 +4184,11 @@ class CfnReplicationGroupProps:
|
|
|
4184
4184
|
:param engine: The name of the cache engine to be used for the clusters in this replication group. The value must be set to ``valkey`` or ``redis`` . .. epigraph:: Upgrading an existing engine from redis to valkey is done through in-place migration, and requires a parameter group.
|
|
4185
4185
|
:param engine_version: The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the ``DescribeCacheEngineVersions`` operation. *Important:* You can upgrade to a newer engine version (see `Selecting a Cache Engine and Version <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement>`_ ) in the *ElastiCache User Guide* , but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.
|
|
4186
4186
|
:param global_replication_group_id: The name of the Global datastore.
|
|
4187
|
-
:param ip_discovery: The network type you choose when creating a replication group, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
4187
|
+
:param ip_discovery: The network type you choose when creating a replication group, either ``ipv4`` | ``ipv6`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
4188
4188
|
:param kms_key_id: The ID of the KMS key used to encrypt the disk on the cluster.
|
|
4189
4189
|
:param log_delivery_configurations: Specifies the destination, format and type of the logs.
|
|
4190
4190
|
:param multi_az_enabled: A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see `Minimizing Downtime: Multi-AZ <https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html>`_ .
|
|
4191
|
-
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
4191
|
+
:param network_type: Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` . IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
4192
4192
|
:param node_group_configuration: ``NodeGroupConfiguration`` is a property of the ``AWS::ElastiCache::ReplicationGroup`` resource that configures an Amazon ElastiCache (ElastiCache) Valkey or Redis OSS cluster node group. If you set `UseOnlineResharding <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-useonlineresharding>`_ to ``true`` , you can update ``NodeGroupConfiguration`` without interruption. When ``UseOnlineResharding`` is set to ``false`` , or is not specified, updating ``NodeGroupConfiguration`` results in `replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ .
|
|
4193
4193
|
:param notification_topic_arn: The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. .. epigraph:: The Amazon SNS topic owner must be the same as the cluster owner.
|
|
4194
4194
|
:param num_cache_clusters: The number of clusters this replication group initially has. This parameter is not used if there is more than one node group (shard). You should use ``ReplicasPerNodeGroup`` instead. If ``AutomaticFailoverEnabled`` is ``true`` , the value of this parameter must be at least 2. If ``AutomaticFailoverEnabled`` is ``false`` you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6. The maximum permitted value for ``NumCacheClusters`` is 6 (1 primary plus 5 replicas).
|
|
@@ -4646,7 +4646,7 @@ class CfnReplicationGroupProps:
|
|
|
4646
4646
|
def ip_discovery(self) -> typing.Optional[builtins.str]:
|
|
4647
4647
|
'''The network type you choose when creating a replication group, either ``ipv4`` | ``ipv6`` .
|
|
4648
4648
|
|
|
4649
|
-
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
4649
|
+
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
4650
4650
|
|
|
4651
4651
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-ipdiscovery
|
|
4652
4652
|
'''
|
|
@@ -4690,7 +4690,7 @@ class CfnReplicationGroupProps:
|
|
|
4690
4690
|
def network_type(self) -> typing.Optional[builtins.str]:
|
|
4691
4691
|
'''Must be either ``ipv4`` | ``ipv6`` | ``dual_stack`` .
|
|
4692
4692
|
|
|
4693
|
-
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
|
4693
|
+
IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the `Nitro system <https://docs.aws.amazon.com/ec2/nitro/>`_ .
|
|
4694
4694
|
|
|
4695
4695
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-networktype
|
|
4696
4696
|
'''
|
|
@@ -5528,7 +5528,7 @@ class CfnServerlessCache(
|
|
|
5528
5528
|
:param engine: The engine the serverless cache is compatible with.
|
|
5529
5529
|
:param serverless_cache_name: The unique identifier of the serverless cache.
|
|
5530
5530
|
:param cache_usage_limits: The cache usage limit for the serverless cache.
|
|
5531
|
-
:param daily_snapshot_time: The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS
|
|
5531
|
+
:param daily_snapshot_time: The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
5532
5532
|
:param description: A description of the serverless cache.
|
|
5533
5533
|
:param endpoint: Represents the information required for client programs to connect to a cache node. This value is read-only.
|
|
5534
5534
|
:param final_snapshot_name: The name of the final snapshot taken of a cache before the cache is deleted.
|
|
@@ -5537,7 +5537,7 @@ class CfnServerlessCache(
|
|
|
5537
5537
|
:param reader_endpoint: Represents the information required for client programs to connect to a cache node. This value is read-only.
|
|
5538
5538
|
:param security_group_ids: The IDs of the EC2 security groups associated with the serverless cache.
|
|
5539
5539
|
:param snapshot_arns_to_restore: The ARN of the snapshot from which to restore data into the new cache.
|
|
5540
|
-
:param snapshot_retention_limit: The current setting for the number of serverless cache snapshots the system will retain. Available for Valkey, Redis OSS
|
|
5540
|
+
:param snapshot_retention_limit: The current setting for the number of serverless cache snapshots the system will retain. Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
5541
5541
|
:param subnet_ids: If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.
|
|
5542
5542
|
:param tags: A list of tags to be added to this resource.
|
|
5543
5543
|
:param user_group_id: The identifier of the user group associated with the serverless cache. Available for Valkey and Redis OSS only. Default is NULL.
|
|
@@ -6276,7 +6276,7 @@ class CfnServerlessCacheProps:
|
|
|
6276
6276
|
:param engine: The engine the serverless cache is compatible with.
|
|
6277
6277
|
:param serverless_cache_name: The unique identifier of the serverless cache.
|
|
6278
6278
|
:param cache_usage_limits: The cache usage limit for the serverless cache.
|
|
6279
|
-
:param daily_snapshot_time: The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS
|
|
6279
|
+
:param daily_snapshot_time: The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
6280
6280
|
:param description: A description of the serverless cache.
|
|
6281
6281
|
:param endpoint: Represents the information required for client programs to connect to a cache node. This value is read-only.
|
|
6282
6282
|
:param final_snapshot_name: The name of the final snapshot taken of a cache before the cache is deleted.
|
|
@@ -6285,7 +6285,7 @@ class CfnServerlessCacheProps:
|
|
|
6285
6285
|
:param reader_endpoint: Represents the information required for client programs to connect to a cache node. This value is read-only.
|
|
6286
6286
|
:param security_group_ids: The IDs of the EC2 security groups associated with the serverless cache.
|
|
6287
6287
|
:param snapshot_arns_to_restore: The ARN of the snapshot from which to restore data into the new cache.
|
|
6288
|
-
:param snapshot_retention_limit: The current setting for the number of serverless cache snapshots the system will retain. Available for Valkey, Redis OSS
|
|
6288
|
+
:param snapshot_retention_limit: The current setting for the number of serverless cache snapshots the system will retain. Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
6289
6289
|
:param subnet_ids: If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.
|
|
6290
6290
|
:param tags: A list of tags to be added to this resource.
|
|
6291
6291
|
:param user_group_id: The identifier of the user group associated with the serverless cache. Available for Valkey and Redis OSS only. Default is NULL.
|
|
@@ -6427,7 +6427,7 @@ class CfnServerlessCacheProps:
|
|
|
6427
6427
|
def daily_snapshot_time(self) -> typing.Optional[builtins.str]:
|
|
6428
6428
|
'''The daily time that a cache snapshot will be created.
|
|
6429
6429
|
|
|
6430
|
-
Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS
|
|
6430
|
+
Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
6431
6431
|
|
|
6432
6432
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-serverlesscache.html#cfn-elasticache-serverlesscache-dailysnapshottime
|
|
6433
6433
|
'''
|
|
@@ -6518,7 +6518,7 @@ class CfnServerlessCacheProps:
|
|
|
6518
6518
|
def snapshot_retention_limit(self) -> typing.Optional[jsii.Number]:
|
|
6519
6519
|
'''The current setting for the number of serverless cache snapshots the system will retain.
|
|
6520
6520
|
|
|
6521
|
-
Available for Valkey, Redis OSS
|
|
6521
|
+
Available for Valkey, Redis OSS and Serverless Memcached only.
|
|
6522
6522
|
|
|
6523
6523
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-serverlesscache.html#cfn-elasticache-serverlesscache-snapshotretentionlimit
|
|
6524
6524
|
'''
|
|
@@ -6901,7 +6901,7 @@ class CfnUser(
|
|
|
6901
6901
|
'''
|
|
6902
6902
|
:param scope: Scope in which this resource is defined.
|
|
6903
6903
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6904
|
-
:param engine: The current supported
|
|
6904
|
+
:param engine: The current supported values are valkey and redis.
|
|
6905
6905
|
:param user_id: The ID of the user.
|
|
6906
6906
|
:param user_name: The username of the user.
|
|
6907
6907
|
:param access_string: Access permissions string used for this user.
|
|
@@ -6991,7 +6991,7 @@ class CfnUser(
|
|
|
6991
6991
|
@builtins.property
|
|
6992
6992
|
@jsii.member(jsii_name="engine")
|
|
6993
6993
|
def engine(self) -> builtins.str:
|
|
6994
|
-
'''The current supported
|
|
6994
|
+
'''The current supported values are valkey and redis.'''
|
|
6995
6995
|
return typing.cast(builtins.str, jsii.get(self, "engine"))
|
|
6996
6996
|
|
|
6997
6997
|
@engine.setter
|
|
@@ -7492,7 +7492,7 @@ class CfnUserProps:
|
|
|
7492
7492
|
) -> None:
|
|
7493
7493
|
'''Properties for defining a ``CfnUser``.
|
|
7494
7494
|
|
|
7495
|
-
:param engine: The current supported
|
|
7495
|
+
:param engine: The current supported values are valkey and redis.
|
|
7496
7496
|
:param user_id: The ID of the user.
|
|
7497
7497
|
:param user_name: The username of the user.
|
|
7498
7498
|
:param access_string: Access permissions string used for this user.
|
|
@@ -7556,7 +7556,7 @@ class CfnUserProps:
|
|
|
7556
7556
|
|
|
7557
7557
|
@builtins.property
|
|
7558
7558
|
def engine(self) -> builtins.str:
|
|
7559
|
-
'''The current supported
|
|
7559
|
+
'''The current supported values are valkey and redis.
|
|
7560
7560
|
|
|
7561
7561
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-user.html#cfn-elasticache-user-engine
|
|
7562
7562
|
'''
|