aws-cdk-lib 2.128.0__py3-none-any.whl → 2.130.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 (101) hide show
  1. aws_cdk/__init__.py +2 -10
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.128.0.jsii.tgz → aws-cdk-lib@2.130.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +6 -24
  5. aws_cdk/aws_amplify/__init__.py +1 -2
  6. aws_cdk/aws_appconfig/__init__.py +13010 -2708
  7. aws_cdk/aws_applicationautoscaling/__init__.py +55 -22
  8. aws_cdk/aws_appstream/__init__.py +14 -14
  9. aws_cdk/aws_appsync/__init__.py +334 -3
  10. aws_cdk/aws_autoscaling/__init__.py +11 -7
  11. aws_cdk/aws_backup/__init__.py +3 -3
  12. aws_cdk/aws_batch/__init__.py +137 -16
  13. aws_cdk/aws_bedrock/__init__.py +13 -1
  14. aws_cdk/aws_cleanrooms/__init__.py +1 -2
  15. aws_cdk/aws_cloudformation/__init__.py +2 -10
  16. aws_cdk/aws_cloudfront/__init__.py +15 -8
  17. aws_cdk/aws_cloudfront/experimental/__init__.py +22 -0
  18. aws_cdk/aws_cloudfront_origins/__init__.py +332 -0
  19. aws_cdk/aws_cloudtrail/__init__.py +12 -2
  20. aws_cdk/aws_cloudwatch/__init__.py +4 -0
  21. aws_cdk/aws_codepipeline/__init__.py +463 -11
  22. aws_cdk/aws_cognito/__init__.py +0 -9
  23. aws_cdk/aws_config/__init__.py +2 -2
  24. aws_cdk/aws_connect/__init__.py +6 -1
  25. aws_cdk/aws_controltower/__init__.py +527 -7
  26. aws_cdk/aws_datasync/__init__.py +2 -2
  27. aws_cdk/aws_directoryservice/__init__.py +2 -3
  28. aws_cdk/aws_dynamodb/__init__.py +7 -0
  29. aws_cdk/aws_ec2/__init__.py +117 -210
  30. aws_cdk/aws_ecs/__init__.py +537 -3
  31. aws_cdk/aws_eks/__init__.py +2 -2
  32. aws_cdk/aws_elasticache/__init__.py +27 -20
  33. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -4
  34. aws_cdk/aws_emr/__init__.py +23 -3
  35. aws_cdk/aws_events_targets/__init__.py +64 -20
  36. aws_cdk/aws_fis/__init__.py +4 -4
  37. aws_cdk/aws_frauddetector/__init__.py +3 -3
  38. aws_cdk/aws_globalaccelerator/__init__.py +2 -6
  39. aws_cdk/aws_glue/__init__.py +84 -55
  40. aws_cdk/aws_groundstation/__init__.py +8 -12
  41. aws_cdk/aws_guardduty/__init__.py +74 -70
  42. aws_cdk/aws_iam/__init__.py +16 -23
  43. aws_cdk/aws_imagebuilder/__init__.py +178 -156
  44. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  45. aws_cdk/aws_iot/__init__.py +17 -10
  46. aws_cdk/aws_iotevents/__init__.py +4 -4
  47. aws_cdk/aws_iotfleetwise/__init__.py +10 -5
  48. aws_cdk/aws_iottwinmaker/__init__.py +3 -5
  49. aws_cdk/aws_iotwireless/__init__.py +35 -23
  50. aws_cdk/aws_kendra/__init__.py +36 -15
  51. aws_cdk/aws_kinesisfirehose/__init__.py +155 -114
  52. aws_cdk/aws_lambda/__init__.py +157 -12
  53. aws_cdk/aws_lambda_nodejs/__init__.py +22 -0
  54. aws_cdk/aws_lightsail/__init__.py +14 -18
  55. aws_cdk/aws_logs/__init__.py +15 -15
  56. aws_cdk/aws_mediaconnect/__init__.py +5 -3
  57. aws_cdk/aws_medialive/__init__.py +3 -12
  58. aws_cdk/aws_mediapackagev2/__init__.py +287 -286
  59. aws_cdk/aws_mediatailor/__init__.py +2 -2
  60. aws_cdk/aws_memorydb/__init__.py +2 -2
  61. aws_cdk/aws_msk/__init__.py +6 -3
  62. aws_cdk/aws_mwaa/__init__.py +10 -5
  63. aws_cdk/aws_neptunegraph/__init__.py +84 -66
  64. aws_cdk/aws_networkfirewall/__init__.py +5 -8
  65. aws_cdk/aws_networkmanager/__init__.py +3 -3
  66. aws_cdk/aws_nimblestudio/__init__.py +2 -4
  67. aws_cdk/aws_opensearchservice/__init__.py +12 -10
  68. aws_cdk/aws_osis/__init__.py +1 -3
  69. aws_cdk/aws_pinpoint/__init__.py +5 -5
  70. aws_cdk/aws_pipes/__init__.py +5 -5
  71. aws_cdk/aws_quicksight/__init__.py +5 -10
  72. aws_cdk/aws_rds/__init__.py +43 -26
  73. aws_cdk/aws_redshift/__init__.py +9 -5
  74. aws_cdk/aws_redshiftserverless/__init__.py +62 -38
  75. aws_cdk/aws_rolesanywhere/__init__.py +41 -53
  76. aws_cdk/aws_route53/__init__.py +532 -6
  77. aws_cdk/aws_route53recoverycontrol/__init__.py +1 -3
  78. aws_cdk/aws_route53recoveryreadiness/__init__.py +2 -2
  79. aws_cdk/aws_route53resolver/__init__.py +1 -4
  80. aws_cdk/aws_s3/__init__.py +3 -1
  81. aws_cdk/aws_s3objectlambda/__init__.py +7 -4
  82. aws_cdk/aws_s3outposts/__init__.py +1 -1
  83. aws_cdk/aws_sagemaker/__init__.py +111 -11
  84. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
  85. aws_cdk/aws_sns/__init__.py +185 -38
  86. aws_cdk/aws_ssm/__init__.py +16 -16
  87. aws_cdk/aws_ssmincidents/__init__.py +1 -1
  88. aws_cdk/aws_synthetics/__init__.py +94 -21
  89. aws_cdk/aws_verifiedpermissions/__init__.py +1 -2
  90. aws_cdk/aws_vpclattice/__init__.py +8 -4
  91. aws_cdk/aws_wafv2/__init__.py +14 -59
  92. aws_cdk/aws_workspaces/__init__.py +5 -4
  93. aws_cdk/aws_workspacesweb/__init__.py +6 -12
  94. aws_cdk/pipelines/__init__.py +3 -2
  95. aws_cdk/triggers/__init__.py +22 -0
  96. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/METADATA +1 -1
  97. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/NOTICE +30 -0
  98. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/RECORD +101 -101
  99. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/LICENSE +0 -0
  100. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/WHEEL +0 -0
  101. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/top_level.txt +0 -0
@@ -120,7 +120,7 @@ class CfnNamespace(
120
120
  :param scope: Scope in which this resource is defined.
121
121
  :param id: Construct identifier for this resource (unique in its scope).
122
122
  :param namespace_name: The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in `Reserved Words <https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html>`_ in the Amazon Redshift Database Developer Guide.
123
- :param admin_password_secret_kms_key_id: The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if manageAdminPassword is true.
123
+ :param admin_password_secret_kms_key_id: The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if ``ManageAdminPassword`` is ``true`` .
124
124
  :param admin_username: The username of the administrator for the primary database created in the namespace.
125
125
  :param admin_user_password: The password of the administrator for the primary database created in the namespace.
126
126
  :param db_name: The name of the primary database created in the namespace.
@@ -130,8 +130,8 @@ class CfnNamespace(
130
130
  :param iam_roles: A list of IAM roles to associate with the namespace.
131
131
  :param kms_key_id: The ID of the AWS Key Management Service key used to encrypt your data.
132
132
  :param log_exports: The types of logs the namespace can export. Available export types are ``userlog`` , ``connectionlog`` , and ``useractivitylog`` .
133
- :param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.
134
- :param namespace_resource_policy: The resource policy document that will be attached to the namespace.
133
+ :param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use ``AdminUserPassword`` if ``ManageAdminPassword`` is true. If ``ManageAdminPassword`` is ``false`` or not set, Amazon Redshift uses ``AdminUserPassword`` for the admin user account's password.
134
+ :param namespace_resource_policy: The resource policy that will be attached to the namespace.
135
135
  :param redshift_idc_application_arn: The ARN for the Redshift application that integrates with IAM Identity Center.
136
136
  :param tags: The map of the key-value pairs used to tag the namespace.
137
137
  '''
@@ -192,8 +192,7 @@ class CfnNamespace(
192
192
  @builtins.property
193
193
  @jsii.member(jsii_name="attrNamespace")
194
194
  def attr_namespace(self) -> _IResolvable_da3f097b:
195
- '''The collection of computing resources from which an endpoint is created.
196
-
195
+ '''
197
196
  :cloudformationAttribute: Namespace
198
197
  '''
199
198
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrNamespace"))
@@ -201,7 +200,8 @@ class CfnNamespace(
201
200
  @builtins.property
202
201
  @jsii.member(jsii_name="attrNamespaceAdminUsername")
203
202
  def attr_namespace_admin_username(self) -> builtins.str:
204
- '''
203
+ '''The username of the administrator for the first database created in the namespace.
204
+
205
205
  :cloudformationAttribute: Namespace.AdminUsername
206
206
  '''
207
207
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceAdminUsername"))
@@ -209,7 +209,8 @@ class CfnNamespace(
209
209
  @builtins.property
210
210
  @jsii.member(jsii_name="attrNamespaceCreationDate")
211
211
  def attr_namespace_creation_date(self) -> builtins.str:
212
- '''
212
+ '''The date of when the namespace was created.
213
+
213
214
  :cloudformationAttribute: Namespace.CreationDate
214
215
  '''
215
216
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceCreationDate"))
@@ -217,7 +218,8 @@ class CfnNamespace(
217
218
  @builtins.property
218
219
  @jsii.member(jsii_name="attrNamespaceDbName")
219
220
  def attr_namespace_db_name(self) -> builtins.str:
220
- '''
221
+ '''The name of the first database created in the namespace.
222
+
221
223
  :cloudformationAttribute: Namespace.DbName
222
224
  '''
223
225
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceDbName"))
@@ -225,7 +227,8 @@ class CfnNamespace(
225
227
  @builtins.property
226
228
  @jsii.member(jsii_name="attrNamespaceDefaultIamRoleArn")
227
229
  def attr_namespace_default_iam_role_arn(self) -> builtins.str:
228
- '''
230
+ '''The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
231
+
229
232
  :cloudformationAttribute: Namespace.DefaultIamRoleArn
230
233
  '''
231
234
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceDefaultIamRoleArn"))
@@ -241,7 +244,8 @@ class CfnNamespace(
241
244
  @builtins.property
242
245
  @jsii.member(jsii_name="attrNamespaceKmsKeyId")
243
246
  def attr_namespace_kms_key_id(self) -> builtins.str:
244
- '''
247
+ '''The ID of the AWS Key Management Service key used to encrypt your data.
248
+
245
249
  :cloudformationAttribute: Namespace.KmsKeyId
246
250
  '''
247
251
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceKmsKeyId"))
@@ -257,7 +261,8 @@ class CfnNamespace(
257
261
  @builtins.property
258
262
  @jsii.member(jsii_name="attrNamespaceNamespaceArn")
259
263
  def attr_namespace_namespace_arn(self) -> builtins.str:
260
- '''
264
+ '''The Amazon Resource Name (ARN) associated with a namespace.
265
+
261
266
  :cloudformationAttribute: Namespace.NamespaceArn
262
267
  '''
263
268
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceNamespaceArn"))
@@ -265,7 +270,8 @@ class CfnNamespace(
265
270
  @builtins.property
266
271
  @jsii.member(jsii_name="attrNamespaceNamespaceId")
267
272
  def attr_namespace_namespace_id(self) -> builtins.str:
268
- '''
273
+ '''The unique identifier of a namespace.
274
+
269
275
  :cloudformationAttribute: Namespace.NamespaceId
270
276
  '''
271
277
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceNamespaceId"))
@@ -273,7 +279,10 @@ class CfnNamespace(
273
279
  @builtins.property
274
280
  @jsii.member(jsii_name="attrNamespaceNamespaceName")
275
281
  def attr_namespace_namespace_name(self) -> builtins.str:
276
- '''
282
+ '''The name of the namespace.
283
+
284
+ Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in `Reserved Words <https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html>`_ in the Amazon Redshift Database Developer Guide.
285
+
277
286
  :cloudformationAttribute: Namespace.NamespaceName
278
287
  '''
279
288
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceNamespaceName"))
@@ -281,7 +290,8 @@ class CfnNamespace(
281
290
  @builtins.property
282
291
  @jsii.member(jsii_name="attrNamespaceStatus")
283
292
  def attr_namespace_status(self) -> builtins.str:
284
- '''
293
+ '''The status of the namespace.
294
+
285
295
  :cloudformationAttribute: Namespace.Status
286
296
  '''
287
297
  return typing.cast(builtins.str, jsii.get(self, "attrNamespaceStatus"))
@@ -467,7 +477,7 @@ class CfnNamespace(
467
477
  @builtins.property
468
478
  @jsii.member(jsii_name="namespaceResourcePolicy")
469
479
  def namespace_resource_policy(self) -> typing.Any:
470
- '''The resource policy document that will be attached to the namespace.'''
480
+ '''The resource policy that will be attached to the namespace.'''
471
481
  return typing.cast(typing.Any, jsii.get(self, "namespaceResourcePolicy"))
472
482
 
473
483
  @namespace_resource_policy.setter
@@ -545,8 +555,8 @@ class CfnNamespace(
545
555
  ) -> None:
546
556
  '''A collection of database objects and users.
547
557
 
548
- :param admin_password_secret_arn:
549
- :param admin_password_secret_kms_key_id:
558
+ :param admin_password_secret_arn: The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
559
+ :param admin_password_secret_kms_key_id: The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
550
560
  :param admin_username: The username of the administrator for the first database created in the namespace.
551
561
  :param creation_date: The date of when the namespace was created.
552
562
  :param db_name: The name of the first database created in the namespace.
@@ -629,7 +639,8 @@ class CfnNamespace(
629
639
 
630
640
  @builtins.property
631
641
  def admin_password_secret_arn(self) -> typing.Optional[builtins.str]:
632
- '''
642
+ '''The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
643
+
633
644
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-namespace.html#cfn-redshiftserverless-namespace-namespace-adminpasswordsecretarn
634
645
  '''
635
646
  result = self._values.get("admin_password_secret_arn")
@@ -637,7 +648,8 @@ class CfnNamespace(
637
648
 
638
649
  @builtins.property
639
650
  def admin_password_secret_kms_key_id(self) -> typing.Optional[builtins.str]:
640
- '''
651
+ '''The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
652
+
641
653
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-namespace-namespace.html#cfn-redshiftserverless-namespace-namespace-adminpasswordsecretkmskeyid
642
654
  '''
643
655
  result = self._values.get("admin_password_secret_kms_key_id")
@@ -802,7 +814,7 @@ class CfnNamespaceProps:
802
814
  '''Properties for defining a ``CfnNamespace``.
803
815
 
804
816
  :param namespace_name: The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in `Reserved Words <https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html>`_ in the Amazon Redshift Database Developer Guide.
805
- :param admin_password_secret_kms_key_id: The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if manageAdminPassword is true.
817
+ :param admin_password_secret_kms_key_id: The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if ``ManageAdminPassword`` is ``true`` .
806
818
  :param admin_username: The username of the administrator for the primary database created in the namespace.
807
819
  :param admin_user_password: The password of the administrator for the primary database created in the namespace.
808
820
  :param db_name: The name of the primary database created in the namespace.
@@ -812,8 +824,8 @@ class CfnNamespaceProps:
812
824
  :param iam_roles: A list of IAM roles to associate with the namespace.
813
825
  :param kms_key_id: The ID of the AWS Key Management Service key used to encrypt your data.
814
826
  :param log_exports: The types of logs the namespace can export. Available export types are ``userlog`` , ``connectionlog`` , and ``useractivitylog`` .
815
- :param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.
816
- :param namespace_resource_policy: The resource policy document that will be attached to the namespace.
827
+ :param manage_admin_password: If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials. You can't use ``AdminUserPassword`` if ``ManageAdminPassword`` is true. If ``ManageAdminPassword`` is ``false`` or not set, Amazon Redshift uses ``AdminUserPassword`` for the admin user account's password.
828
+ :param namespace_resource_policy: The resource policy that will be attached to the namespace.
817
829
  :param redshift_idc_application_arn: The ARN for the Redshift application that integrates with IAM Identity Center.
818
830
  :param tags: The map of the key-value pairs used to tag the namespace.
819
831
 
@@ -916,7 +928,7 @@ class CfnNamespaceProps:
916
928
  def admin_password_secret_kms_key_id(self) -> typing.Optional[builtins.str]:
917
929
  '''The ID of the AWS Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
918
930
 
919
- You can only use this parameter if manageAdminPassword is true.
931
+ You can only use this parameter if ``ManageAdminPassword`` is ``true`` .
920
932
 
921
933
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-adminpasswordsecretkmskeyid
922
934
  '''
@@ -1012,7 +1024,7 @@ class CfnNamespaceProps:
1012
1024
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1013
1025
  '''If true, Amazon Redshift uses AWS Secrets Manager to manage the namespace's admin credentials.
1014
1026
 
1015
- You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.
1027
+ You can't use ``AdminUserPassword`` if ``ManageAdminPassword`` is true. If ``ManageAdminPassword`` is ``false`` or not set, Amazon Redshift uses ``AdminUserPassword`` for the admin user account's password.
1016
1028
 
1017
1029
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-manageadminpassword
1018
1030
  '''
@@ -1021,7 +1033,7 @@ class CfnNamespaceProps:
1021
1033
 
1022
1034
  @builtins.property
1023
1035
  def namespace_resource_policy(self) -> typing.Any:
1024
- '''The resource policy document that will be attached to the namespace.
1036
+ '''The resource policy that will be attached to the namespace.
1025
1037
 
1026
1038
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-namespaceresourcepolicy
1027
1039
  '''
@@ -1184,8 +1196,7 @@ class CfnWorkgroup(
1184
1196
  @builtins.property
1185
1197
  @jsii.member(jsii_name="attrWorkgroup")
1186
1198
  def attr_workgroup(self) -> _IResolvable_da3f097b:
1187
- '''Returns the ``Workgroup`` value.
1188
-
1199
+ '''
1189
1200
  :cloudformationAttribute: Workgroup
1190
1201
  '''
1191
1202
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrWorkgroup"))
@@ -1193,7 +1204,8 @@ class CfnWorkgroup(
1193
1204
  @builtins.property
1194
1205
  @jsii.member(jsii_name="attrWorkgroupBaseCapacity")
1195
1206
  def attr_workgroup_base_capacity(self) -> jsii.Number:
1196
- '''
1207
+ '''The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
1208
+
1197
1209
  :cloudformationAttribute: Workgroup.BaseCapacity
1198
1210
  '''
1199
1211
  return typing.cast(jsii.Number, jsii.get(self, "attrWorkgroupBaseCapacity"))
@@ -1209,7 +1221,8 @@ class CfnWorkgroup(
1209
1221
  @builtins.property
1210
1222
  @jsii.member(jsii_name="attrWorkgroupCreationDate")
1211
1223
  def attr_workgroup_creation_date(self) -> builtins.str:
1212
- '''
1224
+ '''The creation date of the workgroup.
1225
+
1213
1226
  :cloudformationAttribute: Workgroup.CreationDate
1214
1227
  '''
1215
1228
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupCreationDate"))
@@ -1225,7 +1238,8 @@ class CfnWorkgroup(
1225
1238
  @builtins.property
1226
1239
  @jsii.member(jsii_name="attrWorkgroupEndpointAddress")
1227
1240
  def attr_workgroup_endpoint_address(self) -> builtins.str:
1228
- '''
1241
+ '''The DNS address of the VPC endpoint.
1242
+
1229
1243
  :cloudformationAttribute: Workgroup.Endpoint.Address
1230
1244
  '''
1231
1245
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupEndpointAddress"))
@@ -1233,7 +1247,10 @@ class CfnWorkgroup(
1233
1247
  @builtins.property
1234
1248
  @jsii.member(jsii_name="attrWorkgroupEndpointPort")
1235
1249
  def attr_workgroup_endpoint_port(self) -> jsii.Number:
1236
- '''
1250
+ '''The custom port to use when connecting to a workgroup.
1251
+
1252
+ Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
1253
+
1237
1254
  :cloudformationAttribute: Workgroup.Endpoint.Port
1238
1255
  '''
1239
1256
  return typing.cast(jsii.Number, jsii.get(self, "attrWorkgroupEndpointPort"))
@@ -1249,7 +1266,8 @@ class CfnWorkgroup(
1249
1266
  @builtins.property
1250
1267
  @jsii.member(jsii_name="attrWorkgroupEnhancedVpcRouting")
1251
1268
  def attr_workgroup_enhanced_vpc_routing(self) -> _IResolvable_da3f097b:
1252
- '''
1269
+ '''The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.
1270
+
1253
1271
  :cloudformationAttribute: Workgroup.EnhancedVpcRouting
1254
1272
  '''
1255
1273
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrWorkgroupEnhancedVpcRouting"))
@@ -1265,7 +1283,8 @@ class CfnWorkgroup(
1265
1283
  @builtins.property
1266
1284
  @jsii.member(jsii_name="attrWorkgroupNamespaceName")
1267
1285
  def attr_workgroup_namespace_name(self) -> builtins.str:
1268
- '''
1286
+ '''The namespace the workgroup is associated with.
1287
+
1269
1288
  :cloudformationAttribute: Workgroup.NamespaceName
1270
1289
  '''
1271
1290
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupNamespaceName"))
@@ -1273,7 +1292,8 @@ class CfnWorkgroup(
1273
1292
  @builtins.property
1274
1293
  @jsii.member(jsii_name="attrWorkgroupPubliclyAccessible")
1275
1294
  def attr_workgroup_publicly_accessible(self) -> _IResolvable_da3f097b:
1276
- '''
1295
+ '''A value that specifies whether the workgroup can be accessible from a public network.
1296
+
1277
1297
  :cloudformationAttribute: Workgroup.PubliclyAccessible
1278
1298
  '''
1279
1299
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrWorkgroupPubliclyAccessible"))
@@ -1289,7 +1309,8 @@ class CfnWorkgroup(
1289
1309
  @builtins.property
1290
1310
  @jsii.member(jsii_name="attrWorkgroupStatus")
1291
1311
  def attr_workgroup_status(self) -> builtins.str:
1292
- '''
1312
+ '''The status of the workgroup.
1313
+
1293
1314
  :cloudformationAttribute: Workgroup.Status
1294
1315
  '''
1295
1316
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupStatus"))
@@ -1305,7 +1326,8 @@ class CfnWorkgroup(
1305
1326
  @builtins.property
1306
1327
  @jsii.member(jsii_name="attrWorkgroupWorkgroupArn")
1307
1328
  def attr_workgroup_workgroup_arn(self) -> builtins.str:
1308
- '''
1329
+ '''The Amazon Resource Name (ARN) that links to the workgroup.
1330
+
1309
1331
  :cloudformationAttribute: Workgroup.WorkgroupArn
1310
1332
  '''
1311
1333
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupWorkgroupArn"))
@@ -1313,7 +1335,8 @@ class CfnWorkgroup(
1313
1335
  @builtins.property
1314
1336
  @jsii.member(jsii_name="attrWorkgroupWorkgroupId")
1315
1337
  def attr_workgroup_workgroup_id(self) -> builtins.str:
1316
- '''
1338
+ '''The unique identifier of the workgroup.
1339
+
1317
1340
  :cloudformationAttribute: Workgroup.WorkgroupId
1318
1341
  '''
1319
1342
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupWorkgroupId"))
@@ -1321,7 +1344,8 @@ class CfnWorkgroup(
1321
1344
  @builtins.property
1322
1345
  @jsii.member(jsii_name="attrWorkgroupWorkgroupName")
1323
1346
  def attr_workgroup_workgroup_name(self) -> builtins.str:
1324
- '''
1347
+ '''The name of the workgroup.
1348
+
1325
1349
  :cloudformationAttribute: Workgroup.WorkgroupName
1326
1350
  '''
1327
1351
  return typing.cast(builtins.str, jsii.get(self, "attrWorkgroupWorkgroupName"))
@@ -365,11 +365,7 @@ class CfnProfile(
365
365
  metaclass=jsii.JSIIMeta,
366
366
  jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnProfile",
367
367
  ):
368
- '''Creates a *profile* , a list of the roles that Roles Anywhere service is trusted to assume.
369
-
370
- You use profiles to intersect permissions with IAM managed policies.
371
-
372
- *Required permissions:* ``rolesanywhere:CreateProfile`` .
368
+ '''Creates a Profile.
373
369
 
374
370
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html
375
371
  :cloudformationResource: AWS::RolesAnywhere::Profile
@@ -415,14 +411,14 @@ class CfnProfile(
415
411
  '''
416
412
  :param scope: Scope in which this resource is defined.
417
413
  :param id: Construct identifier for this resource (unique in its scope).
418
- :param name: The name of the profile.
419
- :param role_arns: A list of IAM role ARNs. During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
420
- :param duration_seconds: Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
421
- :param enabled: Indicates whether the profile is enabled.
422
- :param managed_policy_arns: A list of managed policy ARNs that apply to the vended session credentials.
423
- :param require_instance_properties: Specifies whether instance properties are required in temporary credential requests with this profile.
424
- :param session_policy: A session policy that applies to the trust boundary of the vended session credentials.
425
- :param tags: The tags to attach to the profile.
414
+ :param name: The customer specified name of the resource.
415
+ :param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
416
+ :param duration_seconds: The number of seconds vended session credentials will be valid for.
417
+ :param enabled: The enabled status of the resource.
418
+ :param managed_policy_arns: A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.
419
+ :param require_instance_properties: Specifies whether instance properties are required in CreateSession requests with this profile.
420
+ :param session_policy: A session policy that will applied to the trust boundary of the vended session credentials.
421
+ :param tags: A list of Tags.
426
422
  '''
427
423
  if __debug__:
428
424
  type_hints = typing.get_type_hints(_typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138af1a7af8)
@@ -503,7 +499,7 @@ class CfnProfile(
503
499
  @builtins.property
504
500
  @jsii.member(jsii_name="name")
505
501
  def name(self) -> builtins.str:
506
- '''The name of the profile.'''
502
+ '''The customer specified name of the resource.'''
507
503
  return typing.cast(builtins.str, jsii.get(self, "name"))
508
504
 
509
505
  @name.setter
@@ -516,7 +512,7 @@ class CfnProfile(
516
512
  @builtins.property
517
513
  @jsii.member(jsii_name="roleArns")
518
514
  def role_arns(self) -> typing.List[builtins.str]:
519
- '''A list of IAM role ARNs.'''
515
+ '''A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.'''
520
516
  return typing.cast(typing.List[builtins.str], jsii.get(self, "roleArns"))
521
517
 
522
518
  @role_arns.setter
@@ -529,7 +525,7 @@ class CfnProfile(
529
525
  @builtins.property
530
526
  @jsii.member(jsii_name="durationSeconds")
531
527
  def duration_seconds(self) -> typing.Optional[jsii.Number]:
532
- '''Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.'''
528
+ '''The number of seconds vended session credentials will be valid for.'''
533
529
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "durationSeconds"))
534
530
 
535
531
  @duration_seconds.setter
@@ -544,7 +540,7 @@ class CfnProfile(
544
540
  def enabled(
545
541
  self,
546
542
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
547
- '''Indicates whether the profile is enabled.'''
543
+ '''The enabled status of the resource.'''
548
544
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enabled"))
549
545
 
550
546
  @enabled.setter
@@ -560,7 +556,7 @@ class CfnProfile(
560
556
  @builtins.property
561
557
  @jsii.member(jsii_name="managedPolicyArns")
562
558
  def managed_policy_arns(self) -> typing.Optional[typing.List[builtins.str]]:
563
- '''A list of managed policy ARNs that apply to the vended session credentials.'''
559
+ '''A list of managed policy ARNs.'''
564
560
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "managedPolicyArns"))
565
561
 
566
562
  @managed_policy_arns.setter
@@ -578,7 +574,7 @@ class CfnProfile(
578
574
  def require_instance_properties(
579
575
  self,
580
576
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
581
- '''Specifies whether instance properties are required in temporary credential requests with this profile.'''
577
+ '''Specifies whether instance properties are required in CreateSession requests with this profile.'''
582
578
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "requireInstanceProperties"))
583
579
 
584
580
  @require_instance_properties.setter
@@ -594,7 +590,7 @@ class CfnProfile(
594
590
  @builtins.property
595
591
  @jsii.member(jsii_name="sessionPolicy")
596
592
  def session_policy(self) -> typing.Optional[builtins.str]:
597
- '''A session policy that applies to the trust boundary of the vended session credentials.'''
593
+ '''A session policy that will applied to the trust boundary of the vended session credentials.'''
598
594
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sessionPolicy"))
599
595
 
600
596
  @session_policy.setter
@@ -607,7 +603,7 @@ class CfnProfile(
607
603
  @builtins.property
608
604
  @jsii.member(jsii_name="tagsRaw")
609
605
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
610
- '''The tags to attach to the profile.'''
606
+ '''A list of Tags.'''
611
607
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
612
608
 
613
609
  @tags_raw.setter
@@ -647,14 +643,14 @@ class CfnProfileProps:
647
643
  ) -> None:
648
644
  '''Properties for defining a ``CfnProfile``.
649
645
 
650
- :param name: The name of the profile.
651
- :param role_arns: A list of IAM role ARNs. During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
652
- :param duration_seconds: Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
653
- :param enabled: Indicates whether the profile is enabled.
654
- :param managed_policy_arns: A list of managed policy ARNs that apply to the vended session credentials.
655
- :param require_instance_properties: Specifies whether instance properties are required in temporary credential requests with this profile.
656
- :param session_policy: A session policy that applies to the trust boundary of the vended session credentials.
657
- :param tags: The tags to attach to the profile.
646
+ :param name: The customer specified name of the resource.
647
+ :param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
648
+ :param duration_seconds: The number of seconds vended session credentials will be valid for.
649
+ :param enabled: The enabled status of the resource.
650
+ :param managed_policy_arns: A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.
651
+ :param require_instance_properties: Specifies whether instance properties are required in CreateSession requests with this profile.
652
+ :param session_policy: A session policy that will applied to the trust boundary of the vended session credentials.
653
+ :param tags: A list of Tags.
658
654
 
659
655
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html
660
656
  :exampleMetadata: fixture=_generated
@@ -710,7 +706,7 @@ class CfnProfileProps:
710
706
 
711
707
  @builtins.property
712
708
  def name(self) -> builtins.str:
713
- '''The name of the profile.
709
+ '''The customer specified name of the resource.
714
710
 
715
711
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-name
716
712
  '''
@@ -720,9 +716,7 @@ class CfnProfileProps:
720
716
 
721
717
  @builtins.property
722
718
  def role_arns(self) -> typing.List[builtins.str]:
723
- '''A list of IAM role ARNs.
724
-
725
- During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
719
+ '''A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
726
720
 
727
721
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-rolearns
728
722
  '''
@@ -732,7 +726,7 @@ class CfnProfileProps:
732
726
 
733
727
  @builtins.property
734
728
  def duration_seconds(self) -> typing.Optional[jsii.Number]:
735
- '''Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
729
+ '''The number of seconds vended session credentials will be valid for.
736
730
 
737
731
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-durationseconds
738
732
  '''
@@ -743,7 +737,7 @@ class CfnProfileProps:
743
737
  def enabled(
744
738
  self,
745
739
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
746
- '''Indicates whether the profile is enabled.
740
+ '''The enabled status of the resource.
747
741
 
748
742
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-enabled
749
743
  '''
@@ -752,7 +746,9 @@ class CfnProfileProps:
752
746
 
753
747
  @builtins.property
754
748
  def managed_policy_arns(self) -> typing.Optional[typing.List[builtins.str]]:
755
- '''A list of managed policy ARNs that apply to the vended session credentials.
749
+ '''A list of managed policy ARNs.
750
+
751
+ Managed policies identified by this list will be applied to the vended session credentials.
756
752
 
757
753
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-managedpolicyarns
758
754
  '''
@@ -763,7 +759,7 @@ class CfnProfileProps:
763
759
  def require_instance_properties(
764
760
  self,
765
761
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
766
- '''Specifies whether instance properties are required in temporary credential requests with this profile.
762
+ '''Specifies whether instance properties are required in CreateSession requests with this profile.
767
763
 
768
764
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-requireinstanceproperties
769
765
  '''
@@ -772,7 +768,7 @@ class CfnProfileProps:
772
768
 
773
769
  @builtins.property
774
770
  def session_policy(self) -> typing.Optional[builtins.str]:
775
- '''A session policy that applies to the trust boundary of the vended session credentials.
771
+ '''A session policy that will applied to the trust boundary of the vended session credentials.
776
772
 
777
773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-sessionpolicy
778
774
  '''
@@ -781,7 +777,7 @@ class CfnProfileProps:
781
777
 
782
778
  @builtins.property
783
779
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
784
- '''The tags to attach to the profile.
780
+ '''A list of Tags.
785
781
 
786
782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-tags
787
783
  '''
@@ -806,11 +802,7 @@ class CfnTrustAnchor(
806
802
  metaclass=jsii.JSIIMeta,
807
803
  jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnTrustAnchor",
808
804
  ):
809
- '''Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).
810
-
811
- You can define a trust anchor as a reference to an AWS Private Certificate Authority ( AWS Private CA ) or by uploading a CA certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary AWS credentials.
812
-
813
- *Required permissions:* ``rolesanywhere:CreateTrustAnchor`` .
805
+ '''Creates a TrustAnchor.
814
806
 
815
807
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-trustanchor.html
816
808
  :cloudformationResource: AWS::RolesAnywhere::TrustAnchor
@@ -1154,7 +1146,7 @@ class CfnTrustAnchor(
1154
1146
  acm_pca_arn: typing.Optional[builtins.str] = None,
1155
1147
  x509_certificate_data: typing.Optional[builtins.str] = None,
1156
1148
  ) -> None:
1157
- '''The data field of the trust anchor depending on its type.
1149
+ '''A union object representing the data field of the TrustAnchor depending on its type.
1158
1150
 
1159
1151
  :param acm_pca_arn: The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type ``AWS_ACM_PCA`` . .. epigraph:: This field is not supported in your region.
1160
1152
  :param x509_certificate_data: The PEM-encoded data for the certificate anchor. Included for trust anchors of type ``CERTIFICATE_BUNDLE`` .
@@ -1231,10 +1223,10 @@ class CfnTrustAnchor(
1231
1223
  source_data: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTrustAnchor.SourceDataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1232
1224
  source_type: typing.Optional[builtins.str] = None,
1233
1225
  ) -> None:
1234
- '''The trust anchor type and its related certificate data.
1226
+ '''Object representing the TrustAnchor type and its related certificate data.
1235
1227
 
1236
- :param source_data: The data field of the trust anchor depending on its type.
1237
- :param source_type: The type of the TrustAnchor. .. epigraph:: ``AWS_ACM_PCA`` is not an allowed value in your region.
1228
+ :param source_data: A union object representing the data field of the TrustAnchor depending on its type.
1229
+ :param source_type: The type of the TrustAnchor.
1238
1230
 
1239
1231
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html
1240
1232
  :exampleMetadata: fixture=_generated
@@ -1267,7 +1259,7 @@ class CfnTrustAnchor(
1267
1259
  def source_data(
1268
1260
  self,
1269
1261
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTrustAnchor.SourceDataProperty"]]:
1270
- '''The data field of the trust anchor depending on its type.
1262
+ '''A union object representing the data field of the TrustAnchor depending on its type.
1271
1263
 
1272
1264
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html#cfn-rolesanywhere-trustanchor-source-sourcedata
1273
1265
  '''
@@ -1278,10 +1270,6 @@ class CfnTrustAnchor(
1278
1270
  def source_type(self) -> typing.Optional[builtins.str]:
1279
1271
  '''The type of the TrustAnchor.
1280
1272
 
1281
- .. epigraph::
1282
-
1283
- ``AWS_ACM_PCA`` is not an allowed value in your region.
1284
-
1285
1273
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html#cfn-rolesanywhere-trustanchor-source-sourcetype
1286
1274
  '''
1287
1275
  result = self._values.get("source_type")