aws-cdk-lib 2.210.0__py3-none-any.whl → 2.212.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 (78) hide show
  1. aws_cdk/__init__.py +404 -54
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.210.0.jsii.tgz → aws-cdk-lib@2.212.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +2 -1
  5. aws_cdk/aws_apigateway/__init__.py +2 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +1798 -74
  7. aws_cdk/aws_appconfig/__init__.py +9 -0
  8. aws_cdk/aws_appintegrations/__init__.py +395 -0
  9. aws_cdk/aws_arcregionswitch/__init__.py +5080 -0
  10. aws_cdk/aws_athena/__init__.py +23 -19
  11. aws_cdk/aws_autoscaling/__init__.py +6 -6
  12. aws_cdk/aws_batch/__init__.py +725 -55
  13. aws_cdk/aws_bedrock/__init__.py +18 -0
  14. aws_cdk/aws_billingconductor/__init__.py +3 -3
  15. aws_cdk/aws_cassandra/__init__.py +28 -1
  16. aws_cdk/aws_cloudfront/__init__.py +39 -8
  17. aws_cdk/aws_codebuild/__init__.py +122 -0
  18. aws_cdk/aws_codepipeline/__init__.py +51 -50
  19. aws_cdk/aws_cognito/__init__.py +9 -2
  20. aws_cdk/aws_connect/__init__.py +40 -15
  21. aws_cdk/aws_datazone/__init__.py +118 -77
  22. aws_cdk/aws_dax/__init__.py +39 -0
  23. aws_cdk/aws_deadline/__init__.py +166 -7
  24. aws_cdk/aws_docdb/__init__.py +20 -11
  25. aws_cdk/aws_dynamodb/__init__.py +246 -36
  26. aws_cdk/aws_ec2/__init__.py +1044 -111
  27. aws_cdk/aws_ecr/__init__.py +274 -0
  28. aws_cdk/aws_ecs/__init__.py +1637 -137
  29. aws_cdk/aws_eks/__init__.py +53 -3
  30. aws_cdk/aws_elasticloadbalancingv2/__init__.py +31 -17
  31. aws_cdk/aws_entityresolution/__init__.py +240 -45
  32. aws_cdk/aws_evs/__init__.py +20 -45
  33. aws_cdk/aws_gameliftstreams/__init__.py +7 -6
  34. aws_cdk/aws_glue/__init__.py +18 -9
  35. aws_cdk/aws_guardduty/__init__.py +1233 -113
  36. aws_cdk/aws_imagebuilder/__init__.py +34 -20
  37. aws_cdk/aws_inspectorv2/__init__.py +1516 -0
  38. aws_cdk/aws_iot/__init__.py +387 -0
  39. aws_cdk/aws_iotsitewise/__init__.py +1247 -139
  40. aws_cdk/aws_ivs/__init__.py +443 -33
  41. aws_cdk/aws_kinesisfirehose/__init__.py +2 -0
  42. aws_cdk/aws_lakeformation/__init__.py +1 -1
  43. aws_cdk/aws_lambda/__init__.py +9 -9
  44. aws_cdk/aws_lightsail/__init__.py +590 -0
  45. aws_cdk/aws_logs/__init__.py +97 -3
  46. aws_cdk/aws_medialive/__init__.py +270 -7
  47. aws_cdk/aws_mediapackagev2/__init__.py +204 -6
  48. aws_cdk/aws_neptune/__init__.py +41 -2
  49. aws_cdk/aws_networkfirewall/__init__.py +490 -134
  50. aws_cdk/aws_observabilityadmin/__init__.py +1468 -0
  51. aws_cdk/aws_omics/__init__.py +1 -1
  52. aws_cdk/aws_opensearchserverless/__init__.py +2 -2
  53. aws_cdk/aws_opensearchservice/__init__.py +128 -0
  54. aws_cdk/aws_opsworks/__init__.py +125 -125
  55. aws_cdk/aws_opsworkscm/__init__.py +1 -53
  56. aws_cdk/aws_pcs/__init__.py +49 -5
  57. aws_cdk/aws_qbusiness/__init__.py +3 -3
  58. aws_cdk/aws_quicksight/__init__.py +188 -83
  59. aws_cdk/aws_rds/__init__.py +245 -103
  60. aws_cdk/aws_s3/__init__.py +56 -1
  61. aws_cdk/aws_s3express/__init__.py +56 -1
  62. aws_cdk/aws_s3tables/__init__.py +2 -2
  63. aws_cdk/aws_sagemaker/__init__.py +4080 -223
  64. aws_cdk/aws_ses/__init__.py +172 -9
  65. aws_cdk/aws_sqs/__init__.py +4 -3
  66. aws_cdk/aws_ssm/__init__.py +8 -4
  67. aws_cdk/aws_stepfunctions_tasks/__init__.py +16 -9
  68. aws_cdk/aws_synthetics/__init__.py +116 -0
  69. aws_cdk/aws_verifiedpermissions/__init__.py +23 -2
  70. aws_cdk/aws_wisdom/__init__.py +2 -2
  71. aws_cdk/aws_workspacesweb/__init__.py +949 -157
  72. aws_cdk/cx_api/__init__.py +22 -0
  73. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/METADATA +335 -15
  74. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/RECORD +78 -76
  75. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/LICENSE +0 -0
  76. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/NOTICE +0 -0
  77. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/WHEEL +0 -0
  78. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/top_level.txt +0 -0
@@ -77,7 +77,7 @@ class CfnServer(
77
77
  ):
78
78
  '''The ``AWS::OpsWorksCM::Server`` resource creates an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise configuration management server.
79
79
 
80
- For more information, see `Create a Chef Automate Server in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html>`_ or `Create a Puppet Enterprise Master in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html>`_ in the *AWS OpsWorks User Guide* , and `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`_ in the *AWS OpsWorks CM API Reference* .
80
+ For more information, see `Create a Chef Automate Server in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html>`_ or `Create a Puppet Enterprise Master in AWS CloudFormation <https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html>`_ in the *OpsWorks User Guide* , and `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`_ in the *AWS OpsWorks CM API Reference* .
81
81
 
82
82
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html
83
83
  :cloudformationResource: AWS::OpsWorksCM::Server
@@ -113,7 +113,6 @@ class CfnServer(
113
113
  preferred_backup_window="preferredBackupWindow",
114
114
  preferred_maintenance_window="preferredMaintenanceWindow",
115
115
  security_group_ids=["securityGroupIds"],
116
- server_name="serverName",
117
116
  subnet_ids=["subnetIds"],
118
117
  tags=[CfnTag(
119
118
  key="key",
@@ -145,7 +144,6 @@ class CfnServer(
145
144
  preferred_backup_window: typing.Optional[builtins.str] = None,
146
145
  preferred_maintenance_window: typing.Optional[builtins.str] = None,
147
146
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
148
- server_name: typing.Optional[builtins.str] = None,
149
147
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
150
148
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
151
149
  ) -> None:
@@ -170,7 +168,6 @@ class CfnServer(
170
168
  :param preferred_backup_window: The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: - ``HH:MM`` for daily backups - ``DDD:HH:MM`` for weekly backups ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random, daily start time. *Example:* ``08:00`` , which represents a daily start time of 08:00 UTC. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
171
169
  :param preferred_maintenance_window: The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: ``DDD:HH:MM`` . ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See ``TimeWindowDefinition`` for more information. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
172
170
  :param security_group_ids: A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by ``SubnetIds`` . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
173
- :param server_name: The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
174
171
  :param subnet_ids: The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see `Supported Platforms <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html>`_ .
175
172
  :param tags: A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. - The key cannot be empty. - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /
176
173
  '''
@@ -197,7 +194,6 @@ class CfnServer(
197
194
  preferred_backup_window=preferred_backup_window,
198
195
  preferred_maintenance_window=preferred_maintenance_window,
199
196
  security_group_ids=security_group_ids,
200
- server_name=server_name,
201
197
  subnet_ids=subnet_ids,
202
198
  tags=tags,
203
199
  )
@@ -254,15 +250,6 @@ class CfnServer(
254
250
  '''
255
251
  return typing.cast(builtins.str, jsii.get(self, "attrEndpoint"))
256
252
 
257
- @builtins.property
258
- @jsii.member(jsii_name="attrId")
259
- def attr_id(self) -> builtins.str:
260
- '''The ID of the server.
261
-
262
- :cloudformationAttribute: Id
263
- '''
264
- return typing.cast(builtins.str, jsii.get(self, "attrId"))
265
-
266
253
  @builtins.property
267
254
  @jsii.member(jsii_name="attrServerName")
268
255
  def attr_server_name(self) -> builtins.str:
@@ -537,19 +524,6 @@ class CfnServer(
537
524
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
538
525
  jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
539
526
 
540
- @builtins.property
541
- @jsii.member(jsii_name="serverName")
542
- def server_name(self) -> typing.Optional[builtins.str]:
543
- '''The name of the server.'''
544
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serverName"))
545
-
546
- @server_name.setter
547
- def server_name(self, value: typing.Optional[builtins.str]) -> None:
548
- if __debug__:
549
- type_hints = typing.get_type_hints(_typecheckingstub__0fdc9b0c6ccfb79b318a5321a2bdb7586f084e301b627e9b708804bad96c9238)
550
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
551
- jsii.set(self, "serverName", value) # pyright: ignore[reportArgumentType]
552
-
553
527
  @builtins.property
554
528
  @jsii.member(jsii_name="subnetIds")
555
529
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -695,7 +669,6 @@ class CfnServer(
695
669
  "preferred_backup_window": "preferredBackupWindow",
696
670
  "preferred_maintenance_window": "preferredMaintenanceWindow",
697
671
  "security_group_ids": "securityGroupIds",
698
- "server_name": "serverName",
699
672
  "subnet_ids": "subnetIds",
700
673
  "tags": "tags",
701
674
  },
@@ -722,7 +695,6 @@ class CfnServerProps:
722
695
  preferred_backup_window: typing.Optional[builtins.str] = None,
723
696
  preferred_maintenance_window: typing.Optional[builtins.str] = None,
724
697
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
725
- server_name: typing.Optional[builtins.str] = None,
726
698
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
727
699
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
728
700
  ) -> None:
@@ -746,7 +718,6 @@ class CfnServerProps:
746
718
  :param preferred_backup_window: The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats: - ``HH:MM`` for daily backups - ``DDD:HH:MM`` for weekly backups ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random, daily start time. *Example:* ``08:00`` , which represents a daily start time of 08:00 UTC. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
747
719
  :param preferred_maintenance_window: The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: ``DDD:HH:MM`` . ``MM`` must be specified as ``00`` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See ``TimeWindowDefinition`` for more information. *Example:* ``Mon:08:00`` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
748
720
  :param security_group_ids: A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by ``SubnetIds`` . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
749
- :param server_name: The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
750
721
  :param subnet_ids: The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see `Supported Platforms <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html>`_ .
751
722
  :param tags: A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. - The key cannot be empty. - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /
752
723
 
@@ -783,7 +754,6 @@ class CfnServerProps:
783
754
  preferred_backup_window="preferredBackupWindow",
784
755
  preferred_maintenance_window="preferredMaintenanceWindow",
785
756
  security_group_ids=["securityGroupIds"],
786
- server_name="serverName",
787
757
  subnet_ids=["subnetIds"],
788
758
  tags=[CfnTag(
789
759
  key="key",
@@ -811,7 +781,6 @@ class CfnServerProps:
811
781
  check_type(argname="argument preferred_backup_window", value=preferred_backup_window, expected_type=type_hints["preferred_backup_window"])
812
782
  check_type(argname="argument preferred_maintenance_window", value=preferred_maintenance_window, expected_type=type_hints["preferred_maintenance_window"])
813
783
  check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
814
- check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
815
784
  check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
816
785
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
817
786
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -849,8 +818,6 @@ class CfnServerProps:
849
818
  self._values["preferred_maintenance_window"] = preferred_maintenance_window
850
819
  if security_group_ids is not None:
851
820
  self._values["security_group_ids"] = security_group_ids
852
- if server_name is not None:
853
- self._values["server_name"] = server_name
854
821
  if subnet_ids is not None:
855
822
  self._values["subnet_ids"] = subnet_ids
856
823
  if tags is not None:
@@ -1077,17 +1044,6 @@ class CfnServerProps:
1077
1044
  result = self._values.get("security_group_ids")
1078
1045
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1079
1046
 
1080
- @builtins.property
1081
- def server_name(self) -> typing.Optional[builtins.str]:
1082
- '''The name of the server.
1083
-
1084
- The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
1085
-
1086
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername
1087
- '''
1088
- result = self._values.get("server_name")
1089
- return typing.cast(typing.Optional[builtins.str], result)
1090
-
1091
1047
  @builtins.property
1092
1048
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
1093
1049
  '''The IDs of subnets in which to launch the server EC2 instance.
@@ -1163,7 +1119,6 @@ def _typecheckingstub__4fcf3005231c62e7682797d2e25d33ceb0c0b9602a2f2ffe6a7c3dabf
1163
1119
  preferred_backup_window: typing.Optional[builtins.str] = None,
1164
1120
  preferred_maintenance_window: typing.Optional[builtins.str] = None,
1165
1121
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1166
- server_name: typing.Optional[builtins.str] = None,
1167
1122
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1168
1123
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1169
1124
  ) -> None:
@@ -1290,12 +1245,6 @@ def _typecheckingstub__d7663e937d0fabd66d40de7584fca886669aae87261a418b199493778
1290
1245
  """Type checking stubs"""
1291
1246
  pass
1292
1247
 
1293
- def _typecheckingstub__0fdc9b0c6ccfb79b318a5321a2bdb7586f084e301b627e9b708804bad96c9238(
1294
- value: typing.Optional[builtins.str],
1295
- ) -> None:
1296
- """Type checking stubs"""
1297
- pass
1298
-
1299
1248
  def _typecheckingstub__e6d133d8dd209b40a7f4c3900293e312fe8b95abc9cfff43e88a6fd1608b595b(
1300
1249
  value: typing.Optional[typing.List[builtins.str]],
1301
1250
  ) -> None:
@@ -1336,7 +1285,6 @@ def _typecheckingstub__6f3d9a63c768f1a40206835320dfa128b267da1fa702fbb4ecd8ac94b
1336
1285
  preferred_backup_window: typing.Optional[builtins.str] = None,
1337
1286
  preferred_maintenance_window: typing.Optional[builtins.str] = None,
1338
1287
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1339
- server_name: typing.Optional[builtins.str] = None,
1340
1288
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1341
1289
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1342
1290
  ) -> None:
@@ -98,6 +98,7 @@ class CfnCluster(
98
98
 
99
99
  cfn_cluster = pcs.CfnCluster(self, "MyCfnCluster",
100
100
  networking=pcs.CfnCluster.NetworkingProperty(
101
+ network_type="networkType",
101
102
  security_group_ids=["securityGroupIds"],
102
103
  subnet_ids=["subnetIds"]
103
104
  ),
@@ -520,6 +521,7 @@ class CfnCluster(
520
521
  "port": "port",
521
522
  "private_ip_address": "privateIpAddress",
522
523
  "type": "type",
524
+ "ipv6_address": "ipv6Address",
523
525
  "public_ip_address": "publicIpAddress",
524
526
  },
525
527
  )
@@ -530,13 +532,15 @@ class CfnCluster(
530
532
  port: builtins.str,
531
533
  private_ip_address: builtins.str,
532
534
  type: builtins.str,
535
+ ipv6_address: typing.Optional[builtins.str] = None,
533
536
  public_ip_address: typing.Optional[builtins.str] = None,
534
537
  ) -> None:
535
538
  '''An endpoint available for interaction with the scheduler.
536
539
 
537
540
  :param port: The endpoint's connection port number.
538
- :param private_ip_address: The endpoint's private IP address.
541
+ :param private_ip_address: For clusters that use IPv4, this is the endpoint's private IP address. Example: ``10.1.2.3`` For clusters configured to use IPv6, this is an empty string.
539
542
  :param type: Indicates the type of endpoint running at the specific IP address.
543
+ :param ipv6_address: The endpoint's IPv6 address. Example: ``2001:db8::1``
540
544
  :param public_ip_address: The endpoint's public IP address.
541
545
 
542
546
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-endpoint.html
@@ -554,6 +558,7 @@ class CfnCluster(
554
558
  type="type",
555
559
 
556
560
  # the properties below are optional
561
+ ipv6_address="ipv6Address",
557
562
  public_ip_address="publicIpAddress"
558
563
  )
559
564
  '''
@@ -562,12 +567,15 @@ class CfnCluster(
562
567
  check_type(argname="argument port", value=port, expected_type=type_hints["port"])
563
568
  check_type(argname="argument private_ip_address", value=private_ip_address, expected_type=type_hints["private_ip_address"])
564
569
  check_type(argname="argument type", value=type, expected_type=type_hints["type"])
570
+ check_type(argname="argument ipv6_address", value=ipv6_address, expected_type=type_hints["ipv6_address"])
565
571
  check_type(argname="argument public_ip_address", value=public_ip_address, expected_type=type_hints["public_ip_address"])
566
572
  self._values: typing.Dict[builtins.str, typing.Any] = {
567
573
  "port": port,
568
574
  "private_ip_address": private_ip_address,
569
575
  "type": type,
570
576
  }
577
+ if ipv6_address is not None:
578
+ self._values["ipv6_address"] = ipv6_address
571
579
  if public_ip_address is not None:
572
580
  self._values["public_ip_address"] = public_ip_address
573
581
 
@@ -583,7 +591,11 @@ class CfnCluster(
583
591
 
584
592
  @builtins.property
585
593
  def private_ip_address(self) -> builtins.str:
586
- '''The endpoint's private IP address.
594
+ '''For clusters that use IPv4, this is the endpoint's private IP address.
595
+
596
+ Example: ``10.1.2.3``
597
+
598
+ For clusters configured to use IPv6, this is an empty string.
587
599
 
588
600
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-endpoint.html#cfn-pcs-cluster-endpoint-privateipaddress
589
601
  '''
@@ -601,6 +613,17 @@ class CfnCluster(
601
613
  assert result is not None, "Required property 'type' is missing"
602
614
  return typing.cast(builtins.str, result)
603
615
 
616
+ @builtins.property
617
+ def ipv6_address(self) -> typing.Optional[builtins.str]:
618
+ '''The endpoint's IPv6 address.
619
+
620
+ Example: ``2001:db8::1``
621
+
622
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-endpoint.html#cfn-pcs-cluster-endpoint-ipv6address
623
+ '''
624
+ result = self._values.get("ipv6_address")
625
+ return typing.cast(typing.Optional[builtins.str], result)
626
+
604
627
  @builtins.property
605
628
  def public_ip_address(self) -> typing.Optional[builtins.str]:
606
629
  '''The endpoint's public IP address.
@@ -695,6 +718,7 @@ class CfnCluster(
695
718
  jsii_type="aws-cdk-lib.aws_pcs.CfnCluster.NetworkingProperty",
696
719
  jsii_struct_bases=[],
697
720
  name_mapping={
721
+ "network_type": "networkType",
698
722
  "security_group_ids": "securityGroupIds",
699
723
  "subnet_ids": "subnetIds",
700
724
  },
@@ -703,11 +727,13 @@ class CfnCluster(
703
727
  def __init__(
704
728
  self,
705
729
  *,
730
+ network_type: typing.Optional[builtins.str] = None,
706
731
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
707
732
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
708
733
  ) -> None:
709
- '''TThe networking configuration for the cluster's control plane.
734
+ '''The networking configuration for the cluster's control plane.
710
735
 
736
+ :param network_type: The IP address version the cluster uses. The default is ``IPV4`` .
711
737
  :param security_group_ids: The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
712
738
  :param subnet_ids: The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.
713
739
 
@@ -721,20 +747,35 @@ class CfnCluster(
721
747
  from aws_cdk import aws_pcs as pcs
722
748
 
723
749
  networking_property = pcs.CfnCluster.NetworkingProperty(
750
+ network_type="networkType",
724
751
  security_group_ids=["securityGroupIds"],
725
752
  subnet_ids=["subnetIds"]
726
753
  )
727
754
  '''
728
755
  if __debug__:
729
756
  type_hints = typing.get_type_hints(_typecheckingstub__82c7f3d28e2ed0d063467ea787c6cfc31c28d4c5f26ef1ddf71940887dea9d1f)
757
+ check_type(argname="argument network_type", value=network_type, expected_type=type_hints["network_type"])
730
758
  check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
731
759
  check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
732
760
  self._values: typing.Dict[builtins.str, typing.Any] = {}
761
+ if network_type is not None:
762
+ self._values["network_type"] = network_type
733
763
  if security_group_ids is not None:
734
764
  self._values["security_group_ids"] = security_group_ids
735
765
  if subnet_ids is not None:
736
766
  self._values["subnet_ids"] = subnet_ids
737
767
 
768
+ @builtins.property
769
+ def network_type(self) -> typing.Optional[builtins.str]:
770
+ '''The IP address version the cluster uses.
771
+
772
+ The default is ``IPV4`` .
773
+
774
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-networking.html#cfn-pcs-cluster-networking-networktype
775
+ '''
776
+ result = self._values.get("network_type")
777
+ return typing.cast(typing.Optional[builtins.str], result)
778
+
738
779
  @builtins.property
739
780
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
740
781
  '''The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
@@ -1080,6 +1121,7 @@ class CfnClusterProps:
1080
1121
 
1081
1122
  cfn_cluster_props = pcs.CfnClusterProps(
1082
1123
  networking=pcs.CfnCluster.NetworkingProperty(
1124
+ network_type="networkType",
1083
1125
  security_group_ids=["securityGroupIds"],
1084
1126
  subnet_ids=["subnetIds"]
1085
1127
  ),
@@ -2605,7 +2647,7 @@ class CfnQueue(
2605
2647
  '''An error that occurred during resource provisioning.
2606
2648
 
2607
2649
  :param code: The short-form error code.
2608
- :param message: TBDThe detailed error information.
2650
+ :param message: The detailed error information.
2609
2651
 
2610
2652
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-errorinfo.html
2611
2653
  :exampleMetadata: fixture=_generated
@@ -2642,7 +2684,7 @@ class CfnQueue(
2642
2684
 
2643
2685
  @builtins.property
2644
2686
  def message(self) -> typing.Optional[builtins.str]:
2645
- '''TBDThe detailed error information.
2687
+ '''The detailed error information.
2646
2688
 
2647
2689
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-errorinfo.html#cfn-pcs-queue-errorinfo-message
2648
2690
  '''
@@ -2874,6 +2916,7 @@ def _typecheckingstub__fb46faa4736fd5bede060ea1460c35898193ef49ace1726974a1db895
2874
2916
  port: builtins.str,
2875
2917
  private_ip_address: builtins.str,
2876
2918
  type: builtins.str,
2919
+ ipv6_address: typing.Optional[builtins.str] = None,
2877
2920
  public_ip_address: typing.Optional[builtins.str] = None,
2878
2921
  ) -> None:
2879
2922
  """Type checking stubs"""
@@ -2889,6 +2932,7 @@ def _typecheckingstub__b9e127e61b0ea75f45a99bba1dcc51875a9ecf36ea91f697889ebe4cb
2889
2932
 
2890
2933
  def _typecheckingstub__82c7f3d28e2ed0d063467ea787c6cfc31c28d4c5f26ef1ddf71940887dea9d1f(
2891
2934
  *,
2935
+ network_type: typing.Optional[builtins.str] = None,
2892
2936
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2893
2937
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2894
2938
  ) -> None:
@@ -7386,7 +7386,7 @@ class CfnWebExperience(
7386
7386
  :param customization_configuration: Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
7387
7387
  :param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
7388
7388
  :param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
7389
- :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
7389
+ :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
7390
7390
  :param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
7391
7391
  :param subtitle: A subtitle to personalize your Amazon Q Business web experience.
7392
7392
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
@@ -8079,7 +8079,7 @@ class CfnWebExperienceProps:
8079
8079
  :param customization_configuration: Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
8080
8080
  :param identity_provider_configuration: Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
8081
8081
  :param origins: Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The *domain origin* refers to the base URL for accessing a website including the protocol ( ``http/https`` ), the domain name, and the port number (if specified). .. epigraph:: You must only submit a *base URL* and not a full path. For example, ``https://docs.aws.amazon.com`` .
8082
- :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
8082
+ :param role_arn: The Amazon Resource Name (ARN) of the service role attached to your web experience. .. epigraph:: The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
8083
8083
  :param sample_prompts_control_mode: Determines whether sample prompts are enabled in the web experience for an end user.
8084
8084
  :param subtitle: A subtitle to personalize your Amazon Q Business web experience.
8085
8085
  :param tags: A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
@@ -8229,7 +8229,7 @@ class CfnWebExperienceProps:
8229
8229
 
8230
8230
  .. epigraph::
8231
8231
 
8232
- You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
8232
+ The ``roleArn`` parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.
8233
8233
 
8234
8234
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-webexperience.html#cfn-qbusiness-webexperience-rolearn
8235
8235
  '''