aws-cdk-lib 2.206.0__py3-none-any.whl → 2.208.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 (44) hide show
  1. aws_cdk/__init__.py +96 -15
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.206.0.jsii.tgz → aws-cdk-lib@2.208.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_aiops/__init__.py +70 -76
  5. aws_cdk/aws_amazonmq/__init__.py +8 -18
  6. aws_cdk/aws_appstream/__init__.py +36 -4
  7. aws_cdk/aws_autoscaling/__init__.py +20 -0
  8. aws_cdk/aws_bedrock/__init__.py +317 -142
  9. aws_cdk/aws_certificatemanager/__init__.py +48 -3
  10. aws_cdk/aws_cleanrooms/__init__.py +6 -2
  11. aws_cdk/aws_cloudformation/__init__.py +28 -15
  12. aws_cdk/aws_cloudfront/__init__.py +12 -2
  13. aws_cdk/aws_cloudwatch/__init__.py +574 -33
  14. aws_cdk/aws_connect/__init__.py +107 -3
  15. aws_cdk/aws_customerprofiles/__init__.py +27 -22
  16. aws_cdk/aws_datasync/__init__.py +14 -15
  17. aws_cdk/aws_docdb/__init__.py +5 -3
  18. aws_cdk/aws_ec2/__init__.py +59 -13
  19. aws_cdk/aws_ecs/__init__.py +185 -47
  20. aws_cdk/aws_events/__init__.py +142 -0
  21. aws_cdk/aws_gamelift/__init__.py +2 -2
  22. aws_cdk/aws_guardduty/__init__.py +86 -0
  23. aws_cdk/aws_iotsitewise/__init__.py +13 -9
  24. aws_cdk/aws_kinesisfirehose/__init__.py +377 -4
  25. aws_cdk/aws_kms/__init__.py +19 -17
  26. aws_cdk/aws_logs/__init__.py +4775 -764
  27. aws_cdk/aws_mediapackagev2/__init__.py +950 -48
  28. aws_cdk/aws_omics/__init__.py +13 -10
  29. aws_cdk/aws_opsworkscm/__init__.py +2 -4
  30. aws_cdk/aws_quicksight/__init__.py +111 -4
  31. aws_cdk/aws_rds/__init__.py +358 -27
  32. aws_cdk/aws_s3/__init__.py +781 -8
  33. aws_cdk/aws_s3express/__init__.py +61 -3
  34. aws_cdk/aws_s3tables/__init__.py +254 -0
  35. aws_cdk/aws_sagemaker/__init__.py +527 -140
  36. aws_cdk/aws_ssm/__init__.py +106 -33
  37. aws_cdk/aws_transfer/__init__.py +70 -11
  38. aws_cdk/aws_wisdom/__init__.py +1185 -100
  39. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/METADATA +2 -2
  40. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/RECORD +44 -44
  41. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/LICENSE +0 -0
  42. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/NOTICE +0 -0
  43. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/WHEEL +0 -0
  44. {aws_cdk_lib-2.206.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/top_level.txt +0 -0
@@ -97,12 +97,12 @@ class CfnInvestigationGroup(
97
97
 
98
98
  Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
99
99
 
100
- To create an investigation group and set up Amazon Q Developer operational investigations, you must be signed in to an IAM principal that has the either the ``AIOpsConsoleAdminPolicy`` or the ``AdministratorAccess`` IAM policy attached, or to an account that has similar permissions.
100
+ To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the ``AIOpsConsoleAdminPolicy`` or the ``AdministratorAccess`` IAM policy attached, or to an account that has similar permissions.
101
101
  .. epigraph::
102
102
 
103
- You can optionally configure CloudWatch alarms to start investigations and add events to investigations. The examples section on this page demonstrates creating an investigation group and an alarm at the same time.
103
+ You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with ``CreateInvestigationGroup`` and you want to enable alarms to do this, you must use ``PutInvestigationGroupPolicy`` to create a resource policy that grants this permission to CloudWatch alarms.
104
104
 
105
- For more information about configuring CloudWatch alarms to work with Amazon Q Developer operational investigations, see
105
+ For more information about configuring CloudWatch alarms, see `Using Amazon CloudWatch alarms <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html>`_
106
106
 
107
107
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html
108
108
  :cloudformationResource: AWS::AIOps::InvestigationGroup
@@ -160,16 +160,16 @@ class CfnInvestigationGroup(
160
160
  '''
161
161
  :param scope: Scope in which this resource is defined.
162
162
  :param id: Construct identifier for this resource (unique in its scope).
163
- :param name: A name for the investigation group.
164
- :param chatbot_notification_channels: Use this property to integrate Amazon Q Developer operational investigations with Amazon Q in chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more Amazon Q in chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
165
- :param cross_account_configurations: An array of cross account configurations.
166
- :param encryption_config: Use this property to specify a customer managed AWS KMS key to encrypt your investigation data. If you omit this property, Amazon Q Developer operational investigations will use an AWS key to encrypt the data. For more information, see `Encryption of investigation data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS>`_ .
167
- :param investigation_group_policy: Investigation Group policy.
168
- :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable Amazon Q Developer operational investigations to have access to change events that are recorded by CloudTrail . The default is ``true`` .
169
- :param retention_in_days: Specify how long that investigation data is kept. For more information, see `Operational investigation data retention <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Retention.html>`_ . If you omit this parameter, the default of 90 days is used.
170
- :param role_arn: Specify the ARN of the IAM role that Amazon Q Developer operational investigations will use when it gathers investigation data. The permissions in this role determine which of your resources that Amazon Q Developer operational investigations will have access to during investigations. For more information, see `How to control what data Amazon Q has access to during investigations <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data>`_ .
171
- :param tag_key_boundaries: Enter the existing custom tag keys for custom applications in your system. Resource tags help Amazon Q narrow the search space when it is unable to discover definite relationships between resources. For example, to discover that an Amazon ECS service depends on an Amazon RDS database, Amazon Q can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, Amazon Q will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by Amazon Q in these cases. You don't need to enter tags created by myApplications or AWS CloudFormation , because Amazon Q can automatically detect those tags.
172
- :param tags: A list of key-value pairs to associate with the investigation group. You can associate as many as 50 tags with an investigation group. Tags can help you organize and categorize your resources.
163
+ :param name: Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
164
+ :param chatbot_notification_channels: Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
165
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
166
+ :param encryption_config: Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
167
+ :param investigation_group_policy: Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
168
+ :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is ``true`` .
169
+ :param retention_in_days: Specifies how long that investigation data is kept.
170
+ :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
171
+ :param tag_key_boundaries: Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
172
+ :param tags: The list of key-value pairs to associate with the resource.
173
173
  '''
174
174
  if __debug__:
175
175
  type_hints = typing.get_type_hints(_typecheckingstub__f390e65acdf4efe0289b1b8e5f17c031f7a88a13963effed34b7d4944b31dd7e)
@@ -225,8 +225,6 @@ class CfnInvestigationGroup(
225
225
  def attr_arn(self) -> builtins.str:
226
226
  '''The Amazon Resource Name (ARN) of the investigation group.
227
227
 
228
- For example, ``arn:aws:aiops: *Region* : *account-id* :investigation-group: *investigation-group-id*``
229
-
230
228
  :cloudformationAttribute: Arn
231
229
  '''
232
230
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -261,7 +259,7 @@ class CfnInvestigationGroup(
261
259
  @builtins.property
262
260
  @jsii.member(jsii_name="attrLastModifiedBy")
263
261
  def attr_last_modified_by(self) -> builtins.str:
264
- '''The name of the user who most recently modified the investigation group.
262
+ '''The name of the user who created the investigation group.
265
263
 
266
264
  :cloudformationAttribute: LastModifiedBy
267
265
  '''
@@ -281,7 +279,7 @@ class CfnInvestigationGroup(
281
279
  @builtins.property
282
280
  @jsii.member(jsii_name="name")
283
281
  def name(self) -> builtins.str:
284
- '''A name for the investigation group.'''
282
+ '''Specify either the name or the ARN of the investigation group that you want to view.'''
285
283
  return typing.cast(builtins.str, jsii.get(self, "name"))
286
284
 
287
285
  @name.setter
@@ -296,7 +294,7 @@ class CfnInvestigationGroup(
296
294
  def chatbot_notification_channels(
297
295
  self,
298
296
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.ChatbotNotificationChannelProperty"]]]]:
299
- '''Use this property to integrate Amazon Q Developer operational investigations with Amazon Q in chat applications.'''
297
+ '''Use this property to integrate CloudWatch investigations with chat applications.'''
300
298
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.ChatbotNotificationChannelProperty"]]]], jsii.get(self, "chatbotNotificationChannels"))
301
299
 
302
300
  @chatbot_notification_channels.setter
@@ -314,7 +312,7 @@ class CfnInvestigationGroup(
314
312
  def cross_account_configurations(
315
313
  self,
316
314
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]]:
317
- '''An array of cross account configurations.'''
315
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.'''
318
316
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]], jsii.get(self, "crossAccountConfigurations"))
319
317
 
320
318
  @cross_account_configurations.setter
@@ -332,7 +330,7 @@ class CfnInvestigationGroup(
332
330
  def encryption_config(
333
331
  self,
334
332
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.EncryptionConfigMapProperty"]]:
335
- '''Use this property to specify a customer managed AWS KMS key to encrypt your investigation data.'''
333
+ '''Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one.'''
336
334
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.EncryptionConfigMapProperty"]], jsii.get(self, "encryptionConfig"))
337
335
 
338
336
  @encryption_config.setter
@@ -348,7 +346,7 @@ class CfnInvestigationGroup(
348
346
  @builtins.property
349
347
  @jsii.member(jsii_name="investigationGroupPolicy")
350
348
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
351
- '''Investigation Group policy.'''
349
+ '''Returns the JSON of the IAM resource policy associated with the specified investigation group in a string.'''
352
350
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "investigationGroupPolicy"))
353
351
 
354
352
  @investigation_group_policy.setter
@@ -363,7 +361,7 @@ class CfnInvestigationGroup(
363
361
  def is_cloud_trail_event_history_enabled(
364
362
  self,
365
363
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
366
- '''Specify ``true`` to enable Amazon Q Developer operational investigations to have access to change events that are recorded by CloudTrail .'''
364
+ '''Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail.'''
367
365
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "isCloudTrailEventHistoryEnabled"))
368
366
 
369
367
  @is_cloud_trail_event_history_enabled.setter
@@ -379,10 +377,7 @@ class CfnInvestigationGroup(
379
377
  @builtins.property
380
378
  @jsii.member(jsii_name="retentionInDays")
381
379
  def retention_in_days(self) -> typing.Optional[jsii.Number]:
382
- '''Specify how long that investigation data is kept.
383
-
384
- For more information, see `Operational investigation data retention <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Retention.html>`_ .
385
- '''
380
+ '''Specifies how long that investigation data is kept.'''
386
381
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "retentionInDays"))
387
382
 
388
383
  @retention_in_days.setter
@@ -395,7 +390,7 @@ class CfnInvestigationGroup(
395
390
  @builtins.property
396
391
  @jsii.member(jsii_name="roleArn")
397
392
  def role_arn(self) -> typing.Optional[builtins.str]:
398
- '''Specify the ARN of the IAM role that Amazon Q Developer operational investigations will use when it gathers investigation data.'''
393
+ '''The ARN of the IAM role that the investigation group uses for permissions to gather data.'''
399
394
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "roleArn"))
400
395
 
401
396
  @role_arn.setter
@@ -408,7 +403,7 @@ class CfnInvestigationGroup(
408
403
  @builtins.property
409
404
  @jsii.member(jsii_name="tagKeyBoundaries")
410
405
  def tag_key_boundaries(self) -> typing.Optional[typing.List[builtins.str]]:
411
- '''Enter the existing custom tag keys for custom applications in your system.'''
406
+ '''Displays the custom tag keys for custom applications in your system that you have specified in the investigation group.'''
412
407
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "tagKeyBoundaries"))
413
408
 
414
409
  @tag_key_boundaries.setter
@@ -424,7 +419,7 @@ class CfnInvestigationGroup(
424
419
  @builtins.property
425
420
  @jsii.member(jsii_name="tags")
426
421
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
427
- '''A list of key-value pairs to associate with the investigation group.'''
422
+ '''The list of key-value pairs to associate with the resource.'''
428
423
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
429
424
 
430
425
  @tags.setter
@@ -449,12 +444,12 @@ class CfnInvestigationGroup(
449
444
  chat_configuration_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
450
445
  sns_topic_arn: typing.Optional[builtins.str] = None,
451
446
  ) -> None:
452
- '''This structure is a string array.
447
+ '''Use this structure to integrate CloudWatch investigations with chat applications.
453
448
 
454
- The first string is the ARN of a Amazon SNS topic. The array of strings display the ARNs of Amazon Q in chat applications configurations that are associated with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
449
+ This structure is a string array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
455
450
 
456
- :param chat_configuration_arns:
457
- :param sns_topic_arn:
451
+ :param chat_configuration_arns: Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
452
+ :param sns_topic_arn: Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
458
453
 
459
454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html
460
455
  :exampleMetadata: fixture=_generated
@@ -482,7 +477,8 @@ class CfnInvestigationGroup(
482
477
 
483
478
  @builtins.property
484
479
  def chat_configuration_arns(self) -> typing.Optional[typing.List[builtins.str]]:
485
- '''
480
+ '''Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
481
+
486
482
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-chatconfigurationarns
487
483
  '''
488
484
  result = self._values.get("chat_configuration_arns")
@@ -490,7 +486,8 @@ class CfnInvestigationGroup(
490
486
 
491
487
  @builtins.property
492
488
  def sns_topic_arn(self) -> typing.Optional[builtins.str]:
493
- '''
489
+ '''Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
490
+
494
491
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-snstopicarn
495
492
  '''
496
493
  result = self._values.get("sns_topic_arn")
@@ -518,8 +515,9 @@ class CfnInvestigationGroup(
518
515
  *,
519
516
  source_role_arn: typing.Optional[builtins.str] = None,
520
517
  ) -> None:
521
- '''
522
- :param source_role_arn: The Investigation Role's ARN.
518
+ '''This structure contains information about the cross-account configuration in the account.
519
+
520
+ :param source_role_arn: The ARN of an existing role which will be used to do investigations on your behalf.
523
521
 
524
522
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html
525
523
  :exampleMetadata: fixture=_generated
@@ -543,7 +541,7 @@ class CfnInvestigationGroup(
543
541
 
544
542
  @builtins.property
545
543
  def source_role_arn(self) -> typing.Optional[builtins.str]:
546
- '''The Investigation Role's ARN.
544
+ '''The ARN of an existing role which will be used to do investigations on your behalf.
547
545
 
548
546
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html#cfn-aiops-investigationgroup-crossaccountconfiguration-sourcerolearn
549
547
  '''
@@ -576,8 +574,11 @@ class CfnInvestigationGroup(
576
574
  encryption_configuration_type: typing.Optional[builtins.str] = None,
577
575
  kms_key_id: typing.Optional[builtins.str] = None,
578
576
  ) -> None:
579
- '''
580
- :param encryption_configuration_type:
577
+ '''Use this structure if you want to use a customer managed AWS KMS key to encrypt your investigation data.
578
+
579
+ If you omit this parameter, CloudWatch investigations will use an AWS key to encrypt the data. For more information, see `Encryption of investigation data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS>`_ .
580
+
581
+ :param encryption_configuration_type: Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
581
582
  :param kms_key_id: If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
582
583
 
583
584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html
@@ -606,7 +607,8 @@ class CfnInvestigationGroup(
606
607
 
607
608
  @builtins.property
608
609
  def encryption_configuration_type(self) -> typing.Optional[builtins.str]:
609
- '''
610
+ '''Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
611
+
610
612
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html#cfn-aiops-investigationgroup-encryptionconfigmap-encryptionconfigurationtype
611
613
  '''
612
614
  result = self._values.get("encryption_configuration_type")
@@ -666,16 +668,16 @@ class CfnInvestigationGroupProps:
666
668
  ) -> None:
667
669
  '''Properties for defining a ``CfnInvestigationGroup``.
668
670
 
669
- :param name: A name for the investigation group.
670
- :param chatbot_notification_channels: Use this property to integrate Amazon Q Developer operational investigations with Amazon Q in chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more Amazon Q in chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
671
- :param cross_account_configurations: An array of cross account configurations.
672
- :param encryption_config: Use this property to specify a customer managed AWS KMS key to encrypt your investigation data. If you omit this property, Amazon Q Developer operational investigations will use an AWS key to encrypt the data. For more information, see `Encryption of investigation data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS>`_ .
673
- :param investigation_group_policy: Investigation Group policy.
674
- :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable Amazon Q Developer operational investigations to have access to change events that are recorded by CloudTrail . The default is ``true`` .
675
- :param retention_in_days: Specify how long that investigation data is kept. For more information, see `Operational investigation data retention <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Retention.html>`_ . If you omit this parameter, the default of 90 days is used.
676
- :param role_arn: Specify the ARN of the IAM role that Amazon Q Developer operational investigations will use when it gathers investigation data. The permissions in this role determine which of your resources that Amazon Q Developer operational investigations will have access to during investigations. For more information, see `How to control what data Amazon Q has access to during investigations <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data>`_ .
677
- :param tag_key_boundaries: Enter the existing custom tag keys for custom applications in your system. Resource tags help Amazon Q narrow the search space when it is unable to discover definite relationships between resources. For example, to discover that an Amazon ECS service depends on an Amazon RDS database, Amazon Q can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, Amazon Q will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by Amazon Q in these cases. You don't need to enter tags created by myApplications or AWS CloudFormation , because Amazon Q can automatically detect those tags.
678
- :param tags: A list of key-value pairs to associate with the investigation group. You can associate as many as 50 tags with an investigation group. Tags can help you organize and categorize your resources.
671
+ :param name: Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
672
+ :param chatbot_notification_channels: Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
673
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
674
+ :param encryption_config: Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
675
+ :param investigation_group_policy: Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
676
+ :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is ``true`` .
677
+ :param retention_in_days: Specifies how long that investigation data is kept.
678
+ :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
679
+ :param tag_key_boundaries: Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
680
+ :param tags: The list of key-value pairs to associate with the resource.
679
681
 
680
682
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html
681
683
  :exampleMetadata: fixture=_generated
@@ -748,7 +750,9 @@ class CfnInvestigationGroupProps:
748
750
 
749
751
  @builtins.property
750
752
  def name(self) -> builtins.str:
751
- '''A name for the investigation group.
753
+ '''Specify either the name or the ARN of the investigation group that you want to view.
754
+
755
+ This is used to set the name of the investigation group.
752
756
 
753
757
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name
754
758
  '''
@@ -760,9 +764,9 @@ class CfnInvestigationGroupProps:
760
764
  def chatbot_notification_channels(
761
765
  self,
762
766
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInvestigationGroup.ChatbotNotificationChannelProperty]]]]:
763
- '''Use this property to integrate Amazon Q Developer operational investigations with Amazon Q in chat applications.
767
+ '''Use this property to integrate CloudWatch investigations with chat applications.
764
768
 
765
- This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more Amazon Q in chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
769
+ This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
766
770
 
767
771
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-chatbotnotificationchannels
768
772
  '''
@@ -773,7 +777,7 @@ class CfnInvestigationGroupProps:
773
777
  def cross_account_configurations(
774
778
  self,
775
779
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInvestigationGroup.CrossAccountConfigurationProperty]]]]:
776
- '''An array of cross account configurations.
780
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.
777
781
 
778
782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations
779
783
  '''
@@ -784,9 +788,9 @@ class CfnInvestigationGroupProps:
784
788
  def encryption_config(
785
789
  self,
786
790
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInvestigationGroup.EncryptionConfigMapProperty]]:
787
- '''Use this property to specify a customer managed AWS KMS key to encrypt your investigation data.
791
+ '''Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one.
788
792
 
789
- If you omit this property, Amazon Q Developer operational investigations will use an AWS key to encrypt the data. For more information, see `Encryption of investigation data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS>`_ .
793
+ If not, the investigation group uses an AWS key to encrypt the data.
790
794
 
791
795
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-encryptionconfig
792
796
  '''
@@ -795,7 +799,9 @@ class CfnInvestigationGroupProps:
795
799
 
796
800
  @builtins.property
797
801
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
798
- '''Investigation Group policy.
802
+ '''Returns the JSON of the IAM resource policy associated with the specified investigation group in a string.
803
+
804
+ For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
799
805
 
800
806
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy
801
807
  '''
@@ -806,7 +812,7 @@ class CfnInvestigationGroupProps:
806
812
  def is_cloud_trail_event_history_enabled(
807
813
  self,
808
814
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
809
- '''Specify ``true`` to enable Amazon Q Developer operational investigations to have access to change events that are recorded by CloudTrail .
815
+ '''Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail.
810
816
 
811
817
  The default is ``true`` .
812
818
 
@@ -817,9 +823,7 @@ class CfnInvestigationGroupProps:
817
823
 
818
824
  @builtins.property
819
825
  def retention_in_days(self) -> typing.Optional[jsii.Number]:
820
- '''Specify how long that investigation data is kept. For more information, see `Operational investigation data retention <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Retention.html>`_ .
821
-
822
- If you omit this parameter, the default of 90 days is used.
826
+ '''Specifies how long that investigation data is kept.
823
827
 
824
828
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-retentionindays
825
829
  '''
@@ -828,11 +832,7 @@ class CfnInvestigationGroupProps:
828
832
 
829
833
  @builtins.property
830
834
  def role_arn(self) -> typing.Optional[builtins.str]:
831
- '''Specify the ARN of the IAM role that Amazon Q Developer operational investigations will use when it gathers investigation data.
832
-
833
- The permissions in this role determine which of your resources that Amazon Q Developer operational investigations will have access to during investigations.
834
-
835
- For more information, see `How to control what data Amazon Q has access to during investigations <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data>`_ .
835
+ '''The ARN of the IAM role that the investigation group uses for permissions to gather data.
836
836
 
837
837
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-rolearn
838
838
  '''
@@ -841,11 +841,9 @@ class CfnInvestigationGroupProps:
841
841
 
842
842
  @builtins.property
843
843
  def tag_key_boundaries(self) -> typing.Optional[typing.List[builtins.str]]:
844
- '''Enter the existing custom tag keys for custom applications in your system.
845
-
846
- Resource tags help Amazon Q narrow the search space when it is unable to discover definite relationships between resources. For example, to discover that an Amazon ECS service depends on an Amazon RDS database, Amazon Q can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, Amazon Q will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by Amazon Q in these cases.
844
+ '''Displays the custom tag keys for custom applications in your system that you have specified in the investigation group.
847
845
 
848
- You don't need to enter tags created by myApplications or AWS CloudFormation , because Amazon Q can automatically detect those tags.
846
+ Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
849
847
 
850
848
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tagkeyboundaries
851
849
  '''
@@ -854,11 +852,7 @@ class CfnInvestigationGroupProps:
854
852
 
855
853
  @builtins.property
856
854
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
857
- '''A list of key-value pairs to associate with the investigation group.
858
-
859
- You can associate as many as 50 tags with an investigation group.
860
-
861
- Tags can help you organize and categorize your resources.
855
+ '''The list of key-value pairs to associate with the resource.
862
856
 
863
857
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tags
864
858
  '''
@@ -122,7 +122,6 @@ class CfnBroker(
122
122
  # the properties below are optional
123
123
  console_access=False,
124
124
  groups=["groups"],
125
- jolokia_api_access="jolokiaApiAccess",
126
125
  replication_user=False
127
126
  )],
128
127
 
@@ -329,6 +328,14 @@ class CfnBroker(
329
328
  '''
330
329
  return typing.cast(jsii.Number, jsii.get(self, "attrConfigurationRevision"))
331
330
 
331
+ @builtins.property
332
+ @jsii.member(jsii_name="attrConsoleUrLs")
333
+ def attr_console_ur_ls(self) -> typing.List[builtins.str]:
334
+ '''
335
+ :cloudformationAttribute: ConsoleURLs
336
+ '''
337
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrConsoleUrLs"))
338
+
332
339
  @builtins.property
333
340
  @jsii.member(jsii_name="attrId")
334
341
  def attr_id(self) -> builtins.str:
@@ -1359,7 +1366,6 @@ class CfnBroker(
1359
1366
  "username": "username",
1360
1367
  "console_access": "consoleAccess",
1361
1368
  "groups": "groups",
1362
- "jolokia_api_access": "jolokiaApiAccess",
1363
1369
  "replication_user": "replicationUser",
1364
1370
  },
1365
1371
  )
@@ -1371,7 +1377,6 @@ class CfnBroker(
1371
1377
  username: builtins.str,
1372
1378
  console_access: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1373
1379
  groups: typing.Optional[typing.Sequence[builtins.str]] = None,
1374
- jolokia_api_access: typing.Optional[builtins.str] = None,
1375
1380
  replication_user: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1376
1381
  ) -> None:
1377
1382
  '''The list of broker users (persons or applications) who can access queues and topics.
@@ -1382,7 +1387,6 @@ class CfnBroker(
1382
1387
  :param username: The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long. .. epigraph:: Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
1383
1388
  :param console_access: Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
1384
1389
  :param groups: The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
1385
- :param jolokia_api_access:
1386
1390
  :param replication_user: Defines if this user is intended for CRDR replication purposes.
1387
1391
 
1388
1392
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html
@@ -1401,7 +1405,6 @@ class CfnBroker(
1401
1405
  # the properties below are optional
1402
1406
  console_access=False,
1403
1407
  groups=["groups"],
1404
- jolokia_api_access="jolokiaApiAccess",
1405
1408
  replication_user=False
1406
1409
  )
1407
1410
  '''
@@ -1411,7 +1414,6 @@ class CfnBroker(
1411
1414
  check_type(argname="argument username", value=username, expected_type=type_hints["username"])
1412
1415
  check_type(argname="argument console_access", value=console_access, expected_type=type_hints["console_access"])
1413
1416
  check_type(argname="argument groups", value=groups, expected_type=type_hints["groups"])
1414
- check_type(argname="argument jolokia_api_access", value=jolokia_api_access, expected_type=type_hints["jolokia_api_access"])
1415
1417
  check_type(argname="argument replication_user", value=replication_user, expected_type=type_hints["replication_user"])
1416
1418
  self._values: typing.Dict[builtins.str, typing.Any] = {
1417
1419
  "password": password,
@@ -1421,8 +1423,6 @@ class CfnBroker(
1421
1423
  self._values["console_access"] = console_access
1422
1424
  if groups is not None:
1423
1425
  self._values["groups"] = groups
1424
- if jolokia_api_access is not None:
1425
- self._values["jolokia_api_access"] = jolokia_api_access
1426
1426
  if replication_user is not None:
1427
1427
  self._values["replication_user"] = replication_user
1428
1428
 
@@ -1477,14 +1477,6 @@ class CfnBroker(
1477
1477
  result = self._values.get("groups")
1478
1478
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1479
1479
 
1480
- @builtins.property
1481
- def jolokia_api_access(self) -> typing.Optional[builtins.str]:
1482
- '''
1483
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-jolokiaapiaccess
1484
- '''
1485
- result = self._values.get("jolokia_api_access")
1486
- return typing.cast(typing.Optional[builtins.str], result)
1487
-
1488
1480
  @builtins.property
1489
1481
  def replication_user(
1490
1482
  self,
@@ -1604,7 +1596,6 @@ class CfnBrokerProps:
1604
1596
  # the properties below are optional
1605
1597
  console_access=False,
1606
1598
  groups=["groups"],
1607
- jolokia_api_access="jolokiaApiAccess",
1608
1599
  replication_user=False
1609
1600
  )],
1610
1601
 
@@ -2955,7 +2946,6 @@ def _typecheckingstub__8a458786a0cd0d4269adef0bf3c85862386851ab69649004d5d3dcba4
2955
2946
  username: builtins.str,
2956
2947
  console_access: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2957
2948
  groups: typing.Optional[typing.Sequence[builtins.str]] = None,
2958
- jolokia_api_access: typing.Optional[builtins.str] = None,
2959
2949
  replication_user: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2960
2950
  ) -> None:
2961
2951
  """Type checking stubs"""
@@ -3404,7 +3404,7 @@ class CfnFleet(
3404
3404
  '''
3405
3405
  :param scope: Scope in which this resource is defined.
3406
3406
  :param id: Construct identifier for this resource (unique in its scope).
3407
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3407
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3408
3408
  :param name: A unique name for the fleet.
3409
3409
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
3410
3410
  :param description: The description to display.
@@ -4181,7 +4181,7 @@ class CfnFleetProps:
4181
4181
  ) -> None:
4182
4182
  '''Properties for defining a ``CfnFleet``.
4183
4183
 
4184
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4184
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4185
4185
  :param name: A unique name for the fleet.
4186
4186
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
4187
4187
  :param description: The description to display.
@@ -4327,6 +4327,22 @@ class CfnFleetProps:
4327
4327
  - stream.graphics-pro.4xlarge
4328
4328
  - stream.graphics-pro.8xlarge
4329
4329
  - stream.graphics-pro.16xlarge
4330
+ - stream.graphics.g5.xlarge
4331
+ - stream.graphics.g5.2xlarge
4332
+ - stream.graphics.g5.4xlarge
4333
+ - stream.graphics.g5.8xlarge
4334
+ - stream.graphics.g5.16xlarge
4335
+ - stream.graphics.g5.12xlarge
4336
+ - stream.graphics.g5.24xlarge
4337
+ - stream.graphics.g6.xlarge
4338
+ - stream.graphics.g6.2xlarge
4339
+ - stream.graphics.g6.4xlarge
4340
+ - stream.graphics.g6.8xlarge
4341
+ - stream.graphics.g6.16xlarge
4342
+ - stream.graphics.g6.12xlarge
4343
+ - stream.graphics.g6.24xlarge
4344
+ - stream.graphics.gr6.4xlarge
4345
+ - stream.graphics.gr6.8xlarge
4330
4346
 
4331
4347
  The following instance types are available for Elastic fleets:
4332
4348
 
@@ -4666,7 +4682,7 @@ class CfnImageBuilder(
4666
4682
  '''
4667
4683
  :param scope: Scope in which this resource is defined.
4668
4684
  :param id: Construct identifier for this resource (unique in its scope).
4669
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
4685
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
4670
4686
  :param name: A unique name for the image builder.
4671
4687
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
4672
4688
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -5205,7 +5221,7 @@ class CfnImageBuilderProps:
5205
5221
  ) -> None:
5206
5222
  '''Properties for defining a ``CfnImageBuilder``.
5207
5223
 
5208
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
5224
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
5209
5225
  :param name: A unique name for the image builder.
5210
5226
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
5211
5227
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -5337,6 +5353,22 @@ class CfnImageBuilderProps:
5337
5353
  - stream.graphics-pro.4xlarge
5338
5354
  - stream.graphics-pro.8xlarge
5339
5355
  - stream.graphics-pro.16xlarge
5356
+ - stream.graphics.g5.xlarge
5357
+ - stream.graphics.g5.2xlarge
5358
+ - stream.graphics.g5.4xlarge
5359
+ - stream.graphics.g5.8xlarge
5360
+ - stream.graphics.g5.16xlarge
5361
+ - stream.graphics.g5.12xlarge
5362
+ - stream.graphics.g5.24xlarge
5363
+ - stream.graphics.g6.xlarge
5364
+ - stream.graphics.g6.2xlarge
5365
+ - stream.graphics.g6.4xlarge
5366
+ - stream.graphics.g6.8xlarge
5367
+ - stream.graphics.g6.16xlarge
5368
+ - stream.graphics.g6.12xlarge
5369
+ - stream.graphics.g6.24xlarge
5370
+ - stream.graphics.gr6.4xlarge
5371
+ - stream.graphics.gr6.8xlarge
5340
5372
 
5341
5373
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype
5342
5374
  '''