aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.1__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 (91) hide show
  1. aws_cdk/__init__.py +210 -181
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +18 -0
  5. aws_cdk/aws_apigateway/__init__.py +127 -168
  6. aws_cdk/aws_appconfig/__init__.py +498 -1
  7. aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
  8. aws_cdk/aws_appsync/__init__.py +4 -0
  9. aws_cdk/aws_autoscaling/__init__.py +96 -0
  10. aws_cdk/aws_batch/__init__.py +662 -237
  11. aws_cdk/aws_bedrock/__init__.py +2122 -181
  12. aws_cdk/aws_cassandra/__init__.py +476 -4
  13. aws_cdk/aws_cleanrooms/__init__.py +1227 -20
  14. aws_cdk/aws_cloudformation/__init__.py +172 -169
  15. aws_cdk/aws_cloudfront/__init__.py +773 -26
  16. aws_cdk/aws_cloudtrail/__init__.py +8 -2
  17. aws_cdk/aws_codebuild/__init__.py +83 -0
  18. aws_cdk/aws_codepipeline/__init__.py +2 -1
  19. aws_cdk/aws_cognito/__init__.py +232 -200
  20. aws_cdk/aws_connect/__init__.py +187 -36
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
  22. aws_cdk/aws_databrew/__init__.py +69 -1
  23. aws_cdk/aws_datasync/__init__.py +33 -28
  24. aws_cdk/aws_datazone/__init__.py +141 -41
  25. aws_cdk/aws_dlm/__init__.py +20 -10
  26. aws_cdk/aws_dms/__init__.py +736 -22
  27. aws_cdk/aws_docdb/__init__.py +134 -0
  28. aws_cdk/aws_dynamodb/__init__.py +76 -4
  29. aws_cdk/aws_ec2/__init__.py +1233 -65
  30. aws_cdk/aws_ecr/__init__.py +31 -0
  31. aws_cdk/aws_ecr_assets/__init__.py +5 -0
  32. aws_cdk/aws_ecs/__init__.py +88 -11
  33. aws_cdk/aws_efs/__init__.py +15 -8
  34. aws_cdk/aws_eks/__init__.py +114 -45
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  36. aws_cdk/aws_emrserverless/__init__.py +143 -0
  37. aws_cdk/aws_events/__init__.py +50 -30
  38. aws_cdk/aws_fis/__init__.py +33 -33
  39. aws_cdk/aws_fsx/__init__.py +20 -10
  40. aws_cdk/aws_glue/__init__.py +34 -11
  41. aws_cdk/aws_greengrass/__init__.py +8 -8
  42. aws_cdk/aws_guardduty/__init__.py +1 -1
  43. aws_cdk/aws_imagebuilder/__init__.py +45 -47
  44. aws_cdk/aws_internetmonitor/__init__.py +3 -3
  45. aws_cdk/aws_invoicing/__init__.py +55 -30
  46. aws_cdk/aws_iot/__init__.py +1117 -4
  47. aws_cdk/aws_iot1click/__init__.py +17 -7
  48. aws_cdk/aws_kendra/__init__.py +4 -6
  49. aws_cdk/aws_lambda/__init__.py +15 -1
  50. aws_cdk/aws_logs/__init__.py +4011 -86
  51. aws_cdk/aws_m2/__init__.py +41 -0
  52. aws_cdk/aws_mediaconnect/__init__.py +202 -7
  53. aws_cdk/aws_mediaconvert/__init__.py +39 -0
  54. aws_cdk/aws_memorydb/__init__.py +22 -22
  55. aws_cdk/aws_networkmanager/__init__.py +758 -0
  56. aws_cdk/aws_opensearchservice/__init__.py +222 -0
  57. aws_cdk/aws_organizations/__init__.py +5 -3
  58. aws_cdk/aws_pcs/__init__.py +3038 -0
  59. aws_cdk/aws_pipes/__init__.py +10 -10
  60. aws_cdk/aws_qbusiness/__init__.py +415 -140
  61. aws_cdk/aws_quicksight/__init__.py +59795 -49748
  62. aws_cdk/aws_ram/__init__.py +5 -11
  63. aws_cdk/aws_rbin/__init__.py +28 -16
  64. aws_cdk/aws_rds/__init__.py +186 -31
  65. aws_cdk/aws_redshiftserverless/__init__.py +156 -0
  66. aws_cdk/aws_resiliencehub/__init__.py +2 -1
  67. aws_cdk/aws_route53_targets/__init__.py +5 -5
  68. aws_cdk/aws_s3/__init__.py +25 -15
  69. aws_cdk/aws_s3express/__init__.py +7 -7
  70. aws_cdk/aws_s3tables/__init__.py +683 -0
  71. aws_cdk/aws_sagemaker/__init__.py +580 -195
  72. aws_cdk/aws_secretsmanager/__init__.py +2 -0
  73. aws_cdk/aws_securityhub/__init__.py +41 -165
  74. aws_cdk/aws_servicediscovery/__init__.py +10 -3
  75. aws_cdk/aws_ses/__init__.py +190 -5
  76. aws_cdk/aws_sns/__init__.py +7 -3
  77. aws_cdk/aws_synthetics/__init__.py +29 -4
  78. aws_cdk/aws_transfer/__init__.py +8 -0
  79. aws_cdk/aws_vpclattice/__init__.py +147 -77
  80. aws_cdk/aws_wafv2/__init__.py +20 -8
  81. aws_cdk/aws_wisdom/__init__.py +162 -111
  82. aws_cdk/aws_workspaces/__init__.py +10 -4
  83. aws_cdk/cloud_assembly_schema/__init__.py +22 -0
  84. aws_cdk/custom_resources/__init__.py +31 -0
  85. aws_cdk/cx_api/__init__.py +19 -0
  86. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/LICENSE +1 -1
  87. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/METADATA +2 -2
  88. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/NOTICE +1 -1
  89. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/RECORD +91 -89
  90. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/WHEEL +0 -0
  91. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/top_level.txt +0 -0
@@ -1280,7 +1280,9 @@ class CfnResourceConfiguration(
1280
1280
  metaclass=jsii.JSIIMeta,
1281
1281
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceConfiguration",
1282
1282
  ):
1283
- '''VpcLattice ResourceConfiguration CFN resource.
1283
+ '''Creates a resource configuration.
1284
+
1285
+ A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.
1284
1286
 
1285
1287
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html
1286
1288
  :cloudformationResource: AWS::VpcLattice::ResourceConfiguration
@@ -1330,16 +1332,16 @@ class CfnResourceConfiguration(
1330
1332
  '''
1331
1333
  :param scope: Scope in which this resource is defined.
1332
1334
  :param id: Construct identifier for this resource (unique in its scope).
1333
- :param allow_association_to_sharable_service_network:
1334
- :param name:
1335
- :param port_ranges:
1336
- :param protocol_type:
1337
- :param resource_configuration_auth_type:
1338
- :param resource_configuration_definition:
1339
- :param resource_configuration_group_id:
1340
- :param resource_configuration_type:
1341
- :param resource_gateway_id:
1342
- :param tags:
1335
+ :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1336
+ :param name: The name of the resource configuration.
1337
+ :param port_ranges: (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
1338
+ :param protocol_type: (SINGLE, GROUP) The protocol accepted by the resource configuration.
1339
+ :param resource_configuration_auth_type: The auth type for the resource configuration.
1340
+ :param resource_configuration_definition: Identifies the resource configuration in one of the following ways:. - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN. - *Domain name* - Any domain name that is publicly resolvable. - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1341
+ :param resource_configuration_group_id: The ID of the group resource configuration.
1342
+ :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1343
+ :param resource_gateway_id: The ID of the resource gateway.
1344
+ :param tags: The tags for the resource configuration.
1343
1345
  '''
1344
1346
  if __debug__:
1345
1347
  type_hints = typing.get_type_hints(_typecheckingstub__6d403f9161b4d427bd92d4b1a1a263447b680ac47cb5036d62501f7fbc094fa8)
@@ -1393,7 +1395,8 @@ class CfnResourceConfiguration(
1393
1395
  @builtins.property
1394
1396
  @jsii.member(jsii_name="attrArn")
1395
1397
  def attr_arn(self) -> builtins.str:
1396
- '''
1398
+ '''The Amazon Resource Name (ARN) of the resource configuration.
1399
+
1397
1400
  :cloudformationAttribute: Arn
1398
1401
  '''
1399
1402
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -1401,7 +1404,8 @@ class CfnResourceConfiguration(
1401
1404
  @builtins.property
1402
1405
  @jsii.member(jsii_name="attrId")
1403
1406
  def attr_id(self) -> builtins.str:
1404
- '''
1407
+ '''The ID of the resource configuration.
1408
+
1405
1409
  :cloudformationAttribute: Id
1406
1410
  '''
1407
1411
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -1422,6 +1426,7 @@ class CfnResourceConfiguration(
1422
1426
  def allow_association_to_sharable_service_network(
1423
1427
  self,
1424
1428
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1429
+ '''Specifies whether the resource configuration can be associated with a sharable service network.'''
1425
1430
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "allowAssociationToSharableServiceNetwork"))
1426
1431
 
1427
1432
  @allow_association_to_sharable_service_network.setter
@@ -1437,6 +1442,7 @@ class CfnResourceConfiguration(
1437
1442
  @builtins.property
1438
1443
  @jsii.member(jsii_name="name")
1439
1444
  def name(self) -> typing.Optional[builtins.str]:
1445
+ '''The name of the resource configuration.'''
1440
1446
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1441
1447
 
1442
1448
  @name.setter
@@ -1449,6 +1455,7 @@ class CfnResourceConfiguration(
1449
1455
  @builtins.property
1450
1456
  @jsii.member(jsii_name="portRanges")
1451
1457
  def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
1458
+ '''(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).'''
1452
1459
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "portRanges"))
1453
1460
 
1454
1461
  @port_ranges.setter
@@ -1461,6 +1468,7 @@ class CfnResourceConfiguration(
1461
1468
  @builtins.property
1462
1469
  @jsii.member(jsii_name="protocolType")
1463
1470
  def protocol_type(self) -> typing.Optional[builtins.str]:
1471
+ '''(SINGLE, GROUP) The protocol accepted by the resource configuration.'''
1464
1472
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "protocolType"))
1465
1473
 
1466
1474
  @protocol_type.setter
@@ -1473,6 +1481,7 @@ class CfnResourceConfiguration(
1473
1481
  @builtins.property
1474
1482
  @jsii.member(jsii_name="resourceConfigurationAuthType")
1475
1483
  def resource_configuration_auth_type(self) -> typing.Optional[builtins.str]:
1484
+ '''The auth type for the resource configuration.'''
1476
1485
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationAuthType"))
1477
1486
 
1478
1487
  @resource_configuration_auth_type.setter
@@ -1490,6 +1499,7 @@ class CfnResourceConfiguration(
1490
1499
  def resource_configuration_definition(
1491
1500
  self,
1492
1501
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResourceConfiguration.ResourceConfigurationDefinitionProperty"]]:
1502
+ '''Identifies the resource configuration in one of the following ways:.'''
1493
1503
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResourceConfiguration.ResourceConfigurationDefinitionProperty"]], jsii.get(self, "resourceConfigurationDefinition"))
1494
1504
 
1495
1505
  @resource_configuration_definition.setter
@@ -1505,6 +1515,7 @@ class CfnResourceConfiguration(
1505
1515
  @builtins.property
1506
1516
  @jsii.member(jsii_name="resourceConfigurationGroupId")
1507
1517
  def resource_configuration_group_id(self) -> typing.Optional[builtins.str]:
1518
+ '''The ID of the group resource configuration.'''
1508
1519
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationGroupId"))
1509
1520
 
1510
1521
  @resource_configuration_group_id.setter
@@ -1520,6 +1531,10 @@ class CfnResourceConfiguration(
1520
1531
  @builtins.property
1521
1532
  @jsii.member(jsii_name="resourceConfigurationType")
1522
1533
  def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1534
+ '''The type of resource configuration.
1535
+
1536
+ A resource configuration can be one of the following types:.
1537
+ '''
1523
1538
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationType"))
1524
1539
 
1525
1540
  @resource_configuration_type.setter
@@ -1532,6 +1547,7 @@ class CfnResourceConfiguration(
1532
1547
  @builtins.property
1533
1548
  @jsii.member(jsii_name="resourceGatewayId")
1534
1549
  def resource_gateway_id(self) -> typing.Optional[builtins.str]:
1550
+ '''The ID of the resource gateway.'''
1535
1551
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceGatewayId"))
1536
1552
 
1537
1553
  @resource_gateway_id.setter
@@ -1544,6 +1560,7 @@ class CfnResourceConfiguration(
1544
1560
  @builtins.property
1545
1561
  @jsii.member(jsii_name="tags")
1546
1562
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1563
+ '''The tags for the resource configuration.'''
1547
1564
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1548
1565
 
1549
1566
  @tags.setter
@@ -1560,8 +1577,13 @@ class CfnResourceConfiguration(
1560
1577
  )
1561
1578
  class ResourceConfigurationDefinitionProperty:
1562
1579
  def __init__(self, *, ip_resource: builtins.str) -> None:
1563
- '''
1564
- :param ip_resource:
1580
+ '''Identifies the resource configuration in one of the following ways:.
1581
+
1582
+ - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
1583
+ - *Domain name* - Any domain name that is publicly resolvable.
1584
+ - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1585
+
1586
+ :param ip_resource: The IP address of the resource configuration.
1565
1587
 
1566
1588
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-resourceconfigurationdefinition.html
1567
1589
  :exampleMetadata: fixture=_generated
@@ -1585,7 +1607,8 @@ class CfnResourceConfiguration(
1585
1607
 
1586
1608
  @builtins.property
1587
1609
  def ip_resource(self) -> builtins.str:
1588
- '''
1610
+ '''The IP address of the resource configuration.
1611
+
1589
1612
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-resourceconfigurationdefinition.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationdefinition-ipresource
1590
1613
  '''
1591
1614
  result = self._values.get("ip_resource")
@@ -1637,16 +1660,16 @@ class CfnResourceConfigurationProps:
1637
1660
  ) -> None:
1638
1661
  '''Properties for defining a ``CfnResourceConfiguration``.
1639
1662
 
1640
- :param allow_association_to_sharable_service_network:
1641
- :param name:
1642
- :param port_ranges:
1643
- :param protocol_type:
1644
- :param resource_configuration_auth_type:
1645
- :param resource_configuration_definition:
1646
- :param resource_configuration_group_id:
1647
- :param resource_configuration_type:
1648
- :param resource_gateway_id:
1649
- :param tags:
1663
+ :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1664
+ :param name: The name of the resource configuration.
1665
+ :param port_ranges: (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
1666
+ :param protocol_type: (SINGLE, GROUP) The protocol accepted by the resource configuration.
1667
+ :param resource_configuration_auth_type: The auth type for the resource configuration.
1668
+ :param resource_configuration_definition: Identifies the resource configuration in one of the following ways:. - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN. - *Domain name* - Any domain name that is publicly resolvable. - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1669
+ :param resource_configuration_group_id: The ID of the group resource configuration.
1670
+ :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1671
+ :param resource_gateway_id: The ID of the resource gateway.
1672
+ :param tags: The tags for the resource configuration.
1650
1673
 
1651
1674
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html
1652
1675
  :exampleMetadata: fixture=_generated
@@ -1713,7 +1736,8 @@ class CfnResourceConfigurationProps:
1713
1736
  def allow_association_to_sharable_service_network(
1714
1737
  self,
1715
1738
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1716
- '''
1739
+ '''Specifies whether the resource configuration can be associated with a sharable service network.
1740
+
1717
1741
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-allowassociationtosharableservicenetwork
1718
1742
  '''
1719
1743
  result = self._values.get("allow_association_to_sharable_service_network")
@@ -1721,7 +1745,8 @@ class CfnResourceConfigurationProps:
1721
1745
 
1722
1746
  @builtins.property
1723
1747
  def name(self) -> typing.Optional[builtins.str]:
1724
- '''
1748
+ '''The name of the resource configuration.
1749
+
1725
1750
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-name
1726
1751
  '''
1727
1752
  result = self._values.get("name")
@@ -1729,7 +1754,10 @@ class CfnResourceConfigurationProps:
1729
1754
 
1730
1755
  @builtins.property
1731
1756
  def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
1732
- '''
1757
+ '''(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).
1758
+
1759
+ You can separate port ranges using commas (for example: 1,2,22-30).
1760
+
1733
1761
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-portranges
1734
1762
  '''
1735
1763
  result = self._values.get("port_ranges")
@@ -1737,7 +1765,8 @@ class CfnResourceConfigurationProps:
1737
1765
 
1738
1766
  @builtins.property
1739
1767
  def protocol_type(self) -> typing.Optional[builtins.str]:
1740
- '''
1768
+ '''(SINGLE, GROUP) The protocol accepted by the resource configuration.
1769
+
1741
1770
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-protocoltype
1742
1771
  '''
1743
1772
  result = self._values.get("protocol_type")
@@ -1745,7 +1774,8 @@ class CfnResourceConfigurationProps:
1745
1774
 
1746
1775
  @builtins.property
1747
1776
  def resource_configuration_auth_type(self) -> typing.Optional[builtins.str]:
1748
- '''
1777
+ '''The auth type for the resource configuration.
1778
+
1749
1779
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationauthtype
1750
1780
  '''
1751
1781
  result = self._values.get("resource_configuration_auth_type")
@@ -1755,7 +1785,12 @@ class CfnResourceConfigurationProps:
1755
1785
  def resource_configuration_definition(
1756
1786
  self,
1757
1787
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResourceConfiguration.ResourceConfigurationDefinitionProperty]]:
1758
- '''
1788
+ '''Identifies the resource configuration in one of the following ways:.
1789
+
1790
+ - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
1791
+ - *Domain name* - Any domain name that is publicly resolvable.
1792
+ - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1793
+
1759
1794
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationdefinition
1760
1795
  '''
1761
1796
  result = self._values.get("resource_configuration_definition")
@@ -1763,7 +1798,8 @@ class CfnResourceConfigurationProps:
1763
1798
 
1764
1799
  @builtins.property
1765
1800
  def resource_configuration_group_id(self) -> typing.Optional[builtins.str]:
1766
- '''
1801
+ '''The ID of the group resource configuration.
1802
+
1767
1803
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationgroupid
1768
1804
  '''
1769
1805
  result = self._values.get("resource_configuration_group_id")
@@ -1771,7 +1807,13 @@ class CfnResourceConfigurationProps:
1771
1807
 
1772
1808
  @builtins.property
1773
1809
  def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1774
- '''
1810
+ '''The type of resource configuration. A resource configuration can be one of the following types:.
1811
+
1812
+ - *SINGLE* - A single resource.
1813
+ - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration.
1814
+ - *CHILD* - A single resource that is part of a group resource configuration.
1815
+ - *ARN* - An AWS resource.
1816
+
1775
1817
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationtype
1776
1818
  '''
1777
1819
  result = self._values.get("resource_configuration_type")
@@ -1779,7 +1821,8 @@ class CfnResourceConfigurationProps:
1779
1821
 
1780
1822
  @builtins.property
1781
1823
  def resource_gateway_id(self) -> typing.Optional[builtins.str]:
1782
- '''
1824
+ '''The ID of the resource gateway.
1825
+
1783
1826
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourcegatewayid
1784
1827
  '''
1785
1828
  result = self._values.get("resource_gateway_id")
@@ -1787,7 +1830,8 @@ class CfnResourceConfigurationProps:
1787
1830
 
1788
1831
  @builtins.property
1789
1832
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1790
- '''
1833
+ '''The tags for the resource configuration.
1834
+
1791
1835
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-tags
1792
1836
  '''
1793
1837
  result = self._values.get("tags")
@@ -1811,7 +1855,9 @@ class CfnResourceGateway(
1811
1855
  metaclass=jsii.JSIIMeta,
1812
1856
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceGateway",
1813
1857
  ):
1814
- '''Creates a resource gateway for a service.
1858
+ '''A resource gateway is a point of ingress into the VPC where a resource resides.
1859
+
1860
+ It spans multiple Availability Zones. For your resource to be accessible from all Availability Zones, you should create your resource gateways to span as many Availability Zones as possible. A VPC can have multiple resource gateways.
1815
1861
 
1816
1862
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html
1817
1863
  :cloudformationResource: AWS::VpcLattice::ResourceGateway
@@ -1851,12 +1897,12 @@ class CfnResourceGateway(
1851
1897
  '''
1852
1898
  :param scope: Scope in which this resource is defined.
1853
1899
  :param id: Construct identifier for this resource (unique in its scope).
1854
- :param ip_address_type:
1855
- :param name:
1856
- :param security_group_ids: The ID of one or more security groups to associate with the endpoint network interface.
1857
- :param subnet_ids: The ID of one or more subnets in which to create an endpoint network interface.
1858
- :param tags:
1859
- :param vpc_identifier:
1900
+ :param ip_address_type: The type of IP address used by the resource gateway.
1901
+ :param name: The name of the resource gateway.
1902
+ :param security_group_ids: The IDs of the security groups applied to the resource gateway.
1903
+ :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
1904
+ :param tags: The tags for the resource gateway.
1905
+ :param vpc_identifier: The ID of the VPC for the resource gateway.
1860
1906
  '''
1861
1907
  if __debug__:
1862
1908
  type_hints = typing.get_type_hints(_typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66a1b9be2)
@@ -1906,7 +1952,8 @@ class CfnResourceGateway(
1906
1952
  @builtins.property
1907
1953
  @jsii.member(jsii_name="attrArn")
1908
1954
  def attr_arn(self) -> builtins.str:
1909
- '''
1955
+ '''The Amazon Resource Name (ARN) of the resource gateway.
1956
+
1910
1957
  :cloudformationAttribute: Arn
1911
1958
  '''
1912
1959
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -1914,7 +1961,8 @@ class CfnResourceGateway(
1914
1961
  @builtins.property
1915
1962
  @jsii.member(jsii_name="attrId")
1916
1963
  def attr_id(self) -> builtins.str:
1917
- '''
1964
+ '''The ID of the resource gateway.
1965
+
1918
1966
  :cloudformationAttribute: Id
1919
1967
  '''
1920
1968
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -1933,6 +1981,7 @@ class CfnResourceGateway(
1933
1981
  @builtins.property
1934
1982
  @jsii.member(jsii_name="ipAddressType")
1935
1983
  def ip_address_type(self) -> typing.Optional[builtins.str]:
1984
+ '''The type of IP address used by the resource gateway.'''
1936
1985
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
1937
1986
 
1938
1987
  @ip_address_type.setter
@@ -1945,6 +1994,7 @@ class CfnResourceGateway(
1945
1994
  @builtins.property
1946
1995
  @jsii.member(jsii_name="name")
1947
1996
  def name(self) -> typing.Optional[builtins.str]:
1997
+ '''The name of the resource gateway.'''
1948
1998
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1949
1999
 
1950
2000
  @name.setter
@@ -1957,7 +2007,7 @@ class CfnResourceGateway(
1957
2007
  @builtins.property
1958
2008
  @jsii.member(jsii_name="securityGroupIds")
1959
2009
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
1960
- '''The ID of one or more security groups to associate with the endpoint network interface.'''
2010
+ '''The IDs of the security groups applied to the resource gateway.'''
1961
2011
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "securityGroupIds"))
1962
2012
 
1963
2013
  @security_group_ids.setter
@@ -1973,7 +2023,7 @@ class CfnResourceGateway(
1973
2023
  @builtins.property
1974
2024
  @jsii.member(jsii_name="subnetIds")
1975
2025
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
1976
- '''The ID of one or more subnets in which to create an endpoint network interface.'''
2026
+ '''The IDs of the VPC subnets for the resource gateway.'''
1977
2027
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "subnetIds"))
1978
2028
 
1979
2029
  @subnet_ids.setter
@@ -1986,6 +2036,7 @@ class CfnResourceGateway(
1986
2036
  @builtins.property
1987
2037
  @jsii.member(jsii_name="tags")
1988
2038
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2039
+ '''The tags for the resource gateway.'''
1989
2040
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1990
2041
 
1991
2042
  @tags.setter
@@ -1998,6 +2049,7 @@ class CfnResourceGateway(
1998
2049
  @builtins.property
1999
2050
  @jsii.member(jsii_name="vpcIdentifier")
2000
2051
  def vpc_identifier(self) -> typing.Optional[builtins.str]:
2052
+ '''The ID of the VPC for the resource gateway.'''
2001
2053
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "vpcIdentifier"))
2002
2054
 
2003
2055
  @vpc_identifier.setter
@@ -2033,12 +2085,12 @@ class CfnResourceGatewayProps:
2033
2085
  ) -> None:
2034
2086
  '''Properties for defining a ``CfnResourceGateway``.
2035
2087
 
2036
- :param ip_address_type:
2037
- :param name:
2038
- :param security_group_ids: The ID of one or more security groups to associate with the endpoint network interface.
2039
- :param subnet_ids: The ID of one or more subnets in which to create an endpoint network interface.
2040
- :param tags:
2041
- :param vpc_identifier:
2088
+ :param ip_address_type: The type of IP address used by the resource gateway.
2089
+ :param name: The name of the resource gateway.
2090
+ :param security_group_ids: The IDs of the security groups applied to the resource gateway.
2091
+ :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
2092
+ :param tags: The tags for the resource gateway.
2093
+ :param vpc_identifier: The ID of the VPC for the resource gateway.
2042
2094
 
2043
2095
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html
2044
2096
  :exampleMetadata: fixture=_generated
@@ -2085,7 +2137,8 @@ class CfnResourceGatewayProps:
2085
2137
 
2086
2138
  @builtins.property
2087
2139
  def ip_address_type(self) -> typing.Optional[builtins.str]:
2088
- '''
2140
+ '''The type of IP address used by the resource gateway.
2141
+
2089
2142
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipaddresstype
2090
2143
  '''
2091
2144
  result = self._values.get("ip_address_type")
@@ -2093,7 +2146,8 @@ class CfnResourceGatewayProps:
2093
2146
 
2094
2147
  @builtins.property
2095
2148
  def name(self) -> typing.Optional[builtins.str]:
2096
- '''
2149
+ '''The name of the resource gateway.
2150
+
2097
2151
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-name
2098
2152
  '''
2099
2153
  result = self._values.get("name")
@@ -2101,7 +2155,7 @@ class CfnResourceGatewayProps:
2101
2155
 
2102
2156
  @builtins.property
2103
2157
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2104
- '''The ID of one or more security groups to associate with the endpoint network interface.
2158
+ '''The IDs of the security groups applied to the resource gateway.
2105
2159
 
2106
2160
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-securitygroupids
2107
2161
  '''
@@ -2110,7 +2164,7 @@ class CfnResourceGatewayProps:
2110
2164
 
2111
2165
  @builtins.property
2112
2166
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2113
- '''The ID of one or more subnets in which to create an endpoint network interface.
2167
+ '''The IDs of the VPC subnets for the resource gateway.
2114
2168
 
2115
2169
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-subnetids
2116
2170
  '''
@@ -2119,7 +2173,8 @@ class CfnResourceGatewayProps:
2119
2173
 
2120
2174
  @builtins.property
2121
2175
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2122
- '''
2176
+ '''The tags for the resource gateway.
2177
+
2123
2178
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-tags
2124
2179
  '''
2125
2180
  result = self._values.get("tags")
@@ -2127,7 +2182,8 @@ class CfnResourceGatewayProps:
2127
2182
 
2128
2183
  @builtins.property
2129
2184
  def vpc_identifier(self) -> typing.Optional[builtins.str]:
2130
- '''
2185
+ '''The ID of the VPC for the resource gateway.
2186
+
2131
2187
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-vpcidentifier
2132
2188
  '''
2133
2189
  result = self._values.get("vpc_identifier")
@@ -4004,7 +4060,7 @@ class CfnServiceNetwork(
4004
4060
  :param id: Construct identifier for this resource (unique in its scope).
4005
4061
  :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
4006
4062
  :param name: The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
4007
- :param sharing_config:
4063
+ :param sharing_config: Specify if the service network should be enabled for sharing.
4008
4064
  :param tags: The tags for the service network.
4009
4065
  '''
4010
4066
  if __debug__:
@@ -4125,6 +4181,7 @@ class CfnServiceNetwork(
4125
4181
  def sharing_config(
4126
4182
  self,
4127
4183
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetwork.SharingConfigProperty"]]:
4184
+ '''Specify if the service network should be enabled for sharing.'''
4128
4185
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetwork.SharingConfigProperty"]], jsii.get(self, "sharingConfig"))
4129
4186
 
4130
4187
  @sharing_config.setter
@@ -4161,8 +4218,9 @@ class CfnServiceNetwork(
4161
4218
  *,
4162
4219
  enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
4163
4220
  ) -> None:
4164
- '''
4165
- :param enabled:
4221
+ '''Specify if the service network should be enabled for sharing.
4222
+
4223
+ :param enabled: Specify if the service network should be enabled for sharing.
4166
4224
 
4167
4225
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetwork-sharingconfig.html
4168
4226
  :exampleMetadata: fixture=_generated
@@ -4186,7 +4244,8 @@ class CfnServiceNetwork(
4186
4244
 
4187
4245
  @builtins.property
4188
4246
  def enabled(self) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
4189
- '''
4247
+ '''Specify if the service network should be enabled for sharing.
4248
+
4190
4249
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetwork-sharingconfig.html#cfn-vpclattice-servicenetwork-sharingconfig-enabled
4191
4250
  '''
4192
4251
  result = self._values.get("enabled")
@@ -4228,7 +4287,7 @@ class CfnServiceNetworkProps:
4228
4287
 
4229
4288
  :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
4230
4289
  :param name: The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
4231
- :param sharing_config:
4290
+ :param sharing_config: Specify if the service network should be enabled for sharing.
4232
4291
  :param tags: The tags for the service network.
4233
4292
 
4234
4293
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html
@@ -4299,7 +4358,8 @@ class CfnServiceNetworkProps:
4299
4358
  def sharing_config(
4300
4359
  self,
4301
4360
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetwork.SharingConfigProperty]]:
4302
- '''
4361
+ '''Specify if the service network should be enabled for sharing.
4362
+
4303
4363
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetwork.html#cfn-vpclattice-servicenetwork-sharingconfig
4304
4364
  '''
4305
4365
  result = self._values.get("sharing_config")
@@ -4332,7 +4392,9 @@ class CfnServiceNetworkResourceAssociation(
4332
4392
  metaclass=jsii.JSIIMeta,
4333
4393
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkResourceAssociation",
4334
4394
  ):
4335
- '''VpcLattice ServiceNetworkResourceAssociation CFN resource.
4395
+ '''Associates the specified service network with the specified resource configuration.
4396
+
4397
+ This allows the resource configuration to receive connections through the service network, including through a service network VPC endpoint.
4336
4398
 
4337
4399
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html
4338
4400
  :cloudformationResource: AWS::VpcLattice::ServiceNetworkResourceAssociation
@@ -4366,9 +4428,9 @@ class CfnServiceNetworkResourceAssociation(
4366
4428
  '''
4367
4429
  :param scope: Scope in which this resource is defined.
4368
4430
  :param id: Construct identifier for this resource (unique in its scope).
4369
- :param resource_configuration_id:
4370
- :param service_network_id:
4371
- :param tags:
4431
+ :param resource_configuration_id: The ID of the resource configuration associated with the service network.
4432
+ :param service_network_id: The ID of the service network associated with the resource configuration.
4433
+ :param tags: A key-value pair to associate with a resource.
4372
4434
  '''
4373
4435
  if __debug__:
4374
4436
  type_hints = typing.get_type_hints(_typecheckingstub__ffab6e55fc82b7928229e0716dca828baee57de24513094d512751e4ffbc88b7)
@@ -4415,7 +4477,8 @@ class CfnServiceNetworkResourceAssociation(
4415
4477
  @builtins.property
4416
4478
  @jsii.member(jsii_name="attrArn")
4417
4479
  def attr_arn(self) -> builtins.str:
4418
- '''
4480
+ '''The Amazon Resource Name (ARN) of the association.
4481
+
4419
4482
  :cloudformationAttribute: Arn
4420
4483
  '''
4421
4484
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -4423,7 +4486,8 @@ class CfnServiceNetworkResourceAssociation(
4423
4486
  @builtins.property
4424
4487
  @jsii.member(jsii_name="attrId")
4425
4488
  def attr_id(self) -> builtins.str:
4426
- '''
4489
+ '''The ID of the association between the service network and resource configuration.
4490
+
4427
4491
  :cloudformationAttribute: Id
4428
4492
  '''
4429
4493
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -4442,6 +4506,7 @@ class CfnServiceNetworkResourceAssociation(
4442
4506
  @builtins.property
4443
4507
  @jsii.member(jsii_name="resourceConfigurationId")
4444
4508
  def resource_configuration_id(self) -> typing.Optional[builtins.str]:
4509
+ '''The ID of the resource configuration associated with the service network.'''
4445
4510
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationId"))
4446
4511
 
4447
4512
  @resource_configuration_id.setter
@@ -4454,6 +4519,7 @@ class CfnServiceNetworkResourceAssociation(
4454
4519
  @builtins.property
4455
4520
  @jsii.member(jsii_name="serviceNetworkId")
4456
4521
  def service_network_id(self) -> typing.Optional[builtins.str]:
4522
+ '''The ID of the service network associated with the resource configuration.'''
4457
4523
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkId"))
4458
4524
 
4459
4525
  @service_network_id.setter
@@ -4466,6 +4532,7 @@ class CfnServiceNetworkResourceAssociation(
4466
4532
  @builtins.property
4467
4533
  @jsii.member(jsii_name="tags")
4468
4534
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4535
+ '''A key-value pair to associate with a resource.'''
4469
4536
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
4470
4537
 
4471
4538
  @tags.setter
@@ -4495,9 +4562,9 @@ class CfnServiceNetworkResourceAssociationProps:
4495
4562
  ) -> None:
4496
4563
  '''Properties for defining a ``CfnServiceNetworkResourceAssociation``.
4497
4564
 
4498
- :param resource_configuration_id:
4499
- :param service_network_id:
4500
- :param tags:
4565
+ :param resource_configuration_id: The ID of the resource configuration associated with the service network.
4566
+ :param service_network_id: The ID of the service network associated with the resource configuration.
4567
+ :param tags: A key-value pair to associate with a resource.
4501
4568
 
4502
4569
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html
4503
4570
  :exampleMetadata: fixture=_generated
@@ -4532,7 +4599,8 @@ class CfnServiceNetworkResourceAssociationProps:
4532
4599
 
4533
4600
  @builtins.property
4534
4601
  def resource_configuration_id(self) -> typing.Optional[builtins.str]:
4535
- '''
4602
+ '''The ID of the resource configuration associated with the service network.
4603
+
4536
4604
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-resourceconfigurationid
4537
4605
  '''
4538
4606
  result = self._values.get("resource_configuration_id")
@@ -4540,7 +4608,8 @@ class CfnServiceNetworkResourceAssociationProps:
4540
4608
 
4541
4609
  @builtins.property
4542
4610
  def service_network_id(self) -> typing.Optional[builtins.str]:
4543
- '''
4611
+ '''The ID of the service network associated with the resource configuration.
4612
+
4544
4613
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-servicenetworkid
4545
4614
  '''
4546
4615
  result = self._values.get("service_network_id")
@@ -4548,7 +4617,8 @@ class CfnServiceNetworkResourceAssociationProps:
4548
4617
 
4549
4618
  @builtins.property
4550
4619
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4551
- '''
4620
+ '''A key-value pair to associate with a resource.
4621
+
4552
4622
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#cfn-vpclattice-servicenetworkresourceassociation-tags
4553
4623
  '''
4554
4624
  result = self._values.get("tags")