aws-cdk-lib 2.165.0__py3-none-any.whl → 2.167.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 (60) hide show
  1. aws_cdk/__init__.py +1 -1
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.165.0.jsii.tgz → aws-cdk-lib@2.167.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +9 -0
  5. aws_cdk/aws_appsync/__init__.py +2271 -359
  6. aws_cdk/aws_backup/__init__.py +57 -31
  7. aws_cdk/aws_bedrock/__init__.py +994 -197
  8. aws_cdk/aws_cleanrooms/__init__.py +66 -5
  9. aws_cdk/aws_cloudfront/__init__.py +21 -3
  10. aws_cdk/aws_cloudfront/experimental/__init__.py +3 -3
  11. aws_cdk/aws_codebuild/__init__.py +59 -29
  12. aws_cdk/aws_codepipeline/__init__.py +98 -5
  13. aws_cdk/aws_codestar/__init__.py +1 -1
  14. aws_cdk/aws_cognito/__init__.py +0 -8
  15. aws_cdk/aws_connect/__init__.py +1 -1
  16. aws_cdk/aws_datasync/__init__.py +60 -7
  17. aws_cdk/aws_devopsguru/__init__.py +2 -2
  18. aws_cdk/aws_dms/__init__.py +762 -0
  19. aws_cdk/aws_dynamodb/__init__.py +13 -8
  20. aws_cdk/aws_ec2/__init__.py +316 -11
  21. aws_cdk/aws_ecs/__init__.py +20 -7
  22. aws_cdk/aws_elasticache/__init__.py +16 -9
  23. aws_cdk/aws_elasticloadbalancingv2/__init__.py +73 -46
  24. aws_cdk/aws_emrserverless/__init__.py +35 -33
  25. aws_cdk/aws_events/__init__.py +25 -30
  26. aws_cdk/aws_gamelift/__init__.py +52 -40
  27. aws_cdk/aws_inspectorv2/__init__.py +6 -12
  28. aws_cdk/aws_kinesis/__init__.py +297 -1
  29. aws_cdk/aws_kms/__init__.py +2 -0
  30. aws_cdk/aws_lambda/__init__.py +339 -22
  31. aws_cdk/aws_lambda_nodejs/__init__.py +3 -3
  32. aws_cdk/aws_logs/__init__.py +214 -0
  33. aws_cdk/aws_m2/__init__.py +58 -58
  34. aws_cdk/aws_mediapackagev2/__init__.py +191 -0
  35. aws_cdk/aws_networkfirewall/__init__.py +14 -5
  36. aws_cdk/aws_nimblestudio/__init__.py +6 -103
  37. aws_cdk/aws_opensearchservice/__init__.py +969 -0
  38. aws_cdk/aws_pipes/__init__.py +1 -1
  39. aws_cdk/aws_qbusiness/__init__.py +2 -0
  40. aws_cdk/aws_quicksight/__init__.py +481 -10
  41. aws_cdk/aws_rds/__init__.py +667 -16
  42. aws_cdk/aws_route53/__init__.py +38 -12
  43. aws_cdk/aws_s3_assets/__init__.py +37 -0
  44. aws_cdk/aws_s3_deployment/__init__.py +18 -7
  45. aws_cdk/aws_sagemaker/__init__.py +61 -25
  46. aws_cdk/aws_secretsmanager/__init__.py +2 -1
  47. aws_cdk/aws_servicecatalog/__init__.py +52 -4
  48. aws_cdk/aws_ses/__init__.py +22 -1
  49. aws_cdk/aws_sqs/__init__.py +12 -9
  50. aws_cdk/aws_stepfunctions/__init__.py +8 -0
  51. aws_cdk/aws_synthetics/__init__.py +133 -1
  52. aws_cdk/aws_timestream/__init__.py +41 -0
  53. aws_cdk/aws_wisdom/__init__.py +2348 -54
  54. aws_cdk/triggers/__init__.py +3 -3
  55. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/METADATA +1 -1
  56. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/RECORD +60 -60
  57. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/WHEEL +1 -1
  58. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/LICENSE +0 -0
  59. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/NOTICE +0 -0
  60. {aws_cdk_lib-2.165.0.dist-info → aws_cdk_lib-2.167.0.dist-info}/top_level.txt +0 -0
@@ -878,7 +878,9 @@ class CfnContainerGroupDefinition(
878
878
  metaclass=jsii.JSIIMeta,
879
879
  jsii_type="aws-cdk-lib.aws_gamelift.CfnContainerGroupDefinition",
880
880
  ):
881
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
881
+ '''*This data type is currently not available.
882
+
883
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
882
884
 
883
885
  The properties that describe a container group resource. Container group definition properties can't be updated. To change a property, create a new container group definition.
884
886
 
@@ -976,8 +978,8 @@ class CfnContainerGroupDefinition(
976
978
  :param container_definitions: The set of container definitions that are included in the container group.
977
979
  :param name: A descriptive identifier for the container group definition. The name value is unique in an AWS Region.
978
980
  :param operating_system: The platform required for all containers in the container group definition. .. epigraph:: Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the `Amazon Linux 2 FAQs <https://docs.aws.amazon.com/https://aws.amazon.com/amazon-linux-2/faqs/>`_ . For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See `Migrate to Amazon GameLift server SDK version 5. <https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html>`_
979
- :param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group. For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
980
- :param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group. For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
981
+ :param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
982
+ :param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
981
983
  :param scheduling_strategy: The method for deploying the container group across fleet instances. A replica container group might have multiple copies on each fleet instance. A daemon container group maintains only one copy per fleet instance.
982
984
  :param source_version_number: A specific ContainerGroupDefinition version to be updated.
983
985
  :param support_container_definitions: A collection of support container definitions that define the containers in this group.
@@ -1254,7 +1256,9 @@ class CfnContainerGroupDefinition(
1254
1256
  resolved_image_digest: typing.Optional[builtins.str] = None,
1255
1257
  working_directory: typing.Optional[builtins.str] = None,
1256
1258
  ) -> None:
1257
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
1259
+ '''*This data type is currently not available.
1260
+
1261
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
1258
1262
 
1259
1263
  Describes a container in a container fleet, the resources available to the container, and the commands that are run when the container starts. Container properties can't be updated. To change a property, create a new container group definition. See also ``ContainerDefinitionInput`` .
1260
1264
 
@@ -1552,7 +1556,9 @@ class CfnContainerGroupDefinition(
1552
1556
  condition: builtins.str,
1553
1557
  container_name: builtins.str,
1554
1558
  ) -> None:
1555
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
1559
+ '''*This data type is currently not available.
1560
+
1561
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
1556
1562
 
1557
1563
  A container's dependency on another container in the same container group. The dependency impacts how the dependent container is able to start or shut down based the status of the other container.
1558
1564
 
@@ -1629,7 +1635,9 @@ class CfnContainerGroupDefinition(
1629
1635
  )
1630
1636
  class ContainerEnvironmentProperty:
1631
1637
  def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
1632
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
1638
+ '''*This data type is currently not available.
1639
+
1640
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
1633
1641
 
1634
1642
  An environment variable to set inside a container, in the form of a key-value pair.
1635
1643
 
@@ -1843,7 +1851,9 @@ class CfnContainerGroupDefinition(
1843
1851
  protocol: builtins.str,
1844
1852
  to_port: jsii.Number,
1845
1853
  ) -> None:
1846
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
1854
+ '''*This data type is currently not available.
1855
+
1856
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
1847
1857
 
1848
1858
  A set of one or more port numbers that can be opened on the container.
1849
1859
 
@@ -2089,8 +2099,8 @@ class CfnContainerGroupDefinitionProps:
2089
2099
  :param container_definitions: The set of container definitions that are included in the container group.
2090
2100
  :param name: A descriptive identifier for the container group definition. The name value is unique in an AWS Region.
2091
2101
  :param operating_system: The platform required for all containers in the container group definition. .. epigraph:: Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the `Amazon Linux 2 FAQs <https://docs.aws.amazon.com/https://aws.amazon.com/amazon-linux-2/faqs/>`_ . For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See `Migrate to Amazon GameLift server SDK version 5. <https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html>`_
2092
- :param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group. For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
2093
- :param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group. For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
2102
+ :param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
2103
+ :param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
2094
2104
  :param scheduling_strategy: The method for deploying the container group across fleet instances. A replica container group might have multiple copies on each fleet instance. A daemon container group maintains only one copy per fleet instance.
2095
2105
  :param source_version_number: A specific ContainerGroupDefinition version to be updated.
2096
2106
  :param support_container_definitions: A collection of support container definitions that define the containers in this group.
@@ -2236,8 +2246,6 @@ class CfnContainerGroupDefinitionProps:
2236
2246
 
2237
2247
  You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
2238
2248
 
2239
- For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
2240
-
2241
2249
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.html#cfn-gamelift-containergroupdefinition-totalcpulimit
2242
2250
  '''
2243
2251
  result = self._values.get("total_cpu_limit")
@@ -2255,8 +2263,6 @@ class CfnContainerGroupDefinitionProps:
2255
2263
  - Equal to or greater than the sum of all container-specific soft memory limits in the group.
2256
2264
  - Equal to or greater than any container-specific hard limits in the group.
2257
2265
 
2258
- For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
2259
-
2260
2266
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.html#cfn-gamelift-containergroupdefinition-totalmemorylimit
2261
2267
  '''
2262
2268
  result = self._values.get("total_memory_limit")
@@ -2468,18 +2474,18 @@ class CfnFleet(
2468
2474
  :param id: Construct identifier for this resource (unique in its scope).
2469
2475
  :param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
2470
2476
  :param anywhere_configuration: Amazon GameLift Anywhere configuration options.
2471
- :param apply_capacity: Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
2477
+ :param apply_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
2472
2478
  :param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
2473
2479
  :param certificate_configuration: Prompts Amazon GameLift to generate a TLS/SSL certificate for the fleet. Amazon GameLift uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
2474
2480
  :param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``CONTAINER`` – Container images with your game server build and supporting software are deployed to Amazon EC2 instances for cloud hosting. With this compute type, you must specify the ``ContainerGroupsConfiguration`` parameter. - ``ANYWHERE`` – Game servers or container images with your game server and supporting software are deployed to compute resources that are provided and managed by you. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
2475
- :param container_groups_configuration: *This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*. Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
2481
+ :param container_groups_configuration: *This data type is currently not available. It is under improvement as we respond to customer feedback from the Containers public preview.* Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
2476
2482
  :param description: A description for the fleet.
2477
2483
  :param desired_ec2_instances: The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
2478
2484
  :param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for EC2 and container fleets. You can leave this parameter empty when creating the fleet, but you must call ``UpdateFleetPortSettings`` to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges. To manage inbound access for a container fleet, set this parameter to the same port numbers that you set for the fleet's connection port range. During the life of the fleet, update this parameter to control which connection ports are open to inbound traffic.
2479
2485
  :param ec2_instance_type: The Amazon GameLift-supported Amazon EC2 instance type to use with EC2 and container fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
2480
2486
  :param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
2481
- :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
2482
- :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
2487
+ :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
2488
+ :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
2483
2489
  :param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
2484
2490
  :param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
2485
2491
  :param max_size: The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
@@ -2621,7 +2627,7 @@ class CfnFleet(
2621
2627
  @builtins.property
2622
2628
  @jsii.member(jsii_name="applyCapacity")
2623
2629
  def apply_capacity(self) -> typing.Optional[builtins.str]:
2624
- '''Current resource capacity settings for managed EC2 fleets and container fleets.'''
2630
+ '''Current resource capacity settings for managed EC2 fleets.'''
2625
2631
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "applyCapacity"))
2626
2632
 
2627
2633
  @apply_capacity.setter
@@ -2680,7 +2686,7 @@ class CfnFleet(
2680
2686
  def container_groups_configuration(
2681
2687
  self,
2682
2688
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.ContainerGroupsConfigurationProperty"]]:
2683
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.'''
2689
+ '''*This data type is currently not available.'''
2684
2690
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.ContainerGroupsConfigurationProperty"]], jsii.get(self, "containerGroupsConfiguration"))
2685
2691
 
2686
2692
  @container_groups_configuration.setter
@@ -3132,7 +3138,9 @@ class CfnFleet(
3132
3138
  )
3133
3139
  class ConnectionPortRangeProperty:
3134
3140
  def __init__(self, *, from_port: jsii.Number, to_port: jsii.Number) -> None:
3135
- '''*This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.*.
3141
+ '''*This data type is currently not available.
3142
+
3143
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
3136
3144
 
3137
3145
  The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.
3138
3146
 
@@ -3214,7 +3222,9 @@ class CfnFleet(
3214
3222
  container_group_definition_names: typing.Sequence[builtins.str],
3215
3223
  container_groups_per_instance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.ContainerGroupsPerInstanceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3216
3224
  ) -> None:
3217
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
3225
+ '''*This data type is currently not available.
3226
+
3227
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
3218
3228
 
3219
3229
  Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` .
3220
3230
 
@@ -3327,7 +3337,9 @@ class CfnFleet(
3327
3337
  desired_replica_container_groups_per_instance: typing.Optional[jsii.Number] = None,
3328
3338
  max_replica_container_groups_per_instance: typing.Optional[jsii.Number] = None,
3329
3339
  ) -> None:
3330
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
3340
+ '''*This data type is currently not available.
3341
+
3342
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
3331
3343
 
3332
3344
  Determines how many replica container groups that Amazon GameLift deploys to each instance in a container fleet.
3333
3345
 
@@ -3538,7 +3550,7 @@ class CfnFleet(
3538
3550
  max_size: jsii.Number,
3539
3551
  min_size: jsii.Number,
3540
3552
  ) -> None:
3541
- '''Current resource capacity settings for managed EC2 fleets and container fleets.
3553
+ '''Current resource capacity settings for managed EC2 fleets.
3542
3554
 
3543
3555
  For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
3544
3556
 
@@ -3633,12 +3645,10 @@ class CfnFleet(
3633
3645
  location: builtins.str,
3634
3646
  location_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.LocationCapacityProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3635
3647
  ) -> None:
3636
- '''*This data type has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.*.
3637
-
3638
- A remote location where a multi-location fleet can deploy game servers for game hosting.
3648
+ '''A remote location where a multi-location fleet can deploy game servers for game hosting.
3639
3649
 
3640
3650
  :param location: An AWS Region code, such as ``us-west-2`` . For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
3641
- :param location_capacity: Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
3651
+ :param location_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
3642
3652
 
3643
3653
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationconfiguration.html
3644
3654
  :exampleMetadata: fixture=_generated
@@ -3686,7 +3696,7 @@ class CfnFleet(
3686
3696
  def location_capacity(
3687
3697
  self,
3688
3698
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationCapacityProperty"]]:
3689
- '''Current resource capacity settings for managed EC2 fleets and container fleets.
3699
+ '''Current resource capacity settings for managed EC2 fleets.
3690
3700
 
3691
3701
  For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
3692
3702
 
@@ -3813,7 +3823,7 @@ class CfnFleet(
3813
3823
  A GameLift instance is limited to 50 processes running concurrently. To calculate the total number of processes in a runtime configuration, add the values of the ``ConcurrentExecutions`` parameter for each ServerProcess. Learn more about `Running Multiple Processes on a Fleet <https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-multiprocess.html>`_ .
3814
3824
 
3815
3825
  :param game_session_activation_timeout_seconds: The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players. During this time, the game session is in status ``ACTIVATING`` . If the game session does not become active before the timeout, it is ended and the game session status is changed to ``TERMINATED`` .
3816
- :param max_concurrent_game_session_activations: The number of game sessions in status ``ACTIVATING`` to allow on an instance or container. This setting limits the instance resources that can be used for new game activations at any one time.
3826
+ :param max_concurrent_game_session_activations: The number of game sessions in status ``ACTIVATING`` to allow on an instance. This setting limits the instance resources that can be used for new game activations at any one time.
3817
3827
  :param server_processes: A collection of server process configurations that identify what server processes to run on fleet computes.
3818
3828
 
3819
3829
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html
@@ -3867,7 +3877,7 @@ class CfnFleet(
3867
3877
  def max_concurrent_game_session_activations(
3868
3878
  self,
3869
3879
  ) -> typing.Optional[jsii.Number]:
3870
- '''The number of game sessions in status ``ACTIVATING`` to allow on an instance or container.
3880
+ '''The number of game sessions in status ``ACTIVATING`` to allow on an instance.
3871
3881
 
3872
3882
  This setting limits the instance resources that can be used for new game activations at any one time.
3873
3883
 
@@ -4195,7 +4205,7 @@ class CfnFleet(
4195
4205
 
4196
4206
  Server processes run either an executable in a custom game build or a Realtime Servers script.
4197
4207
 
4198
- :param concurrent_executions: The number of server processes using this configuration that run concurrently on each instance or container..
4208
+ :param concurrent_executions: The number of server processes using this configuration that run concurrently on each instance.
4199
4209
  :param launch_path: The location of a game build executable or Realtime script. Game builds and Realtime scripts are installed on instances at the root: - Windows (custom game builds only): ``C:\\game`` . Example: " ``C:\\game\\MyGame\\server.exe`` " - Linux: ``/local/game`` . Examples: " ``/local/game/MyGame/server.exe`` " or " ``/local/game/MyRealtimeScript.js`` " .. epigraph:: Amazon GameLift doesn't support the use of setup scripts that launch the game executable. For custom game builds, this parameter must indicate the executable that calls the server SDK operations ``initSDK()`` and ``ProcessReady()`` .
4200
4210
  :param parameters: An optional list of parameters to pass to the server executable or Realtime script on launch. Length Constraints: Minimum length of 1. Maximum length of 1024. Pattern: [A-Za-z0-9_:.+/\\- =@{},?'[]"]+
4201
4211
 
@@ -4230,7 +4240,7 @@ class CfnFleet(
4230
4240
 
4231
4241
  @builtins.property
4232
4242
  def concurrent_executions(self) -> jsii.Number:
4233
- '''The number of server processes using this configuration that run concurrently on each instance or container..
4243
+ '''The number of server processes using this configuration that run concurrently on each instance.
4234
4244
 
4235
4245
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html#cfn-gamelift-fleet-serverprocess-concurrentexecutions
4236
4246
  '''
@@ -4409,18 +4419,18 @@ class CfnFleetProps:
4409
4419
 
4410
4420
  :param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
4411
4421
  :param anywhere_configuration: Amazon GameLift Anywhere configuration options.
4412
- :param apply_capacity: Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
4422
+ :param apply_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
4413
4423
  :param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
4414
4424
  :param certificate_configuration: Prompts Amazon GameLift to generate a TLS/SSL certificate for the fleet. Amazon GameLift uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
4415
4425
  :param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``CONTAINER`` – Container images with your game server build and supporting software are deployed to Amazon EC2 instances for cloud hosting. With this compute type, you must specify the ``ContainerGroupsConfiguration`` parameter. - ``ANYWHERE`` – Game servers or container images with your game server and supporting software are deployed to compute resources that are provided and managed by you. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
4416
- :param container_groups_configuration: *This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*. Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
4426
+ :param container_groups_configuration: *This data type is currently not available. It is under improvement as we respond to customer feedback from the Containers public preview.* Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
4417
4427
  :param description: A description for the fleet.
4418
4428
  :param desired_ec2_instances: The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
4419
4429
  :param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for EC2 and container fleets. You can leave this parameter empty when creating the fleet, but you must call ``UpdateFleetPortSettings`` to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges. To manage inbound access for a container fleet, set this parameter to the same port numbers that you set for the fleet's connection port range. During the life of the fleet, update this parameter to control which connection ports are open to inbound traffic.
4420
4430
  :param ec2_instance_type: The Amazon GameLift-supported Amazon EC2 instance type to use with EC2 and container fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
4421
4431
  :param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
4422
- :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
4423
- :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
4432
+ :param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
4433
+ :param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
4424
4434
  :param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
4425
4435
  :param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
4426
4436
  :param max_size: The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
@@ -4651,7 +4661,7 @@ class CfnFleetProps:
4651
4661
 
4652
4662
  @builtins.property
4653
4663
  def apply_capacity(self) -> typing.Optional[builtins.str]:
4654
- '''Current resource capacity settings for managed EC2 fleets and container fleets.
4664
+ '''Current resource capacity settings for managed EC2 fleets.
4655
4665
 
4656
4666
  For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
4657
4667
 
@@ -4708,7 +4718,9 @@ class CfnFleetProps:
4708
4718
  def container_groups_configuration(
4709
4719
  self,
4710
4720
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.ContainerGroupsConfigurationProperty]]:
4711
- '''*This data type is used with the Amazon GameLift containers feature, which is currently in public preview.*.
4721
+ '''*This data type is currently not available.
4722
+
4723
+ It is under improvement as we respond to customer feedback from the Containers public preview.*
4712
4724
 
4713
4725
  Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` .
4714
4726
 
@@ -4780,7 +4792,7 @@ class CfnFleetProps:
4780
4792
  def instance_role_arn(self) -> typing.Optional[builtins.str]:
4781
4793
  '''A unique identifier for an IAM role with access permissions to other AWS services.
4782
4794
 
4783
- Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
4795
+ Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
4784
4796
 
4785
4797
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn
4786
4798
  '''
@@ -4791,7 +4803,7 @@ class CfnFleetProps:
4791
4803
  def instance_role_credentials_provider(self) -> typing.Optional[builtins.str]:
4792
4804
  '''Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` .
4793
4805
 
4794
- Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2" or "Container".
4806
+ Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
4795
4807
 
4796
4808
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolecredentialsprovider
4797
4809
  '''
@@ -116,8 +116,6 @@ class CfnCisScanConfiguration(
116
116
  security_level="securityLevel",
117
117
  targets=inspectorv2.CfnCisScanConfiguration.CisTargetsProperty(
118
118
  account_ids=["accountIds"],
119
-
120
- # the properties below are optional
121
119
  target_resource_tags={
122
120
  "target_resource_tags_key": ["targetResourceTags"]
123
121
  }
@@ -305,7 +303,7 @@ class CfnCisScanConfiguration(
305
303
  self,
306
304
  *,
307
305
  account_ids: typing.Sequence[builtins.str],
308
- target_resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Sequence[builtins.str]]]] = None,
306
+ target_resource_tags: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Sequence[builtins.str]]],
309
307
  ) -> None:
310
308
  '''The CIS targets.
311
309
 
@@ -323,8 +321,6 @@ class CfnCisScanConfiguration(
323
321
 
324
322
  cis_targets_property = inspectorv2.CfnCisScanConfiguration.CisTargetsProperty(
325
323
  account_ids=["accountIds"],
326
-
327
- # the properties below are optional
328
324
  target_resource_tags={
329
325
  "target_resource_tags_key": ["targetResourceTags"]
330
326
  }
@@ -336,9 +332,8 @@ class CfnCisScanConfiguration(
336
332
  check_type(argname="argument target_resource_tags", value=target_resource_tags, expected_type=type_hints["target_resource_tags"])
337
333
  self._values: typing.Dict[builtins.str, typing.Any] = {
338
334
  "account_ids": account_ids,
335
+ "target_resource_tags": target_resource_tags,
339
336
  }
340
- if target_resource_tags is not None:
341
- self._values["target_resource_tags"] = target_resource_tags
342
337
 
343
338
  @builtins.property
344
339
  def account_ids(self) -> typing.List[builtins.str]:
@@ -353,13 +348,14 @@ class CfnCisScanConfiguration(
353
348
  @builtins.property
354
349
  def target_resource_tags(
355
350
  self,
356
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.List[builtins.str]]]]:
351
+ ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.List[builtins.str]]]:
357
352
  '''The CIS target resource tags.
358
353
 
359
354
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-cistargets.html#cfn-inspectorv2-cisscanconfiguration-cistargets-targetresourcetags
360
355
  '''
361
356
  result = self._values.get("target_resource_tags")
362
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.List[builtins.str]]]], result)
357
+ assert result is not None, "Required property 'target_resource_tags' is missing"
358
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.List[builtins.str]]], result)
363
359
 
364
360
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
365
361
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -857,8 +853,6 @@ class CfnCisScanConfigurationProps:
857
853
  security_level="securityLevel",
858
854
  targets=inspectorv2.CfnCisScanConfiguration.CisTargetsProperty(
859
855
  account_ids=["accountIds"],
860
-
861
- # the properties below are optional
862
856
  target_resource_tags={
863
857
  "target_resource_tags_key": ["targetResourceTags"]
864
858
  }
@@ -2847,7 +2841,7 @@ def _typecheckingstub__5b4e1fac23c27cbc692267473e4cf9258b43062b9aea2a43b116dcfb1
2847
2841
  def _typecheckingstub__48b07d123221faefb49073a28736f1aec9dc2a488247f39ec213274809cd3b6a(
2848
2842
  *,
2849
2843
  account_ids: typing.Sequence[builtins.str],
2850
- target_resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Sequence[builtins.str]]]] = None,
2844
+ target_resource_tags: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Sequence[builtins.str]]],
2851
2845
  ) -> None:
2852
2846
  """Type checking stubs"""
2853
2847
  pass