aws-cdk-lib 2.164.1__py3-none-any.whl → 2.166.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 (52) hide show
  1. aws_cdk/__init__.py +20 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.164.1.jsii.tgz → aws-cdk-lib@2.166.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_appsync/__init__.py +2163 -375
  5. aws_cdk/aws_autoscaling/__init__.py +145 -8
  6. aws_cdk/aws_backup/__init__.py +627 -3
  7. aws_cdk/aws_bedrock/__init__.py +982 -191
  8. aws_cdk/aws_codebuild/__init__.py +88 -33
  9. aws_cdk/aws_codepipeline/__init__.py +98 -5
  10. aws_cdk/aws_codestar/__init__.py +1 -1
  11. aws_cdk/aws_cognito/__init__.py +656 -102
  12. aws_cdk/aws_connect/__init__.py +1 -1
  13. aws_cdk/aws_datasync/__init__.py +9 -7
  14. aws_cdk/aws_devopsguru/__init__.py +2 -2
  15. aws_cdk/aws_dms/__init__.py +762 -0
  16. aws_cdk/aws_dynamodb/__init__.py +13 -8
  17. aws_cdk/aws_ec2/__init__.py +134 -35
  18. aws_cdk/aws_ecs/__init__.py +41 -31
  19. aws_cdk/aws_eks/__init__.py +10 -12
  20. aws_cdk/aws_elasticache/__init__.py +52 -6
  21. aws_cdk/aws_emrserverless/__init__.py +35 -33
  22. aws_cdk/aws_events/__init__.py +25 -30
  23. aws_cdk/aws_imagebuilder/__init__.py +183 -0
  24. aws_cdk/aws_iot/__init__.py +37 -43
  25. aws_cdk/aws_iotwireless/__init__.py +2 -2
  26. aws_cdk/aws_kinesis/__init__.py +297 -1
  27. aws_cdk/aws_lambda/__init__.py +3 -3
  28. aws_cdk/aws_m2/__init__.py +58 -58
  29. aws_cdk/aws_mediapackagev2/__init__.py +191 -0
  30. aws_cdk/aws_memorydb/__init__.py +41 -0
  31. aws_cdk/aws_networkfirewall/__init__.py +14 -5
  32. aws_cdk/aws_opensearchservice/__init__.py +969 -0
  33. aws_cdk/aws_pipes/__init__.py +1 -1
  34. aws_cdk/aws_qbusiness/__init__.py +23 -14
  35. aws_cdk/aws_rds/__init__.py +187 -48
  36. aws_cdk/aws_redshift/__init__.py +23 -23
  37. aws_cdk/aws_refactorspaces/__init__.py +56 -61
  38. aws_cdk/aws_resiliencehub/__init__.py +4 -4
  39. aws_cdk/aws_route53/__init__.py +37 -9
  40. aws_cdk/aws_s3_deployment/__init__.py +13 -7
  41. aws_cdk/aws_sagemaker/__init__.py +128 -23
  42. aws_cdk/aws_secretsmanager/__init__.py +2 -1
  43. aws_cdk/aws_ses/__init__.py +19 -0
  44. aws_cdk/aws_synthetics/__init__.py +121 -0
  45. aws_cdk/aws_timestream/__init__.py +41 -0
  46. aws_cdk/aws_wisdom/__init__.py +2035 -61
  47. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/METADATA +6 -6
  48. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/RECORD +52 -52
  49. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/LICENSE +0 -0
  50. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/NOTICE +0 -0
  51. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/WHEEL +0 -0
  52. {aws_cdk_lib-2.164.1.dist-info → aws_cdk_lib-2.166.0.dist-info}/top_level.txt +0 -0
@@ -5118,7 +5118,7 @@ class CfnIntegration(
5118
5118
  metaclass=jsii.JSIIMeta,
5119
5119
  jsii_type="aws-cdk-lib.aws_redshift.CfnIntegration",
5120
5120
  ):
5121
- '''Integration from a source AWS service to a Redshift cluster.
5121
+ '''Describes a zero-ETL integration.
5122
5122
 
5123
5123
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html
5124
5124
  :cloudformationResource: AWS::Redshift::Integration
@@ -5162,12 +5162,12 @@ class CfnIntegration(
5162
5162
  '''
5163
5163
  :param scope: Scope in which this resource is defined.
5164
5164
  :param id: Construct identifier for this resource (unique in its scope).
5165
- :param source_arn: The Amazon Resource Name (ARN) of the database to use as the source for replication, for example, arn:aws:dynamodb:us-east-2:123412341234:table/dynamotable.
5166
- :param target_arn: The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication, for example, arn:aws:redshift:us-east-2:123412341234:namespace:e43aab3e-10a3-4ec4-83d4-f227ff9bfbcf.
5167
- :param additional_encryption_context: An optional set of non-secret key–value pairs that contains additional contextual information about the data.
5165
+ :param source_arn: The Amazon Resource Name (ARN) of the database used as the source for replication.
5166
+ :param target_arn: The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
5167
+ :param additional_encryption_context: The encryption context for the integration. For more information, see `Encryption context <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context>`_ in the *AWS Key Management Service Developer Guide* .
5168
5168
  :param integration_name: The name of the integration.
5169
- :param kms_key_id: An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
5170
- :param tags: An array of key-value pairs to apply to this resource.
5169
+ :param kms_key_id: The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.
5170
+ :param tags: The list of tags associated with the integration.
5171
5171
  '''
5172
5172
  if __debug__:
5173
5173
  type_hints = typing.get_type_hints(_typecheckingstub__195f43b15319a462222fa2f5a73df1bdd50a48d85ec97165e527a5a9511ec709)
@@ -5246,7 +5246,7 @@ class CfnIntegration(
5246
5246
  @builtins.property
5247
5247
  @jsii.member(jsii_name="sourceArn")
5248
5248
  def source_arn(self) -> builtins.str:
5249
- '''The Amazon Resource Name (ARN) of the database to use as the source for replication, for example, arn:aws:dynamodb:us-east-2:123412341234:table/dynamotable.'''
5249
+ '''The Amazon Resource Name (ARN) of the database used as the source for replication.'''
5250
5250
  return typing.cast(builtins.str, jsii.get(self, "sourceArn"))
5251
5251
 
5252
5252
  @source_arn.setter
@@ -5259,7 +5259,7 @@ class CfnIntegration(
5259
5259
  @builtins.property
5260
5260
  @jsii.member(jsii_name="targetArn")
5261
5261
  def target_arn(self) -> builtins.str:
5262
- '''The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication, for example, arn:aws:redshift:us-east-2:123412341234:namespace:e43aab3e-10a3-4ec4-83d4-f227ff9bfbcf.'''
5262
+ '''The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.'''
5263
5263
  return typing.cast(builtins.str, jsii.get(self, "targetArn"))
5264
5264
 
5265
5265
  @target_arn.setter
@@ -5274,7 +5274,7 @@ class CfnIntegration(
5274
5274
  def additional_encryption_context(
5275
5275
  self,
5276
5276
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
5277
- '''An optional set of non-secret key–value pairs that contains additional contextual information about the data.'''
5277
+ '''The encryption context for the integration.'''
5278
5278
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], jsii.get(self, "additionalEncryptionContext"))
5279
5279
 
5280
5280
  @additional_encryption_context.setter
@@ -5303,7 +5303,7 @@ class CfnIntegration(
5303
5303
  @builtins.property
5304
5304
  @jsii.member(jsii_name="kmsKeyId")
5305
5305
  def kms_key_id(self) -> typing.Optional[builtins.str]:
5306
- '''An KMS key identifier for the key to use to encrypt the integration.'''
5306
+ '''The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.'''
5307
5307
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
5308
5308
 
5309
5309
  @kms_key_id.setter
@@ -5316,7 +5316,7 @@ class CfnIntegration(
5316
5316
  @builtins.property
5317
5317
  @jsii.member(jsii_name="tags")
5318
5318
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5319
- '''An array of key-value pairs to apply to this resource.'''
5319
+ '''The list of tags associated with the integration.'''
5320
5320
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
5321
5321
 
5322
5322
  @tags.setter
@@ -5352,12 +5352,12 @@ class CfnIntegrationProps:
5352
5352
  ) -> None:
5353
5353
  '''Properties for defining a ``CfnIntegration``.
5354
5354
 
5355
- :param source_arn: The Amazon Resource Name (ARN) of the database to use as the source for replication, for example, arn:aws:dynamodb:us-east-2:123412341234:table/dynamotable.
5356
- :param target_arn: The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication, for example, arn:aws:redshift:us-east-2:123412341234:namespace:e43aab3e-10a3-4ec4-83d4-f227ff9bfbcf.
5357
- :param additional_encryption_context: An optional set of non-secret key–value pairs that contains additional contextual information about the data.
5355
+ :param source_arn: The Amazon Resource Name (ARN) of the database used as the source for replication.
5356
+ :param target_arn: The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
5357
+ :param additional_encryption_context: The encryption context for the integration. For more information, see `Encryption context <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context>`_ in the *AWS Key Management Service Developer Guide* .
5358
5358
  :param integration_name: The name of the integration.
5359
- :param kms_key_id: An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
5360
- :param tags: An array of key-value pairs to apply to this resource.
5359
+ :param kms_key_id: The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.
5360
+ :param tags: The list of tags associated with the integration.
5361
5361
 
5362
5362
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html
5363
5363
  :exampleMetadata: fixture=_generated
@@ -5407,7 +5407,7 @@ class CfnIntegrationProps:
5407
5407
 
5408
5408
  @builtins.property
5409
5409
  def source_arn(self) -> builtins.str:
5410
- '''The Amazon Resource Name (ARN) of the database to use as the source for replication, for example, arn:aws:dynamodb:us-east-2:123412341234:table/dynamotable.
5410
+ '''The Amazon Resource Name (ARN) of the database used as the source for replication.
5411
5411
 
5412
5412
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-sourcearn
5413
5413
  '''
@@ -5417,7 +5417,7 @@ class CfnIntegrationProps:
5417
5417
 
5418
5418
  @builtins.property
5419
5419
  def target_arn(self) -> builtins.str:
5420
- '''The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication, for example, arn:aws:redshift:us-east-2:123412341234:namespace:e43aab3e-10a3-4ec4-83d4-f227ff9bfbcf.
5420
+ '''The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
5421
5421
 
5422
5422
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-targetarn
5423
5423
  '''
@@ -5429,7 +5429,9 @@ class CfnIntegrationProps:
5429
5429
  def additional_encryption_context(
5430
5430
  self,
5431
5431
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
5432
- '''An optional set of non-secret key–value pairs that contains additional contextual information about the data.
5432
+ '''The encryption context for the integration.
5433
+
5434
+ For more information, see `Encryption context <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context>`_ in the *AWS Key Management Service Developer Guide* .
5433
5435
 
5434
5436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-additionalencryptioncontext
5435
5437
  '''
@@ -5447,9 +5449,7 @@ class CfnIntegrationProps:
5447
5449
 
5448
5450
  @builtins.property
5449
5451
  def kms_key_id(self) -> typing.Optional[builtins.str]:
5450
- '''An KMS key identifier for the key to use to encrypt the integration.
5451
-
5452
- If you don't specify an encryption key, the default AWS owned KMS key is used.
5452
+ '''The AWS Key Management Service ( AWS KMS ) key identifier for the key used to encrypt the integration.
5453
5453
 
5454
5454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-kmskeyid
5455
5455
  '''
@@ -5458,7 +5458,7 @@ class CfnIntegrationProps:
5458
5458
 
5459
5459
  @builtins.property
5460
5460
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5461
- '''An array of key-value pairs to apply to this resource.
5461
+ '''The list of tags associated with the integration.
5462
5462
 
5463
5463
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-tags
5464
5464
  '''
@@ -593,11 +593,9 @@ class CfnEnvironment(
593
593
  from aws_cdk import aws_refactorspaces as refactorspaces
594
594
 
595
595
  cfn_environment = refactorspaces.CfnEnvironment(self, "MyCfnEnvironment",
596
+ description="description",
596
597
  name="name",
597
598
  network_fabric_type="networkFabricType",
598
-
599
- # the properties below are optional
600
- description="description",
601
599
  tags=[CfnTag(
602
600
  key="key",
603
601
  value="value"
@@ -610,17 +608,17 @@ class CfnEnvironment(
610
608
  scope: _constructs_77d1e7e8.Construct,
611
609
  id: builtins.str,
612
610
  *,
613
- name: builtins.str,
614
- network_fabric_type: builtins.str,
615
611
  description: typing.Optional[builtins.str] = None,
612
+ name: typing.Optional[builtins.str] = None,
613
+ network_fabric_type: typing.Optional[builtins.str] = None,
616
614
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
617
615
  ) -> None:
618
616
  '''
619
617
  :param scope: Scope in which this resource is defined.
620
618
  :param id: Construct identifier for this resource (unique in its scope).
619
+ :param description: A description of the environment.
621
620
  :param name: The name of the environment.
622
621
  :param network_fabric_type: The network fabric type of the environment.
623
- :param description: A description of the environment.
624
622
  :param tags: The tags assigned to the environment.
625
623
  '''
626
624
  if __debug__:
@@ -628,9 +626,9 @@ class CfnEnvironment(
628
626
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
629
627
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
630
628
  props = CfnEnvironmentProps(
629
+ description=description,
631
630
  name=name,
632
631
  network_fabric_type=network_fabric_type,
633
- description=description,
634
632
  tags=tags,
635
633
  )
636
634
 
@@ -704,14 +702,27 @@ class CfnEnvironment(
704
702
  '''Tag Manager which manages the tags for this resource.'''
705
703
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
706
704
 
705
+ @builtins.property
706
+ @jsii.member(jsii_name="description")
707
+ def description(self) -> typing.Optional[builtins.str]:
708
+ '''A description of the environment.'''
709
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
710
+
711
+ @description.setter
712
+ def description(self, value: typing.Optional[builtins.str]) -> None:
713
+ if __debug__:
714
+ type_hints = typing.get_type_hints(_typecheckingstub__271815f6b6299ae2b9ca94d64e6b3e5f6de740f2212fc74c92c95cfbbb1f7c99)
715
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
716
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
717
+
707
718
  @builtins.property
708
719
  @jsii.member(jsii_name="name")
709
- def name(self) -> builtins.str:
720
+ def name(self) -> typing.Optional[builtins.str]:
710
721
  '''The name of the environment.'''
711
- return typing.cast(builtins.str, jsii.get(self, "name"))
722
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
712
723
 
713
724
  @name.setter
714
- def name(self, value: builtins.str) -> None:
725
+ def name(self, value: typing.Optional[builtins.str]) -> None:
715
726
  if __debug__:
716
727
  type_hints = typing.get_type_hints(_typecheckingstub__78a1dd279f966e1ba560574858b8d147fa089efd23806e011056a3ab45fef84b)
717
728
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -719,30 +730,17 @@ class CfnEnvironment(
719
730
 
720
731
  @builtins.property
721
732
  @jsii.member(jsii_name="networkFabricType")
722
- def network_fabric_type(self) -> builtins.str:
733
+ def network_fabric_type(self) -> typing.Optional[builtins.str]:
723
734
  '''The network fabric type of the environment.'''
724
- return typing.cast(builtins.str, jsii.get(self, "networkFabricType"))
735
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkFabricType"))
725
736
 
726
737
  @network_fabric_type.setter
727
- def network_fabric_type(self, value: builtins.str) -> None:
738
+ def network_fabric_type(self, value: typing.Optional[builtins.str]) -> None:
728
739
  if __debug__:
729
740
  type_hints = typing.get_type_hints(_typecheckingstub__7218caf601ef511e6c489e41a01233a12b0895a28a26b826e4c2c36d324becd3)
730
741
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
731
742
  jsii.set(self, "networkFabricType", value) # pyright: ignore[reportArgumentType]
732
743
 
733
- @builtins.property
734
- @jsii.member(jsii_name="description")
735
- def description(self) -> typing.Optional[builtins.str]:
736
- '''A description of the environment.'''
737
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
738
-
739
- @description.setter
740
- def description(self, value: typing.Optional[builtins.str]) -> None:
741
- if __debug__:
742
- type_hints = typing.get_type_hints(_typecheckingstub__271815f6b6299ae2b9ca94d64e6b3e5f6de740f2212fc74c92c95cfbbb1f7c99)
743
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
744
- jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
745
-
746
744
  @builtins.property
747
745
  @jsii.member(jsii_name="tagsRaw")
748
746
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
@@ -761,9 +759,9 @@ class CfnEnvironment(
761
759
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnEnvironmentProps",
762
760
  jsii_struct_bases=[],
763
761
  name_mapping={
762
+ "description": "description",
764
763
  "name": "name",
765
764
  "network_fabric_type": "networkFabricType",
766
- "description": "description",
767
765
  "tags": "tags",
768
766
  },
769
767
  )
@@ -771,16 +769,16 @@ class CfnEnvironmentProps:
771
769
  def __init__(
772
770
  self,
773
771
  *,
774
- name: builtins.str,
775
- network_fabric_type: builtins.str,
776
772
  description: typing.Optional[builtins.str] = None,
773
+ name: typing.Optional[builtins.str] = None,
774
+ network_fabric_type: typing.Optional[builtins.str] = None,
777
775
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
778
776
  ) -> None:
779
777
  '''Properties for defining a ``CfnEnvironment``.
780
778
 
779
+ :param description: A description of the environment.
781
780
  :param name: The name of the environment.
782
781
  :param network_fabric_type: The network fabric type of the environment.
783
- :param description: A description of the environment.
784
782
  :param tags: The tags assigned to the environment.
785
783
 
786
784
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html
@@ -793,11 +791,9 @@ class CfnEnvironmentProps:
793
791
  from aws_cdk import aws_refactorspaces as refactorspaces
794
792
 
795
793
  cfn_environment_props = refactorspaces.CfnEnvironmentProps(
794
+ description="description",
796
795
  name="name",
797
796
  network_fabric_type="networkFabricType",
798
-
799
- # the properties below are optional
800
- description="description",
801
797
  tags=[CfnTag(
802
798
  key="key",
803
799
  value="value"
@@ -806,46 +802,45 @@ class CfnEnvironmentProps:
806
802
  '''
807
803
  if __debug__:
808
804
  type_hints = typing.get_type_hints(_typecheckingstub__cc993226fa6d6cb56a25f6ae5fb96e6ea288e1bcd336e16e685ce08129bd9ae6)
805
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
809
806
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
810
807
  check_type(argname="argument network_fabric_type", value=network_fabric_type, expected_type=type_hints["network_fabric_type"])
811
- check_type(argname="argument description", value=description, expected_type=type_hints["description"])
812
808
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
813
- self._values: typing.Dict[builtins.str, typing.Any] = {
814
- "name": name,
815
- "network_fabric_type": network_fabric_type,
816
- }
809
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
817
810
  if description is not None:
818
811
  self._values["description"] = description
812
+ if name is not None:
813
+ self._values["name"] = name
814
+ if network_fabric_type is not None:
815
+ self._values["network_fabric_type"] = network_fabric_type
819
816
  if tags is not None:
820
817
  self._values["tags"] = tags
821
818
 
822
819
  @builtins.property
823
- def name(self) -> builtins.str:
820
+ def description(self) -> typing.Optional[builtins.str]:
821
+ '''A description of the environment.
822
+
823
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-description
824
+ '''
825
+ result = self._values.get("description")
826
+ return typing.cast(typing.Optional[builtins.str], result)
827
+
828
+ @builtins.property
829
+ def name(self) -> typing.Optional[builtins.str]:
824
830
  '''The name of the environment.
825
831
 
826
832
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-name
827
833
  '''
828
834
  result = self._values.get("name")
829
- assert result is not None, "Required property 'name' is missing"
830
- return typing.cast(builtins.str, result)
835
+ return typing.cast(typing.Optional[builtins.str], result)
831
836
 
832
837
  @builtins.property
833
- def network_fabric_type(self) -> builtins.str:
838
+ def network_fabric_type(self) -> typing.Optional[builtins.str]:
834
839
  '''The network fabric type of the environment.
835
840
 
836
841
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-networkfabrictype
837
842
  '''
838
843
  result = self._values.get("network_fabric_type")
839
- assert result is not None, "Required property 'network_fabric_type' is missing"
840
- return typing.cast(builtins.str, result)
841
-
842
- @builtins.property
843
- def description(self) -> typing.Optional[builtins.str]:
844
- '''A description of the environment.
845
-
846
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-description
847
- '''
848
- result = self._values.get("description")
849
844
  return typing.cast(typing.Optional[builtins.str], result)
850
845
 
851
846
  @builtins.property
@@ -2228,9 +2223,9 @@ def _typecheckingstub__0a536c3debb5766a7d9c84ccebc269b62327808a31254e1265a594b32
2228
2223
  scope: _constructs_77d1e7e8.Construct,
2229
2224
  id: builtins.str,
2230
2225
  *,
2231
- name: builtins.str,
2232
- network_fabric_type: builtins.str,
2233
2226
  description: typing.Optional[builtins.str] = None,
2227
+ name: typing.Optional[builtins.str] = None,
2228
+ network_fabric_type: typing.Optional[builtins.str] = None,
2234
2229
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2235
2230
  ) -> None:
2236
2231
  """Type checking stubs"""
@@ -2248,19 +2243,19 @@ def _typecheckingstub__138e64a98402d3a98928b3e46ccae4a4d0dea8d23b6abe8a4b1ebce5a
2248
2243
  """Type checking stubs"""
2249
2244
  pass
2250
2245
 
2251
- def _typecheckingstub__78a1dd279f966e1ba560574858b8d147fa089efd23806e011056a3ab45fef84b(
2252
- value: builtins.str,
2246
+ def _typecheckingstub__271815f6b6299ae2b9ca94d64e6b3e5f6de740f2212fc74c92c95cfbbb1f7c99(
2247
+ value: typing.Optional[builtins.str],
2253
2248
  ) -> None:
2254
2249
  """Type checking stubs"""
2255
2250
  pass
2256
2251
 
2257
- def _typecheckingstub__7218caf601ef511e6c489e41a01233a12b0895a28a26b826e4c2c36d324becd3(
2258
- value: builtins.str,
2252
+ def _typecheckingstub__78a1dd279f966e1ba560574858b8d147fa089efd23806e011056a3ab45fef84b(
2253
+ value: typing.Optional[builtins.str],
2259
2254
  ) -> None:
2260
2255
  """Type checking stubs"""
2261
2256
  pass
2262
2257
 
2263
- def _typecheckingstub__271815f6b6299ae2b9ca94d64e6b3e5f6de740f2212fc74c92c95cfbbb1f7c99(
2258
+ def _typecheckingstub__7218caf601ef511e6c489e41a01233a12b0895a28a26b826e4c2c36d324becd3(
2264
2259
  value: typing.Optional[builtins.str],
2265
2260
  ) -> None:
2266
2261
  """Type checking stubs"""
@@ -2274,9 +2269,9 @@ def _typecheckingstub__49a8b10d6ea6b81c02ef39ee701909acec2186e1d9db3d4d4ad464207
2274
2269
 
2275
2270
  def _typecheckingstub__cc993226fa6d6cb56a25f6ae5fb96e6ea288e1bcd336e16e685ce08129bd9ae6(
2276
2271
  *,
2277
- name: builtins.str,
2278
- network_fabric_type: builtins.str,
2279
2272
  description: typing.Optional[builtins.str] = None,
2273
+ name: typing.Optional[builtins.str] = None,
2274
+ network_fabric_type: typing.Optional[builtins.str] = None,
2280
2275
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2281
2276
  ) -> None:
2282
2277
  """Type checking stubs"""
@@ -1347,7 +1347,7 @@ class CfnResiliencyPolicy(
1347
1347
  :param policy_name: The name of the policy.
1348
1348
  :param tier: The tier for this resiliency policy, ranging from the highest severity ( ``MissionCritical`` ) to lowest ( ``NonCritical`` ).
1349
1349
  :param data_location_constraint: Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
1350
- :param policy_description: The description for the policy.
1350
+ :param policy_description: Description of the resiliency policy.
1351
1351
  :param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
1352
1352
  '''
1353
1353
  if __debug__:
@@ -1475,7 +1475,7 @@ class CfnResiliencyPolicy(
1475
1475
  @builtins.property
1476
1476
  @jsii.member(jsii_name="policyDescription")
1477
1477
  def policy_description(self) -> typing.Optional[builtins.str]:
1478
- '''The description for the policy.'''
1478
+ '''Description of the resiliency policy.'''
1479
1479
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "policyDescription"))
1480
1480
 
1481
1481
  @policy_description.setter
@@ -1602,7 +1602,7 @@ class CfnResiliencyPolicyProps:
1602
1602
  :param policy_name: The name of the policy.
1603
1603
  :param tier: The tier for this resiliency policy, ranging from the highest severity ( ``MissionCritical`` ) to lowest ( ``NonCritical`` ).
1604
1604
  :param data_location_constraint: Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
1605
- :param policy_description: The description for the policy.
1605
+ :param policy_description: Description of the resiliency policy.
1606
1606
  :param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
1607
1607
 
1608
1608
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-resiliencypolicy.html
@@ -1695,7 +1695,7 @@ class CfnResiliencyPolicyProps:
1695
1695
 
1696
1696
  @builtins.property
1697
1697
  def policy_description(self) -> typing.Optional[builtins.str]:
1698
- '''The description for the policy.
1698
+ '''Description of the resiliency policy.
1699
1699
 
1700
1700
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-resiliencypolicy.html#cfn-resiliencehub-resiliencypolicy-policydescription
1701
1701
  '''
@@ -3120,7 +3120,7 @@ class CfnRecordSet(
3120
3120
  :param scope: Scope in which this resource is defined.
3121
3121
  :param id: Construct identifier for this resource (unique in its scope).
3122
3122
  :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
3123
- :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
3123
+ :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
3124
3124
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
3125
3125
  :param cidr_routing_config: The object that is specified in resource record set object when you are linking a resource record set to a CIDR location. A ``LocationName`` with an asterisk “*” can be used to create a default CIDR record. ``CollectionId`` is still required for default record.
3126
3126
  :param comment: *Optional:* Any comments you want to include about a change batch request.
@@ -4850,7 +4850,7 @@ class CfnRecordSetGroup(
4850
4850
  '''Information about one record that you want to create.
4851
4851
 
4852
4852
  :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
4853
- :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
4853
+ :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
4854
4854
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
4855
4855
  :param cidr_routing_config:
4856
4856
  :param failover: *Failover resource record sets only:* To configure failover, you add the ``Failover`` element to two resource record sets. For one resource record set, you specify ``PRIMARY`` as the value for ``Failover`` ; for the other resource record set, you specify ``SECONDARY`` . In addition, you include the ``HealthCheckId`` element and specify the health check that you want Amazon Route 53 to perform for each resource record set. Except where noted, the following failover behaviors assume that you have included the ``HealthCheckId`` element in both resource record sets: - When the primary resource record set is healthy, Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set. - When the primary resource record set is unhealthy and the secondary resource record set is healthy, Route 53 responds to DNS queries with the applicable value from the secondary resource record set. - When the secondary resource record set is unhealthy, Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set. - If you omit the ``HealthCheckId`` element for the secondary resource record set, and if the primary resource record set is unhealthy, Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint. You can't create non-failover resource record sets that have the same values for the ``Name`` and ``Type`` elements as failover resource record sets. For failover alias resource record sets, you must also include the ``EvaluateTargetHealth`` element and set the value to true. For more information about configuring failover for Route 53, see the following topics in the *Amazon Route 53 Developer Guide* : - `Route 53 Health Checks and DNS Failover <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ - `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_
@@ -5002,11 +5002,11 @@ class CfnRecordSetGroup(
5002
5002
 
5003
5003
  For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* .
5004
5004
 
5005
- Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT``
5005
+ Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS``
5006
5006
 
5007
- Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
5007
+ Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
5008
5008
 
5009
- Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA``
5009
+ Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS``
5010
5010
  .. epigraph::
5011
5011
 
5012
5012
  SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ .
@@ -5530,7 +5530,7 @@ class CfnRecordSetProps:
5530
5530
  '''Properties for defining a ``CfnRecordSet``.
5531
5531
 
5532
5532
  :param name: For ``ChangeResourceRecordSets`` requests, the name of the record that you want to create, update, or delete. For ``ListResourceRecordSets`` responses, the name of a record in the specified hosted zone. *ChangeResourceRecordSets Only* Enter a fully qualified domain name, for example, ``www.example.com`` . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats ``www.example.com`` (without a trailing dot) and ``www.example.com.`` (with a trailing dot) as identical. For information about how to specify characters other than ``a-z`` , ``0-9`` , and ``-`` (hyphen) and how to specify internationalized domain names, see `DNS Domain Name Format <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html>`_ in the *Amazon Route 53 Developer Guide* . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, ``*.example.com`` . Note the following: - The * must replace the entire label. For example, you can't specify ``*prod.example.com`` or ``prod*.example.com`` . - The * can't replace any of the middle labels, for example, marketing.*.example.com. - If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. .. epigraph:: You can't use the * wildcard for resource records sets that have a type of NS.
5533
- :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
5533
+ :param type: The DNS record type. For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* . Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` .. epigraph:: SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ . Values for alias resource record sets: - *Amazon API Gateway custom regional APIs and edge-optimized APIs:* ``A`` - *CloudFront distributions:* ``A`` If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of ``A`` and one with a value of ``AAAA`` . - *Amazon API Gateway environment that has a regionalized subdomain* : ``A`` - *ELB load balancers:* ``A`` | ``AAAA`` - *Amazon S3 buckets:* ``A`` - *Amazon Virtual Private Cloud interface VPC endpoints* ``A`` - *Another resource record set in this hosted zone:* Specify the type of the resource record set that you're creating the alias for. All values are supported except ``NS`` and ``SOA`` . .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
5534
5534
  :param alias_target: *Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you're creating resource records sets for a private hosted zone, note the following: - You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution. - For information about creating failover resource record sets in a private hosted zone, see `Configuring Failover in a Private Hosted Zone <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html>`_ in the *Amazon Route 53 Developer Guide* .
5535
5535
  :param cidr_routing_config: The object that is specified in resource record set object when you are linking a resource record set to a CIDR location. A ``LocationName`` with an asterisk “*” can be used to create a default CIDR record. ``CollectionId`` is still required for default record.
5536
5536
  :param comment: *Optional:* Any comments you want to include about a change batch request.
@@ -5687,11 +5687,11 @@ class CfnRecordSetProps:
5687
5687
 
5688
5688
  For information about different record types and how data is encoded for them, see `Supported DNS Resource Record Types <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html>`_ in the *Amazon Route 53 Developer Guide* .
5689
5689
 
5690
- Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT``
5690
+ Valid values for basic resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``DS`` | ``MX`` | ``NAPTR`` | ``NS`` | ``PTR`` | ``SOA`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS``
5691
5691
 
5692
- Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
5692
+ Values for weighted, latency, geolocation, and failover resource record sets: ``A`` | ``AAAA`` | ``CAA`` | ``CNAME`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS`` . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.
5693
5693
 
5694
- Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA``
5694
+ Valid values for multivalue answer resource record sets: ``A`` | ``AAAA`` | ``MX`` | ``NAPTR`` | ``PTR`` | ``SPF`` | ``SRV`` | ``TXT`` | ``CAA`` | ``TLSA`` | ``SSHFP`` | ``SVCB`` | ``HTTPS``
5695
5695
  .. epigraph::
5696
5696
 
5697
5697
  SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of ``Type`` is ``SPF`` . RFC 7208, *Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1* , has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, `The SPF DNS Record Type <https://docs.aws.amazon.com/http://tools.ietf.org/html/rfc7208#section-14.1>`_ .
@@ -8596,6 +8596,13 @@ class RecordType(enum.Enum):
8596
8596
 
8597
8597
  :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#DSFormat
8598
8598
  '''
8599
+ HTTPS = "HTTPS"
8600
+ '''An HTTPS resource record is a form of the Service Binding (SVCB) DNS record that provides extended configuration information, enabling a client to easily and securely connect to a service with an HTTP protocol.
8601
+
8602
+ The configuration information is provided in parameters that allow the connection in one DNS query, rather than necessitating multiple DNS queries.
8603
+
8604
+ :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#HTTPSFormat
8605
+ '''
8599
8606
  MX = "MX"
8600
8607
  '''An MX record specifies the names of your mail servers and, if you have two or more mail servers, the priority order.
8601
8608
 
@@ -8638,6 +8645,27 @@ class RecordType(enum.Enum):
8638
8645
 
8639
8646
  :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#SRVFormat
8640
8647
  '''
8648
+ SSHFP = "SSHFP"
8649
+ '''A Secure Shell fingerprint record (SSHFP) identifies SSH keys associated with the domain name.
8650
+
8651
+ SSHFP records must be secured with DNSSEC for a chain of trust to be established.
8652
+
8653
+ :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#SSHFPFormat
8654
+ '''
8655
+ SVCB = "SVCB"
8656
+ '''You use an SVCB record to deliver configuration information for accessing service endpoints.
8657
+
8658
+ The SVCB is a generic DNS record and can be used to negotiate parameters for a variety of application protocols.
8659
+
8660
+ :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#SVCBFormat
8661
+ '''
8662
+ TLSA = "TLSA"
8663
+ '''You use a TLSA record to use DNS-Based Authentication of Named Entities (DANE).
8664
+
8665
+ A TLSA record associates a certificate/public key with a Transport Layer Security (TLS) endpoint, and clients can validate the certificate/public key using a TLSA record signed with DNSSEC.
8666
+
8667
+ :see: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#TLSAFormat
8668
+ '''
8641
8669
  TXT = "TXT"
8642
8670
  '''A TXT record contains one or more strings that are enclosed in double quotation marks (").
8643
8671