aws-cdk-lib 2.207.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 (35) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.207.0.jsii.tgz → aws-cdk-lib@2.208.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_aiops/__init__.py +16 -12
  4. aws_cdk/aws_amazonmq/__init__.py +8 -18
  5. aws_cdk/aws_appstream/__init__.py +36 -4
  6. aws_cdk/aws_bedrock/__init__.py +191 -72
  7. aws_cdk/aws_certificatemanager/__init__.py +45 -0
  8. aws_cdk/aws_cloudfront/__init__.py +12 -2
  9. aws_cdk/aws_connect/__init__.py +107 -3
  10. aws_cdk/aws_customerprofiles/__init__.py +27 -22
  11. aws_cdk/aws_docdb/__init__.py +5 -3
  12. aws_cdk/aws_ec2/__init__.py +53 -11
  13. aws_cdk/aws_ecs/__init__.py +118 -29
  14. aws_cdk/aws_events/__init__.py +142 -0
  15. aws_cdk/aws_gamelift/__init__.py +2 -2
  16. aws_cdk/aws_guardduty/__init__.py +86 -0
  17. aws_cdk/aws_kinesisfirehose/__init__.py +377 -4
  18. aws_cdk/aws_logs/__init__.py +53 -4
  19. aws_cdk/aws_mediapackagev2/__init__.py +881 -0
  20. aws_cdk/aws_omics/__init__.py +13 -10
  21. aws_cdk/aws_quicksight/__init__.py +111 -4
  22. aws_cdk/aws_rds/__init__.py +208 -10
  23. aws_cdk/aws_s3/__init__.py +775 -5
  24. aws_cdk/aws_s3express/__init__.py +61 -3
  25. aws_cdk/aws_s3tables/__init__.py +254 -0
  26. aws_cdk/aws_sagemaker/__init__.py +524 -137
  27. aws_cdk/aws_ssm/__init__.py +48 -0
  28. aws_cdk/aws_transfer/__init__.py +49 -0
  29. aws_cdk/aws_wisdom/__init__.py +1185 -100
  30. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/METADATA +2 -2
  31. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/RECORD +35 -35
  32. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/LICENSE +0 -0
  33. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/NOTICE +0 -0
  34. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/WHEEL +0 -0
  35. {aws_cdk_lib-2.207.0.dist-info → aws_cdk_lib-2.208.0.dist-info}/top_level.txt +0 -0
aws_cdk/_jsii/__init__.py CHANGED
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
34
34
  import constructs._jsii
35
35
 
36
36
  __jsii_assembly__ = jsii.JSIIAssembly.load(
37
- "aws-cdk-lib", "2.207.0", __name__[0:-6], "aws-cdk-lib@2.207.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.208.0", __name__[0:-6], "aws-cdk-lib@2.208.0.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -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 CloudWatch 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
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 CloudWatch 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,11 +160,11 @@ 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: Specify either the name or the ARN of the investigation group that you want to view.
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
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: Number of ``sourceAccountId`` values that have been configured for cross-account access.
165
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
166
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 IAM resource policy that is associated with the specified investigation group.
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
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
169
  :param retention_in_days: Specifies how long that investigation data is kept.
170
170
  :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
@@ -312,7 +312,7 @@ class CfnInvestigationGroup(
312
312
  def cross_account_configurations(
313
313
  self,
314
314
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]]:
315
- '''Number of ``sourceAccountId`` values that have been configured for cross-account access.'''
315
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.'''
316
316
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]], jsii.get(self, "crossAccountConfigurations"))
317
317
 
318
318
  @cross_account_configurations.setter
@@ -346,7 +346,7 @@ class CfnInvestigationGroup(
346
346
  @builtins.property
347
347
  @jsii.member(jsii_name="investigationGroupPolicy")
348
348
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
349
- '''Returns the IAM resource policy that is associated with the specified investigation group.'''
349
+ '''Returns the JSON of the IAM resource policy associated with the specified investigation group in a string.'''
350
350
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "investigationGroupPolicy"))
351
351
 
352
352
  @investigation_group_policy.setter
@@ -668,11 +668,11 @@ class CfnInvestigationGroupProps:
668
668
  ) -> None:
669
669
  '''Properties for defining a ``CfnInvestigationGroup``.
670
670
 
671
- :param name: Specify either the name or the ARN of the investigation group that you want to view.
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
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: Number of ``sourceAccountId`` values that have been configured for cross-account access.
673
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
674
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 IAM resource policy that is associated with the specified investigation group.
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
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
677
  :param retention_in_days: Specifies how long that investigation data is kept.
678
678
  :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
@@ -752,6 +752,8 @@ class CfnInvestigationGroupProps:
752
752
  def name(self) -> builtins.str:
753
753
  '''Specify either the name or the ARN of the investigation group that you want to view.
754
754
 
755
+ This is used to set the name of the investigation group.
756
+
755
757
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name
756
758
  '''
757
759
  result = self._values.get("name")
@@ -775,7 +777,7 @@ class CfnInvestigationGroupProps:
775
777
  def cross_account_configurations(
776
778
  self,
777
779
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInvestigationGroup.CrossAccountConfigurationProperty]]]]:
778
- '''Number of ``sourceAccountId`` values that have been configured for cross-account access.
780
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.
779
781
 
780
782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations
781
783
  '''
@@ -797,7 +799,9 @@ class CfnInvestigationGroupProps:
797
799
 
798
800
  @builtins.property
799
801
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
800
- '''Returns the IAM resource policy that is associated with the specified investigation group.
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:*\\"}}}]}`` .
801
805
 
802
806
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy
803
807
  '''
@@ -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
  '''