aws-cdk-lib 2.91.0__py3-none-any.whl → 2.92.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.

Files changed (32) hide show
  1. aws_cdk/_jsii/__init__.py +2 -2
  2. aws_cdk/_jsii/{aws-cdk-lib@2.91.0.jsii.tgz → aws-cdk-lib@2.92.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_appstream/__init__.py +29 -21
  4. aws_cdk/aws_batch/__init__.py +22 -10
  5. aws_cdk/aws_billingconductor/__init__.py +14 -11
  6. aws_cdk/aws_cloudwatch/__init__.py +3 -3
  7. aws_cdk/aws_dms/__init__.py +117 -58
  8. aws_cdk/aws_ec2/__init__.py +12 -14
  9. aws_cdk/aws_ecs/__init__.py +24 -12
  10. aws_cdk/aws_evidently/__init__.py +3 -3
  11. aws_cdk/aws_fsx/__init__.py +6 -5
  12. aws_cdk/aws_guardduty/__init__.py +60 -17
  13. aws_cdk/aws_iam/__init__.py +6 -8
  14. aws_cdk/aws_internetmonitor/__init__.py +43 -20
  15. aws_cdk/aws_kms/__init__.py +95 -47
  16. aws_cdk/aws_mwaa/__init__.py +13 -8
  17. aws_cdk/aws_neptune/__init__.py +5 -2
  18. aws_cdk/aws_omics/__init__.py +5 -3
  19. aws_cdk/aws_opensearchservice/__init__.py +247 -14
  20. aws_cdk/aws_organizations/__init__.py +17 -17
  21. aws_cdk/aws_route53/__init__.py +3 -1
  22. aws_cdk/aws_sns/__init__.py +8 -8
  23. aws_cdk/aws_sqs/__init__.py +13 -9
  24. aws_cdk/aws_transfer/__init__.py +40 -12
  25. aws_cdk/aws_vpclattice/__init__.py +10 -6
  26. aws_cdk/aws_wafv2/__init__.py +118 -84
  27. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/METADATA +3 -3
  28. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/RECORD +32 -32
  29. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/LICENSE +0 -0
  30. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/NOTICE +0 -0
  31. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/WHEEL +0 -0
  32. {aws_cdk_lib-2.91.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/top_level.txt +0 -0
@@ -4217,7 +4217,7 @@ class CfnEndpoint(
4217
4217
  :param heartbeat_enable: The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps ``restart_lsn`` moving and prevents storage full scenarios.
4218
4218
  :param heartbeat_frequency: Sets the WAL heartbeat frequency (in minutes).
4219
4219
  :param heartbeat_schema: Sets the schema in which the heartbeat artifacts are created.
4220
- :param map_boolean_as_boolean:
4220
+ :param map_boolean_as_boolean: When true, lets PostgreSQL migrate the boolean type as boolean. By default, PostgreSQL migrates booleans as ``varchar(5)`` . You must set this setting on both the source and target endpoints for it to take effect.
4221
4221
  :param max_file_size: Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL. Example: ``maxFileSize=512``
4222
4222
  :param plugin_name: Specifies the plugin to use to create a replication slot.
4223
4223
  :param secrets_manager_access_role_arn: The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in ``SecretsManagerSecret`` . The role must allow the ``iam:PassRole`` action. ``SecretsManagerSecret`` has the value of the AWS Secrets Manager secret that allows access to the PostgreSQL endpoint. .. epigraph:: You can specify one of two sets of values for these permissions. You can specify the values for this setting and ``SecretsManagerSecretId`` . Or you can specify clear-text values for ``UserName`` , ``Password`` , ``ServerName`` , and ``Port`` . You can't specify both. For more information on creating this ``SecretsManagerSecret`` , the corresponding ``SecretsManagerAccessRoleArn`` , and the ``SecretsManagerSecretId`` that is required to access it, see `Using secrets to access AWS Database Migration Service resources <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager>`_ in the *AWS Database Migration Service User Guide* .
@@ -4392,7 +4392,10 @@ class CfnEndpoint(
4392
4392
  def map_boolean_as_boolean(
4393
4393
  self,
4394
4394
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
4395
- '''
4395
+ '''When true, lets PostgreSQL migrate the boolean type as boolean.
4396
+
4397
+ By default, PostgreSQL migrates booleans as ``varchar(5)`` . You must set this setting on both the source and target endpoints for it to take effect.
4398
+
4396
4399
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-postgresqlsettings.html#cfn-dms-endpoint-postgresqlsettings-mapbooleanasboolean
4397
4400
  '''
4398
4401
  result = self._values.get("map_boolean_as_boolean")
@@ -4708,7 +4711,7 @@ class CfnEndpoint(
4708
4711
  :param explicit_ids: This setting is only valid for a full-load migration task. Set ``ExplicitIds`` to ``true`` to have tables with ``IDENTITY`` columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is ``false`` .
4709
4712
  :param file_transfer_upload_streams: The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10. The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see `Multipart upload overview <https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html>`_ . ``FileTransferUploadStreams`` accepts a value from 1 through 64. It defaults to 10.
4710
4713
  :param load_timeout: The amount of time to wait (in milliseconds) before timing out of operations performed by AWS DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.
4711
- :param map_boolean_as_boolean:
4714
+ :param map_boolean_as_boolean: When true, lets Redshift migrate the boolean type as boolean. By default, Redshift migrates booleans as ``varchar(1)`` . You must set this setting on both the source and target endpoints for it to take effect.
4712
4715
  :param max_file_size: The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).
4713
4716
  :param remove_quotes: A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose ``true`` to remove quotation marks. The default is ``false`` .
4714
4717
  :param replace_chars: A value that specifies to replaces the invalid characters specified in ``ReplaceInvalidChars`` , substituting the specified characters instead. The default is ``"?"`` .
@@ -5008,7 +5011,10 @@ class CfnEndpoint(
5008
5011
  def map_boolean_as_boolean(
5009
5012
  self,
5010
5013
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5011
- '''
5014
+ '''When true, lets Redshift migrate the boolean type as boolean.
5015
+
5016
+ By default, Redshift migrates booleans as ``varchar(1)`` . You must set this setting on both the source and target endpoints for it to take effect.
5017
+
5012
5018
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-redshiftsettings.html#cfn-dms-endpoint-redshiftsettings-mapbooleanasboolean
5013
5019
  '''
5014
5020
  result = self._values.get("map_boolean_as_boolean")
@@ -7423,17 +7429,17 @@ class CfnReplicationConfig(
7423
7429
  '''
7424
7430
  :param scope: Scope in which this resource is defined.
7425
7431
  :param id: Construct identifier for this resource (unique in its scope).
7426
- :param compute_config: Configuration parameters for provisioning a AWS DMS Serverless replication.
7427
- :param replication_config_arn:
7428
- :param replication_config_identifier: A unique identifier of replication configuration.
7429
- :param replication_settings: JSON settings for Servereless replications that are provisioned using this replication configuration.
7430
- :param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration.
7431
- :param resource_identifier: A unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.
7432
+ :param compute_config: Configuration parameters for provisioning an AWS DMS Serverless replication.
7433
+ :param replication_config_arn: The Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration.
7434
+ :param replication_config_identifier: A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action. You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
7435
+ :param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
7436
+ :param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values: - ``"full-load"`` - ``"cdc"`` - ``"full-load-and-cdc"``
7437
+ :param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
7432
7438
  :param source_endpoint_arn: The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
7433
- :param supplemental_settings: JSON settings for specifying supplemental data.
7434
- :param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.
7435
- :param tags:
7436
- :param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS Serverless replication configuration.
7439
+ :param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
7440
+ :param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
7441
+ :param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
7442
+ :param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
7437
7443
  '''
7438
7444
  if __debug__:
7439
7445
  type_hints = typing.get_type_hints(_typecheckingstub__94680f790d4726b7c801a80c1413457134b08ba7f03ece13365f54d8fea28dbb)
@@ -7504,7 +7510,7 @@ class CfnReplicationConfig(
7504
7510
  def compute_config(
7505
7511
  self,
7506
7512
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicationConfig.ComputeConfigProperty"]]:
7507
- '''Configuration parameters for provisioning a AWS DMS Serverless replication.'''
7513
+ '''Configuration parameters for provisioning an AWS DMS Serverless replication.'''
7508
7514
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReplicationConfig.ComputeConfigProperty"]], jsii.get(self, "computeConfig"))
7509
7515
 
7510
7516
  @compute_config.setter
@@ -7520,6 +7526,7 @@ class CfnReplicationConfig(
7520
7526
  @builtins.property
7521
7527
  @jsii.member(jsii_name="replicationConfigArn")
7522
7528
  def replication_config_arn(self) -> typing.Optional[builtins.str]:
7529
+ '''The Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration.'''
7523
7530
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "replicationConfigArn"))
7524
7531
 
7525
7532
  @replication_config_arn.setter
@@ -7532,7 +7539,7 @@ class CfnReplicationConfig(
7532
7539
  @builtins.property
7533
7540
  @jsii.member(jsii_name="replicationConfigIdentifier")
7534
7541
  def replication_config_identifier(self) -> typing.Optional[builtins.str]:
7535
- '''A unique identifier of replication configuration.'''
7542
+ '''A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action.'''
7536
7543
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "replicationConfigIdentifier"))
7537
7544
 
7538
7545
  @replication_config_identifier.setter
@@ -7548,7 +7555,7 @@ class CfnReplicationConfig(
7548
7555
  @builtins.property
7549
7556
  @jsii.member(jsii_name="replicationSettings")
7550
7557
  def replication_settings(self) -> typing.Any:
7551
- '''JSON settings for Servereless replications that are provisioned using this replication configuration.'''
7558
+ '''Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.'''
7552
7559
  return typing.cast(typing.Any, jsii.get(self, "replicationSettings"))
7553
7560
 
7554
7561
  @replication_settings.setter
@@ -7574,7 +7581,7 @@ class CfnReplicationConfig(
7574
7581
  @builtins.property
7575
7582
  @jsii.member(jsii_name="resourceIdentifier")
7576
7583
  def resource_identifier(self) -> typing.Optional[builtins.str]:
7577
- '''A unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.'''
7584
+ '''Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.'''
7578
7585
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceIdentifier"))
7579
7586
 
7580
7587
  @resource_identifier.setter
@@ -7600,7 +7607,7 @@ class CfnReplicationConfig(
7600
7607
  @builtins.property
7601
7608
  @jsii.member(jsii_name="supplementalSettings")
7602
7609
  def supplemental_settings(self) -> typing.Any:
7603
- '''JSON settings for specifying supplemental data.'''
7610
+ '''Optional JSON settings for specifying supplemental data.'''
7604
7611
  return typing.cast(typing.Any, jsii.get(self, "supplementalSettings"))
7605
7612
 
7606
7613
  @supplemental_settings.setter
@@ -7626,6 +7633,7 @@ class CfnReplicationConfig(
7626
7633
  @builtins.property
7627
7634
  @jsii.member(jsii_name="tags")
7628
7635
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
7636
+ '''One or more optional tags associated with resources used by the AWS DMS Serverless replication.'''
7629
7637
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
7630
7638
 
7631
7639
  @tags.setter
@@ -7638,7 +7646,7 @@ class CfnReplicationConfig(
7638
7646
  @builtins.property
7639
7647
  @jsii.member(jsii_name="targetEndpointArn")
7640
7648
  def target_endpoint_arn(self) -> typing.Optional[builtins.str]:
7641
- '''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS Serverless replication configuration.'''
7649
+ '''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.'''
7642
7650
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "targetEndpointArn"))
7643
7651
 
7644
7652
  @target_endpoint_arn.setter
@@ -7677,17 +7685,17 @@ class CfnReplicationConfig(
7677
7685
  replication_subnet_group_id: typing.Optional[builtins.str] = None,
7678
7686
  vpc_security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7679
7687
  ) -> None:
7680
- '''Configuration parameters for provisioning a AWS DMS Serverless replication.
7681
-
7682
- :param max_capacity_units:
7683
- :param availability_zone:
7684
- :param dns_name_servers:
7685
- :param kms_key_id:
7686
- :param min_capacity_units:
7687
- :param multi_az:
7688
- :param preferred_maintenance_window:
7689
- :param replication_subnet_group_id:
7690
- :param vpc_security_group_ids:
7688
+ '''Configuration parameters for provisioning an AWS DMS Serverless replication.
7689
+
7690
+ :param max_capacity_units: Specifies the maximum value of the AWS DMS capacity units (DCUs) for which a given AWS DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value that you can specify for AWS DMS Serverless is 384. The ``MaxCapacityUnits`` parameter is the only DCU parameter you are required to specify.
7691
+ :param availability_zone: The Availability Zone where the AWS DMS Serverless replication using this configuration will run. The default value is a random, system-chosen Availability Zone in the configuration's AWS Region , for example, ``"us-west-2"`` . You can't set this parameter if the ``MultiAZ`` parameter is set to ``true`` .
7692
+ :param dns_name_servers: A list of custom DNS name servers supported for the AWS DMS Serverless replication to access your source or target database. This list overrides the default name servers supported by the AWS DMS Serverless replication. You can specify a comma-separated list of internet addresses for up to four DNS name servers. For example: ``"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"``
7693
+ :param kms_key_id: An AWS Key Management Service ( AWS KMS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication. If you don't specify a value for the ``KmsKeyId`` parameter, AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
7694
+ :param min_capacity_units: Specifies the minimum value of the AWS DMS capacity units (DCUs) for which a given AWS DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU value that you can specify for AWS DMS Serverless is 1. You don't have to specify a value for the ``MinCapacityUnits`` parameter. If you don't set this value, AWS DMS scans the current activity of available source tables to identify an optimum setting for this parameter. If there is no current source activity or AWS DMS can't otherwise identify a more appropriate value, it sets this parameter to the minimum DCU value allowed, 1.
7695
+ :param multi_az: Specifies whether the AWS DMS Serverless replication is a Multi-AZ deployment. You can't set the ``AvailabilityZone`` parameter if the ``MultiAZ`` parameter is set to ``true`` .
7696
+ :param preferred_maintenance_window: The weekly time range during which system maintenance can occur for the AWS DMS Serverless replication, in Universal Coordinated Time (UTC). The format is ``ddd:hh24:mi-ddd:hh24:mi`` . The default is a 30-minute window selected at random from an 8-hour block of time per AWS Region . This maintenance occurs on a random day of the week. Valid values for days of the week include ``Mon`` , ``Tue`` , ``Wed`` , ``Thu`` , ``Fri`` , ``Sat`` , and ``Sun`` . Constraints include a minimum 30-minute window.
7697
+ :param replication_subnet_group_id: Specifies a subnet group identifier to associate with the AWS DMS Serverless replication.
7698
+ :param vpc_security_group_ids: Specifies the virtual private cloud (VPC) security group to use with the AWS DMS Serverless replication. The VPC security group must work with the VPC containing the replication.
7691
7699
 
7692
7700
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html
7693
7701
  :exampleMetadata: fixture=_generated
@@ -7745,7 +7753,10 @@ class CfnReplicationConfig(
7745
7753
 
7746
7754
  @builtins.property
7747
7755
  def max_capacity_units(self) -> jsii.Number:
7748
- '''
7756
+ '''Specifies the maximum value of the AWS DMS capacity units (DCUs) for which a given AWS DMS Serverless replication can be provisioned.
7757
+
7758
+ A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value that you can specify for AWS DMS Serverless is 384. The ``MaxCapacityUnits`` parameter is the only DCU parameter you are required to specify.
7759
+
7749
7760
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-maxcapacityunits
7750
7761
  '''
7751
7762
  result = self._values.get("max_capacity_units")
@@ -7754,7 +7765,10 @@ class CfnReplicationConfig(
7754
7765
 
7755
7766
  @builtins.property
7756
7767
  def availability_zone(self) -> typing.Optional[builtins.str]:
7757
- '''
7768
+ '''The Availability Zone where the AWS DMS Serverless replication using this configuration will run.
7769
+
7770
+ The default value is a random, system-chosen Availability Zone in the configuration's AWS Region , for example, ``"us-west-2"`` . You can't set this parameter if the ``MultiAZ`` parameter is set to ``true`` .
7771
+
7758
7772
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-availabilityzone
7759
7773
  '''
7760
7774
  result = self._values.get("availability_zone")
@@ -7762,7 +7776,10 @@ class CfnReplicationConfig(
7762
7776
 
7763
7777
  @builtins.property
7764
7778
  def dns_name_servers(self) -> typing.Optional[builtins.str]:
7765
- '''
7779
+ '''A list of custom DNS name servers supported for the AWS DMS Serverless replication to access your source or target database.
7780
+
7781
+ This list overrides the default name servers supported by the AWS DMS Serverless replication. You can specify a comma-separated list of internet addresses for up to four DNS name servers. For example: ``"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"``
7782
+
7766
7783
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-dnsnameservers
7767
7784
  '''
7768
7785
  result = self._values.get("dns_name_servers")
@@ -7770,7 +7787,12 @@ class CfnReplicationConfig(
7770
7787
 
7771
7788
  @builtins.property
7772
7789
  def kms_key_id(self) -> typing.Optional[builtins.str]:
7773
- '''
7790
+ '''An AWS Key Management Service ( AWS KMS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication.
7791
+
7792
+ If you don't specify a value for the ``KmsKeyId`` parameter, AWS DMS uses your default encryption key.
7793
+
7794
+ AWS KMS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
7795
+
7774
7796
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-kmskeyid
7775
7797
  '''
7776
7798
  result = self._values.get("kms_key_id")
@@ -7778,7 +7800,10 @@ class CfnReplicationConfig(
7778
7800
 
7779
7801
  @builtins.property
7780
7802
  def min_capacity_units(self) -> typing.Optional[jsii.Number]:
7781
- '''
7803
+ '''Specifies the minimum value of the AWS DMS capacity units (DCUs) for which a given AWS DMS Serverless replication can be provisioned.
7804
+
7805
+ A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU value that you can specify for AWS DMS Serverless is 1. You don't have to specify a value for the ``MinCapacityUnits`` parameter. If you don't set this value, AWS DMS scans the current activity of available source tables to identify an optimum setting for this parameter. If there is no current source activity or AWS DMS can't otherwise identify a more appropriate value, it sets this parameter to the minimum DCU value allowed, 1.
7806
+
7782
7807
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-mincapacityunits
7783
7808
  '''
7784
7809
  result = self._values.get("min_capacity_units")
@@ -7788,7 +7813,10 @@ class CfnReplicationConfig(
7788
7813
  def multi_az(
7789
7814
  self,
7790
7815
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
7791
- '''
7816
+ '''Specifies whether the AWS DMS Serverless replication is a Multi-AZ deployment.
7817
+
7818
+ You can't set the ``AvailabilityZone`` parameter if the ``MultiAZ`` parameter is set to ``true`` .
7819
+
7792
7820
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-multiaz
7793
7821
  '''
7794
7822
  result = self._values.get("multi_az")
@@ -7796,7 +7824,14 @@ class CfnReplicationConfig(
7796
7824
 
7797
7825
  @builtins.property
7798
7826
  def preferred_maintenance_window(self) -> typing.Optional[builtins.str]:
7799
- '''
7827
+ '''The weekly time range during which system maintenance can occur for the AWS DMS Serverless replication, in Universal Coordinated Time (UTC).
7828
+
7829
+ The format is ``ddd:hh24:mi-ddd:hh24:mi`` .
7830
+
7831
+ The default is a 30-minute window selected at random from an 8-hour block of time per AWS Region . This maintenance occurs on a random day of the week. Valid values for days of the week include ``Mon`` , ``Tue`` , ``Wed`` , ``Thu`` , ``Fri`` , ``Sat`` , and ``Sun`` .
7832
+
7833
+ Constraints include a minimum 30-minute window.
7834
+
7800
7835
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-preferredmaintenancewindow
7801
7836
  '''
7802
7837
  result = self._values.get("preferred_maintenance_window")
@@ -7804,7 +7839,8 @@ class CfnReplicationConfig(
7804
7839
 
7805
7840
  @builtins.property
7806
7841
  def replication_subnet_group_id(self) -> typing.Optional[builtins.str]:
7807
- '''
7842
+ '''Specifies a subnet group identifier to associate with the AWS DMS Serverless replication.
7843
+
7808
7844
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-replicationsubnetgroupid
7809
7845
  '''
7810
7846
  result = self._values.get("replication_subnet_group_id")
@@ -7812,7 +7848,10 @@ class CfnReplicationConfig(
7812
7848
 
7813
7849
  @builtins.property
7814
7850
  def vpc_security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
7815
- '''
7851
+ '''Specifies the virtual private cloud (VPC) security group to use with the AWS DMS Serverless replication.
7852
+
7853
+ The VPC security group must work with the VPC containing the replication.
7854
+
7816
7855
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html#cfn-dms-replicationconfig-computeconfig-vpcsecuritygroupids
7817
7856
  '''
7818
7857
  result = self._values.get("vpc_security_group_ids")
@@ -7865,17 +7904,17 @@ class CfnReplicationConfigProps:
7865
7904
  ) -> None:
7866
7905
  '''Properties for defining a ``CfnReplicationConfig``.
7867
7906
 
7868
- :param compute_config: Configuration parameters for provisioning a AWS DMS Serverless replication.
7869
- :param replication_config_arn:
7870
- :param replication_config_identifier: A unique identifier of replication configuration.
7871
- :param replication_settings: JSON settings for Servereless replications that are provisioned using this replication configuration.
7872
- :param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration.
7873
- :param resource_identifier: A unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.
7907
+ :param compute_config: Configuration parameters for provisioning an AWS DMS Serverless replication.
7908
+ :param replication_config_arn: The Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration.
7909
+ :param replication_config_identifier: A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action. You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
7910
+ :param replication_settings: Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
7911
+ :param replication_type: The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values: - ``"full-load"`` - ``"cdc"`` - ``"full-load-and-cdc"``
7912
+ :param resource_identifier: Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
7874
7913
  :param source_endpoint_arn: The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.
7875
- :param supplemental_settings: JSON settings for specifying supplemental data.
7876
- :param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.
7877
- :param tags:
7878
- :param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS Serverless replication configuration.
7914
+ :param supplemental_settings: Optional JSON settings for specifying supplemental data. For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
7915
+ :param table_mappings: JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
7916
+ :param tags: One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
7917
+ :param target_endpoint_arn: The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
7879
7918
 
7880
7919
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html
7881
7920
  :exampleMetadata: fixture=_generated
@@ -7960,7 +7999,7 @@ class CfnReplicationConfigProps:
7960
7999
  def compute_config(
7961
8000
  self,
7962
8001
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnReplicationConfig.ComputeConfigProperty]]:
7963
- '''Configuration parameters for provisioning a AWS DMS Serverless replication.
8002
+ '''Configuration parameters for provisioning an AWS DMS Serverless replication.
7964
8003
 
7965
8004
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-computeconfig
7966
8005
  '''
@@ -7969,7 +8008,8 @@ class CfnReplicationConfigProps:
7969
8008
 
7970
8009
  @builtins.property
7971
8010
  def replication_config_arn(self) -> typing.Optional[builtins.str]:
7972
- '''
8011
+ '''The Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration.
8012
+
7973
8013
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationconfigarn
7974
8014
  '''
7975
8015
  result = self._values.get("replication_config_arn")
@@ -7977,7 +8017,9 @@ class CfnReplicationConfigProps:
7977
8017
 
7978
8018
  @builtins.property
7979
8019
  def replication_config_identifier(self) -> typing.Optional[builtins.str]:
7980
- '''A unique identifier of replication configuration.
8020
+ '''A unique identifier that you want to use to create a ``ReplicationConfigArn`` that is returned as part of the output from this action.
8021
+
8022
+ You can then pass this output ``ReplicationConfigArn`` as the value of the ``ReplicationConfigArn`` option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
7981
8023
 
7982
8024
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationconfigidentifier
7983
8025
  '''
@@ -7986,7 +8028,9 @@ class CfnReplicationConfigProps:
7986
8028
 
7987
8029
  @builtins.property
7988
8030
  def replication_settings(self) -> typing.Any:
7989
- '''JSON settings for Servereless replications that are provisioned using this replication configuration.
8031
+ '''Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.
8032
+
8033
+ For example, see `Change processing tuning settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html>`_ .
7990
8034
 
7991
8035
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationsettings
7992
8036
  '''
@@ -7997,6 +8041,12 @@ class CfnReplicationConfigProps:
7997
8041
  def replication_type(self) -> typing.Optional[builtins.str]:
7998
8042
  '''The type of AWS DMS Serverless replication to provision using this replication configuration.
7999
8043
 
8044
+ Possible values:
8045
+
8046
+ - ``"full-load"``
8047
+ - ``"cdc"``
8048
+ - ``"full-load-and-cdc"``
8049
+
8000
8050
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationtype
8001
8051
  '''
8002
8052
  result = self._values.get("replication_type")
@@ -8004,7 +8054,9 @@ class CfnReplicationConfigProps:
8004
8054
 
8005
8055
  @builtins.property
8006
8056
  def resource_identifier(self) -> typing.Optional[builtins.str]:
8007
- '''A unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.
8057
+ '''Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.
8058
+
8059
+ For more information, see `Fine-grained access control using resource names and tags <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess>`_ .
8008
8060
 
8009
8061
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-resourceidentifier
8010
8062
  '''
@@ -8022,7 +8074,9 @@ class CfnReplicationConfigProps:
8022
8074
 
8023
8075
  @builtins.property
8024
8076
  def supplemental_settings(self) -> typing.Any:
8025
- '''JSON settings for specifying supplemental data.
8077
+ '''Optional JSON settings for specifying supplemental data.
8078
+
8079
+ For more information, see `Specifying supplemental data for task settings <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html>`_ .
8026
8080
 
8027
8081
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-supplementalsettings
8028
8082
  '''
@@ -8033,6 +8087,8 @@ class CfnReplicationConfigProps:
8033
8087
  def table_mappings(self) -> typing.Any:
8034
8088
  '''JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.
8035
8089
 
8090
+ For more information, see `Specifying table selection and transformations rules using JSON <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html>`_ .
8091
+
8036
8092
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tablemappings
8037
8093
  '''
8038
8094
  result = self._values.get("table_mappings")
@@ -8040,7 +8096,10 @@ class CfnReplicationConfigProps:
8040
8096
 
8041
8097
  @builtins.property
8042
8098
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
8043
- '''
8099
+ '''One or more optional tags associated with resources used by the AWS DMS Serverless replication.
8100
+
8101
+ For more information, see `Tagging resources in AWS Database Migration Service <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html>`_ .
8102
+
8044
8103
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tags
8045
8104
  '''
8046
8105
  result = self._values.get("tags")
@@ -8048,7 +8107,7 @@ class CfnReplicationConfigProps:
8048
8107
 
8049
8108
  @builtins.property
8050
8109
  def target_endpoint_arn(self) -> typing.Optional[builtins.str]:
8051
- '''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS Serverless replication configuration.
8110
+ '''The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
8052
8111
 
8053
8112
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-targetendpointarn
8054
8113
  '''
@@ -28642,8 +28642,8 @@ class CfnNatGateway(
28642
28642
  :param max_drain_duration_seconds: The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.
28643
28643
  :param private_ip_address: The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.
28644
28644
  :param secondary_allocation_ids: Secondary EIP allocation IDs. For more information, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon VPC User Guide* .
28645
- :param secondary_private_ip_address_count: [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . .. epigraph:: ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28646
- :param secondary_private_ip_addresses: Secondary private IPv4 addresses. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . .. epigraph:: ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28645
+ :param secondary_private_ip_address_count: [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28646
+ :param secondary_private_ip_addresses: Secondary private IPv4 addresses. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28647
28647
  :param tags: The tags for the NAT gateway.
28648
28648
  '''
28649
28649
  if __debug__:
@@ -28880,8 +28880,8 @@ class CfnNatGatewayProps:
28880
28880
  :param max_drain_duration_seconds: The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.
28881
28881
  :param private_ip_address: The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.
28882
28882
  :param secondary_allocation_ids: Secondary EIP allocation IDs. For more information, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon VPC User Guide* .
28883
- :param secondary_private_ip_address_count: [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . .. epigraph:: ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28884
- :param secondary_private_ip_addresses: Secondary private IPv4 addresses. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . .. epigraph:: ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28883
+ :param secondary_private_ip_address_count: [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28884
+ :param secondary_private_ip_addresses: Secondary private IPv4 addresses. For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* . ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
28885
28885
  :param tags: The tags for the NAT gateway.
28886
28886
 
28887
28887
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html
@@ -29011,9 +29011,8 @@ class CfnNatGatewayProps:
29011
29011
  '''[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
29012
29012
 
29013
29013
  For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* .
29014
- .. epigraph::
29015
29014
 
29016
- ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
29015
+ ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
29017
29016
 
29018
29017
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresscount
29019
29018
  '''
@@ -29027,9 +29026,8 @@ class CfnNatGatewayProps:
29027
29026
  '''Secondary private IPv4 addresses.
29028
29027
 
29029
29028
  For more information about secondary addresses, see `Create a NAT gateway <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating>`_ in the *Amazon Virtual Private Cloud User Guide* .
29030
- .. epigraph::
29031
29029
 
29032
- ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
29030
+ ``SecondaryPrivateIpAddressCount`` and ``SecondaryPrivateIpAddresses`` cannot be set at the same time.
29033
29031
 
29034
29032
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresses
29035
29033
  '''
@@ -35274,7 +35272,7 @@ class CfnNetworkInterface(
35274
35272
  :param id: Construct identifier for this resource (unique in its scope).
35275
35273
  :param subnet_id: The ID of the subnet to associate with the network interface.
35276
35274
  :param description: A description for the network interface.
35277
- :param enable_primary_ipv6: If you have instances or ENIs that rely on the IPv6 address not changing, to avoid disrupting traffic to instances or ENIs, you can enable a primary IPv6 address. Enable this option to automatically assign an IPv6 associated with the ENI attached to your instance to be the primary IPv6 address. When you enable an IPv6 address to be a primary IPv6, you cannot disable it. Traffic will be routed to the primary IPv6 address until the instance is terminated or the ENI is detached. If you have multiple IPv6 addresses associated with an ENI and you enable a primary IPv6 address, the first IPv6 address associated with the ENI becomes the primary IPv6 address.
35275
+ :param enable_primary_ipv6: If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. AWS will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
35278
35276
  :param group_set: The security group IDs associated with this network interface.
35279
35277
  :param interface_type: The type of network interface. The default is ``interface`` . The supported values are ``efa`` and ``trunk`` .
35280
35278
  :param ipv6_address_count: The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. To specify specific IPv6 addresses, use the ``Ipv6Addresses`` property and don't specify this property.
@@ -35409,7 +35407,7 @@ class CfnNetworkInterface(
35409
35407
  def enable_primary_ipv6(
35410
35408
  self,
35411
35409
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
35412
- '''If you have instances or ENIs that rely on the IPv6 address not changing, to avoid disrupting traffic to instances or ENIs, you can enable a primary IPv6 address.'''
35410
+ '''If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address.'''
35413
35411
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enablePrimaryIpv6"))
35414
35412
 
35415
35413
  @enable_primary_ipv6.setter
@@ -36226,7 +36224,7 @@ class CfnNetworkInterfaceProps:
36226
36224
 
36227
36225
  :param subnet_id: The ID of the subnet to associate with the network interface.
36228
36226
  :param description: A description for the network interface.
36229
- :param enable_primary_ipv6: If you have instances or ENIs that rely on the IPv6 address not changing, to avoid disrupting traffic to instances or ENIs, you can enable a primary IPv6 address. Enable this option to automatically assign an IPv6 associated with the ENI attached to your instance to be the primary IPv6 address. When you enable an IPv6 address to be a primary IPv6, you cannot disable it. Traffic will be routed to the primary IPv6 address until the instance is terminated or the ENI is detached. If you have multiple IPv6 addresses associated with an ENI and you enable a primary IPv6 address, the first IPv6 address associated with the ENI becomes the primary IPv6 address.
36227
+ :param enable_primary_ipv6: If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. AWS will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
36230
36228
  :param group_set: The security group IDs associated with this network interface.
36231
36229
  :param interface_type: The type of network interface. The default is ``interface`` . The supported values are ``efa`` and ``trunk`` .
36232
36230
  :param ipv6_address_count: The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. To specify specific IPv6 addresses, use the ``Ipv6Addresses`` property and don't specify this property.
@@ -36334,9 +36332,9 @@ class CfnNetworkInterfaceProps:
36334
36332
  def enable_primary_ipv6(
36335
36333
  self,
36336
36334
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
36337
- '''If you have instances or ENIs that rely on the IPv6 address not changing, to avoid disrupting traffic to instances or ENIs, you can enable a primary IPv6 address.
36335
+ '''If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address.
36338
36336
 
36339
- Enable this option to automatically assign an IPv6 associated with the ENI attached to your instance to be the primary IPv6 address. When you enable an IPv6 address to be a primary IPv6, you cannot disable it. Traffic will be routed to the primary IPv6 address until the instance is terminated or the ENI is detached. If you have multiple IPv6 addresses associated with an ENI and you enable a primary IPv6 address, the first IPv6 address associated with the ENI becomes the primary IPv6 address.
36337
+ A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. AWS will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
36340
36338
 
36341
36339
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterface.html#cfn-ec2-networkinterface-enableprimaryipv6
36342
36340
  '''
@@ -37565,7 +37563,7 @@ class CfnRoute(
37565
37563
  @builtins.property
37566
37564
  @jsii.member(jsii_name="attrCidrBlock")
37567
37565
  def attr_cidr_block(self) -> builtins.str:
37568
- '''The primary identifier of the resource generated by the service.
37566
+ '''The IPv4 CIDR block.
37569
37567
 
37570
37568
  :cloudformationAttribute: CidrBlock
37571
37569
  '''