aws-cdk-lib 2.167.1__py3-none-any.whl → 2.168.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 (45) hide show
  1. aws_cdk/__init__.py +2081 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.167.1.jsii.tgz → aws-cdk-lib@2.168.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_applicationautoscaling/__init__.py +1691 -95
  5. aws_cdk/aws_applicationinsights/__init__.py +41 -0
  6. aws_cdk/aws_applicationsignals/__init__.py +117 -0
  7. aws_cdk/aws_autoscaling/__init__.py +441 -6
  8. aws_cdk/aws_batch/__init__.py +202 -5
  9. aws_cdk/aws_bedrock/__init__.py +12 -12
  10. aws_cdk/aws_cleanrooms/__init__.py +17 -8
  11. aws_cdk/aws_cloudformation/__init__.py +2571 -492
  12. aws_cdk/aws_cloudfront/__init__.py +231 -0
  13. aws_cdk/aws_cloudfront/experimental/__init__.py +5 -0
  14. aws_cdk/aws_cloudfront_origins/__init__.py +714 -132
  15. aws_cdk/aws_cloudtrail/__init__.py +52 -14
  16. aws_cdk/aws_codebuild/__init__.py +668 -2
  17. aws_cdk/aws_connectcampaignsv2/__init__.py +3376 -0
  18. aws_cdk/aws_dynamodb/__init__.py +332 -11
  19. aws_cdk/aws_ec2/__init__.py +13 -4
  20. aws_cdk/aws_ecs/__init__.py +213 -0
  21. aws_cdk/aws_elasticloadbalancingv2/__init__.py +160 -11
  22. aws_cdk/aws_fis/__init__.py +495 -0
  23. aws_cdk/aws_gamelift/__init__.py +3101 -1135
  24. aws_cdk/aws_kinesisfirehose/__init__.py +696 -5
  25. aws_cdk/aws_lambda/__init__.py +634 -259
  26. aws_cdk/aws_lambda_destinations/__init__.py +73 -0
  27. aws_cdk/aws_lambda_event_sources/__init__.py +102 -2
  28. aws_cdk/aws_location/__init__.py +18 -18
  29. aws_cdk/aws_mediastore/__init__.py +22 -10
  30. aws_cdk/aws_opensearchservice/__init__.py +6 -0
  31. aws_cdk/aws_quicksight/__init__.py +35 -19
  32. aws_cdk/aws_rds/__init__.py +51 -3
  33. aws_cdk/aws_securityhub/__init__.py +11 -14
  34. aws_cdk/aws_ses/__init__.py +58 -5
  35. aws_cdk/aws_stepfunctions_tasks/__init__.py +1601 -8
  36. aws_cdk/aws_transfer/__init__.py +0 -8
  37. aws_cdk/aws_vpclattice/__init__.py +39 -0
  38. aws_cdk/aws_wisdom/__init__.py +134 -85
  39. aws_cdk/cx_api/__init__.py +6 -6
  40. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/METADATA +1 -1
  41. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/RECORD +45 -44
  42. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/LICENSE +0 -0
  43. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/NOTICE +0 -0
  44. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/WHEEL +0 -0
  45. {aws_cdk_lib-2.167.1.dist-info → aws_cdk_lib-2.168.0.dist-info}/top_level.txt +0 -0
@@ -5668,7 +5668,7 @@ class CfnCapacityReservation(
5668
5668
  :param placement_group_arn: The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see `Capacity Reservations for cluster placement groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html>`_ in the *Amazon EC2 User Guide* .
5669
5669
  :param tag_specifications: The tags to apply to the Capacity Reservation during launch.
5670
5670
  :param tenancy: Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:. - ``default`` - The Capacity Reservation is created on hardware that is shared with other AWS accounts . - ``dedicated`` - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account .
5671
- :param unused_reservation_billing_owner_id: The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation is assigned.
5671
+ :param unused_reservation_billing_owner_id: The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation. A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ . You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
5672
5672
  '''
5673
5673
  if __debug__:
5674
5674
  type_hints = typing.get_type_hints(_typecheckingstub__96fb3bc559aaa9df971e86ea7cdd3cdc3de550019a2d3bf247d3fb169b5e9f7e)
@@ -5985,7 +5985,7 @@ class CfnCapacityReservation(
5985
5985
  @builtins.property
5986
5986
  @jsii.member(jsii_name="unusedReservationBillingOwnerId")
5987
5987
  def unused_reservation_billing_owner_id(self) -> typing.Optional[builtins.str]:
5988
- '''The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation is assigned.'''
5988
+ '''The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation.'''
5989
5989
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "unusedReservationBillingOwnerId"))
5990
5990
 
5991
5991
  @unused_reservation_billing_owner_id.setter
@@ -6887,7 +6887,7 @@ class CfnCapacityReservationProps:
6887
6887
  :param placement_group_arn: The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see `Capacity Reservations for cluster placement groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html>`_ in the *Amazon EC2 User Guide* .
6888
6888
  :param tag_specifications: The tags to apply to the Capacity Reservation during launch.
6889
6889
  :param tenancy: Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:. - ``default`` - The Capacity Reservation is created on hardware that is shared with other AWS accounts . - ``dedicated`` - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account .
6890
- :param unused_reservation_billing_owner_id: The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation is assigned.
6890
+ :param unused_reservation_billing_owner_id: The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation. A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ . You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
6891
6891
 
6892
6892
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html
6893
6893
  :exampleMetadata: fixture=_generated
@@ -7122,7 +7122,11 @@ class CfnCapacityReservationProps:
7122
7122
 
7123
7123
  @builtins.property
7124
7124
  def unused_reservation_billing_owner_id(self) -> typing.Optional[builtins.str]:
7125
- '''The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation is assigned.
7125
+ '''The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation.
7126
+
7127
+ A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ .
7128
+
7129
+ You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
7126
7130
 
7127
7131
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-unusedreservationbillingownerid
7128
7132
  '''
@@ -76227,6 +76231,11 @@ class InterfaceVpcEndpointAwsService(
76227
76231
  def BEDROCK_RUNTIME(cls) -> "InterfaceVpcEndpointAwsService":
76228
76232
  return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "BEDROCK_RUNTIME"))
76229
76233
 
76234
+ @jsii.python.classproperty
76235
+ @jsii.member(jsii_name="BILLING")
76236
+ def BILLING(cls) -> "InterfaceVpcEndpointAwsService":
76237
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "BILLING"))
76238
+
76230
76239
  @jsii.python.classproperty
76231
76240
  @jsii.member(jsii_name="BILLING_AND_COST_MANAGEMENT_FREETIER")
76232
76241
  def BILLING_AND_COST_MANAGEMENT_FREETIER(cls) -> "InterfaceVpcEndpointAwsService":
@@ -8148,6 +8148,7 @@ class CfnService(
8148
8148
  from aws_cdk import aws_ecs as ecs
8149
8149
 
8150
8150
  cfn_service = ecs.CfnService(self, "MyCfnService",
8151
+ availability_zone_rebalancing="availabilityZoneRebalancing",
8151
8152
  capacity_provider_strategy=[ecs.CfnService.CapacityProviderStrategyItemProperty(
8152
8153
  base=123,
8153
8154
  capacity_provider="capacityProvider",
@@ -8285,6 +8286,11 @@ class CfnService(
8285
8286
  throughput=123,
8286
8287
  volume_type="volumeType"
8287
8288
  )
8289
+ )],
8290
+ vpc_lattice_configurations=[ecs.CfnService.VpcLatticeConfigurationProperty(
8291
+ port_name="portName",
8292
+ role_arn="roleArn",
8293
+ target_group_arn="targetGroupArn"
8288
8294
  )]
8289
8295
  )
8290
8296
  '''
@@ -8294,6 +8300,7 @@ class CfnService(
8294
8300
  scope: _constructs_77d1e7e8.Construct,
8295
8301
  id: builtins.str,
8296
8302
  *,
8303
+ availability_zone_rebalancing: typing.Optional[builtins.str] = None,
8297
8304
  capacity_provider_strategy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnService.CapacityProviderStrategyItemProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
8298
8305
  cluster: typing.Optional[builtins.str] = None,
8299
8306
  deployment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnService.DeploymentConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -8317,10 +8324,12 @@ class CfnService(
8317
8324
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8318
8325
  task_definition: typing.Optional[builtins.str] = None,
8319
8326
  volume_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnService.ServiceVolumeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
8327
+ vpc_lattice_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnService.VpcLatticeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
8320
8328
  ) -> None:
8321
8329
  '''
8322
8330
  :param scope: Scope in which this resource is defined.
8323
8331
  :param id: Construct identifier for this resource (unique in its scope).
8332
+ :param availability_zone_rebalancing: Default: - "DISABLED"
8324
8333
  :param capacity_provider_strategy: The capacity provider strategy to use for the service. If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used. A capacity provider strategy may contain a maximum of 6 capacity providers.
8325
8334
  :param cluster: The short name or full Amazon Resource Name (ARN) of the cluster that you run your service on. If you do not specify a cluster, the default cluster is assumed.
8326
8335
  :param deployment_configuration: Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
@@ -8344,12 +8353,14 @@ class CfnService(
8344
8353
  :param tags: The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. When a service is deleted, the tags are deleted as well. The following basic restrictions apply to tags: - Maximum number of tags per resource - 50 - For each resource, each tag key must be unique, and each tag key can have only one value. - Maximum key length - 128 Unicode characters in UTF-8 - Maximum value length - 256 Unicode characters in UTF-8 - If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
8345
8354
  :param task_definition: The ``family`` and ``revision`` ( ``family:revision`` ) or full ARN of the task definition to run in your service. If a ``revision`` isn't specified, the latest ``ACTIVE`` revision is used. A task definition must be specified if the service uses either the ``ECS`` or ``CODE_DEPLOY`` deployment controllers. For more information about deployment types, see `Amazon ECS deployment types <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html>`_ .
8346
8355
  :param volume_configurations: The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.
8356
+ :param vpc_lattice_configurations:
8347
8357
  '''
8348
8358
  if __debug__:
8349
8359
  type_hints = typing.get_type_hints(_typecheckingstub__ec1192a1d20e03deef75c7fa1457b92ecf9506c5c5df97b5a4473fc3a9a714ef)
8350
8360
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8351
8361
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8352
8362
  props = CfnServiceProps(
8363
+ availability_zone_rebalancing=availability_zone_rebalancing,
8353
8364
  capacity_provider_strategy=capacity_provider_strategy,
8354
8365
  cluster=cluster,
8355
8366
  deployment_configuration=deployment_configuration,
@@ -8373,6 +8384,7 @@ class CfnService(
8373
8384
  tags=tags,
8374
8385
  task_definition=task_definition,
8375
8386
  volume_configurations=volume_configurations,
8387
+ vpc_lattice_configurations=vpc_lattice_configurations,
8376
8388
  )
8377
8389
 
8378
8390
  jsii.create(self.__class__, self, [scope, id, props])
@@ -8436,6 +8448,21 @@ class CfnService(
8436
8448
  '''Tag Manager which manages the tags for this resource.'''
8437
8449
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
8438
8450
 
8451
+ @builtins.property
8452
+ @jsii.member(jsii_name="availabilityZoneRebalancing")
8453
+ def availability_zone_rebalancing(self) -> typing.Optional[builtins.str]:
8454
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZoneRebalancing"))
8455
+
8456
+ @availability_zone_rebalancing.setter
8457
+ def availability_zone_rebalancing(
8458
+ self,
8459
+ value: typing.Optional[builtins.str],
8460
+ ) -> None:
8461
+ if __debug__:
8462
+ type_hints = typing.get_type_hints(_typecheckingstub__52cbfeaf8fbad41fd40801af6ef8ccd8415f38381fd4fba04e60fdfe449d1ea1)
8463
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8464
+ jsii.set(self, "availabilityZoneRebalancing", value) # pyright: ignore[reportArgumentType]
8465
+
8439
8466
  @builtins.property
8440
8467
  @jsii.member(jsii_name="capacityProviderStrategy")
8441
8468
  def capacity_provider_strategy(
@@ -8804,6 +8831,23 @@ class CfnService(
8804
8831
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8805
8832
  jsii.set(self, "volumeConfigurations", value) # pyright: ignore[reportArgumentType]
8806
8833
 
8834
+ @builtins.property
8835
+ @jsii.member(jsii_name="vpcLatticeConfigurations")
8836
+ def vpc_lattice_configurations(
8837
+ self,
8838
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnService.VpcLatticeConfigurationProperty"]]]]:
8839
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnService.VpcLatticeConfigurationProperty"]]]], jsii.get(self, "vpcLatticeConfigurations"))
8840
+
8841
+ @vpc_lattice_configurations.setter
8842
+ def vpc_lattice_configurations(
8843
+ self,
8844
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnService.VpcLatticeConfigurationProperty"]]]],
8845
+ ) -> None:
8846
+ if __debug__:
8847
+ type_hints = typing.get_type_hints(_typecheckingstub__e2af64fb9defca157f1246b9e5c27f87c21cd5930eb232ddeb8f17161a2498af)
8848
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8849
+ jsii.set(self, "vpcLatticeConfigurations", value) # pyright: ignore[reportArgumentType]
8850
+
8807
8851
  @jsii.data_type(
8808
8852
  jsii_type="aws-cdk-lib.aws_ecs.CfnService.AwsVpcConfigurationProperty",
8809
8853
  jsii_struct_bases=[],
@@ -11317,11 +11361,98 @@ class CfnService(
11317
11361
  k + "=" + repr(v) for k, v in self._values.items()
11318
11362
  )
11319
11363
 
11364
+ @jsii.data_type(
11365
+ jsii_type="aws-cdk-lib.aws_ecs.CfnService.VpcLatticeConfigurationProperty",
11366
+ jsii_struct_bases=[],
11367
+ name_mapping={
11368
+ "port_name": "portName",
11369
+ "role_arn": "roleArn",
11370
+ "target_group_arn": "targetGroupArn",
11371
+ },
11372
+ )
11373
+ class VpcLatticeConfigurationProperty:
11374
+ def __init__(
11375
+ self,
11376
+ *,
11377
+ port_name: builtins.str,
11378
+ role_arn: builtins.str,
11379
+ target_group_arn: builtins.str,
11380
+ ) -> None:
11381
+ '''
11382
+ :param port_name:
11383
+ :param role_arn:
11384
+ :param target_group_arn:
11385
+
11386
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-vpclatticeconfiguration.html
11387
+ :exampleMetadata: fixture=_generated
11388
+
11389
+ Example::
11390
+
11391
+ # The code below shows an example of how to instantiate this type.
11392
+ # The values are placeholders you should change.
11393
+ from aws_cdk import aws_ecs as ecs
11394
+
11395
+ vpc_lattice_configuration_property = ecs.CfnService.VpcLatticeConfigurationProperty(
11396
+ port_name="portName",
11397
+ role_arn="roleArn",
11398
+ target_group_arn="targetGroupArn"
11399
+ )
11400
+ '''
11401
+ if __debug__:
11402
+ type_hints = typing.get_type_hints(_typecheckingstub__6d05b4cedc8504915f9e19862e91955355b21b1ceedc604b97b7b446d31f62e1)
11403
+ check_type(argname="argument port_name", value=port_name, expected_type=type_hints["port_name"])
11404
+ check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
11405
+ check_type(argname="argument target_group_arn", value=target_group_arn, expected_type=type_hints["target_group_arn"])
11406
+ self._values: typing.Dict[builtins.str, typing.Any] = {
11407
+ "port_name": port_name,
11408
+ "role_arn": role_arn,
11409
+ "target_group_arn": target_group_arn,
11410
+ }
11411
+
11412
+ @builtins.property
11413
+ def port_name(self) -> builtins.str:
11414
+ '''
11415
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-vpclatticeconfiguration.html#cfn-ecs-service-vpclatticeconfiguration-portname
11416
+ '''
11417
+ result = self._values.get("port_name")
11418
+ assert result is not None, "Required property 'port_name' is missing"
11419
+ return typing.cast(builtins.str, result)
11420
+
11421
+ @builtins.property
11422
+ def role_arn(self) -> builtins.str:
11423
+ '''
11424
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-vpclatticeconfiguration.html#cfn-ecs-service-vpclatticeconfiguration-rolearn
11425
+ '''
11426
+ result = self._values.get("role_arn")
11427
+ assert result is not None, "Required property 'role_arn' is missing"
11428
+ return typing.cast(builtins.str, result)
11429
+
11430
+ @builtins.property
11431
+ def target_group_arn(self) -> builtins.str:
11432
+ '''
11433
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-vpclatticeconfiguration.html#cfn-ecs-service-vpclatticeconfiguration-targetgrouparn
11434
+ '''
11435
+ result = self._values.get("target_group_arn")
11436
+ assert result is not None, "Required property 'target_group_arn' is missing"
11437
+ return typing.cast(builtins.str, result)
11438
+
11439
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11440
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11441
+
11442
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11443
+ return not (rhs == self)
11444
+
11445
+ def __repr__(self) -> str:
11446
+ return "VpcLatticeConfigurationProperty(%s)" % ", ".join(
11447
+ k + "=" + repr(v) for k, v in self._values.items()
11448
+ )
11449
+
11320
11450
 
11321
11451
  @jsii.data_type(
11322
11452
  jsii_type="aws-cdk-lib.aws_ecs.CfnServiceProps",
11323
11453
  jsii_struct_bases=[],
11324
11454
  name_mapping={
11455
+ "availability_zone_rebalancing": "availabilityZoneRebalancing",
11325
11456
  "capacity_provider_strategy": "capacityProviderStrategy",
11326
11457
  "cluster": "cluster",
11327
11458
  "deployment_configuration": "deploymentConfiguration",
@@ -11345,12 +11476,14 @@ class CfnService(
11345
11476
  "tags": "tags",
11346
11477
  "task_definition": "taskDefinition",
11347
11478
  "volume_configurations": "volumeConfigurations",
11479
+ "vpc_lattice_configurations": "vpcLatticeConfigurations",
11348
11480
  },
11349
11481
  )
11350
11482
  class CfnServiceProps:
11351
11483
  def __init__(
11352
11484
  self,
11353
11485
  *,
11486
+ availability_zone_rebalancing: typing.Optional[builtins.str] = None,
11354
11487
  capacity_provider_strategy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.CapacityProviderStrategyItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
11355
11488
  cluster: typing.Optional[builtins.str] = None,
11356
11489
  deployment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.DeploymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -11374,9 +11507,11 @@ class CfnServiceProps:
11374
11507
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
11375
11508
  task_definition: typing.Optional[builtins.str] = None,
11376
11509
  volume_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.ServiceVolumeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
11510
+ vpc_lattice_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.VpcLatticeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
11377
11511
  ) -> None:
11378
11512
  '''Properties for defining a ``CfnService``.
11379
11513
 
11514
+ :param availability_zone_rebalancing: Default: - "DISABLED"
11380
11515
  :param capacity_provider_strategy: The capacity provider strategy to use for the service. If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used. A capacity provider strategy may contain a maximum of 6 capacity providers.
11381
11516
  :param cluster: The short name or full Amazon Resource Name (ARN) of the cluster that you run your service on. If you do not specify a cluster, the default cluster is assumed.
11382
11517
  :param deployment_configuration: Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
@@ -11400,6 +11535,7 @@ class CfnServiceProps:
11400
11535
  :param tags: The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. When a service is deleted, the tags are deleted as well. The following basic restrictions apply to tags: - Maximum number of tags per resource - 50 - For each resource, each tag key must be unique, and each tag key can have only one value. - Maximum key length - 128 Unicode characters in UTF-8 - Maximum value length - 256 Unicode characters in UTF-8 - If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
11401
11536
  :param task_definition: The ``family`` and ``revision`` ( ``family:revision`` ) or full ARN of the task definition to run in your service. If a ``revision`` isn't specified, the latest ``ACTIVE`` revision is used. A task definition must be specified if the service uses either the ``ECS`` or ``CODE_DEPLOY`` deployment controllers. For more information about deployment types, see `Amazon ECS deployment types <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html>`_ .
11402
11537
  :param volume_configurations: The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.
11538
+ :param vpc_lattice_configurations:
11403
11539
 
11404
11540
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html
11405
11541
  :exampleMetadata: fixture=_generated
@@ -11411,6 +11547,7 @@ class CfnServiceProps:
11411
11547
  from aws_cdk import aws_ecs as ecs
11412
11548
 
11413
11549
  cfn_service_props = ecs.CfnServiceProps(
11550
+ availability_zone_rebalancing="availabilityZoneRebalancing",
11414
11551
  capacity_provider_strategy=[ecs.CfnService.CapacityProviderStrategyItemProperty(
11415
11552
  base=123,
11416
11553
  capacity_provider="capacityProvider",
@@ -11548,11 +11685,17 @@ class CfnServiceProps:
11548
11685
  throughput=123,
11549
11686
  volume_type="volumeType"
11550
11687
  )
11688
+ )],
11689
+ vpc_lattice_configurations=[ecs.CfnService.VpcLatticeConfigurationProperty(
11690
+ port_name="portName",
11691
+ role_arn="roleArn",
11692
+ target_group_arn="targetGroupArn"
11551
11693
  )]
11552
11694
  )
11553
11695
  '''
11554
11696
  if __debug__:
11555
11697
  type_hints = typing.get_type_hints(_typecheckingstub__7f93658ccdbf3f250d0d1ce12224e9eddaef71a8f664c6a279122f60df5b8e83)
11698
+ check_type(argname="argument availability_zone_rebalancing", value=availability_zone_rebalancing, expected_type=type_hints["availability_zone_rebalancing"])
11556
11699
  check_type(argname="argument capacity_provider_strategy", value=capacity_provider_strategy, expected_type=type_hints["capacity_provider_strategy"])
11557
11700
  check_type(argname="argument cluster", value=cluster, expected_type=type_hints["cluster"])
11558
11701
  check_type(argname="argument deployment_configuration", value=deployment_configuration, expected_type=type_hints["deployment_configuration"])
@@ -11576,7 +11719,10 @@ class CfnServiceProps:
11576
11719
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
11577
11720
  check_type(argname="argument task_definition", value=task_definition, expected_type=type_hints["task_definition"])
11578
11721
  check_type(argname="argument volume_configurations", value=volume_configurations, expected_type=type_hints["volume_configurations"])
11722
+ check_type(argname="argument vpc_lattice_configurations", value=vpc_lattice_configurations, expected_type=type_hints["vpc_lattice_configurations"])
11579
11723
  self._values: typing.Dict[builtins.str, typing.Any] = {}
11724
+ if availability_zone_rebalancing is not None:
11725
+ self._values["availability_zone_rebalancing"] = availability_zone_rebalancing
11580
11726
  if capacity_provider_strategy is not None:
11581
11727
  self._values["capacity_provider_strategy"] = capacity_provider_strategy
11582
11728
  if cluster is not None:
@@ -11623,6 +11769,18 @@ class CfnServiceProps:
11623
11769
  self._values["task_definition"] = task_definition
11624
11770
  if volume_configurations is not None:
11625
11771
  self._values["volume_configurations"] = volume_configurations
11772
+ if vpc_lattice_configurations is not None:
11773
+ self._values["vpc_lattice_configurations"] = vpc_lattice_configurations
11774
+
11775
+ @builtins.property
11776
+ def availability_zone_rebalancing(self) -> typing.Optional[builtins.str]:
11777
+ '''
11778
+ :default: - "DISABLED"
11779
+
11780
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing
11781
+ '''
11782
+ result = self._values.get("availability_zone_rebalancing")
11783
+ return typing.cast(typing.Optional[builtins.str], result)
11626
11784
 
11627
11785
  @builtins.property
11628
11786
  def capacity_provider_strategy(
@@ -11950,6 +12108,16 @@ class CfnServiceProps:
11950
12108
  result = self._values.get("volume_configurations")
11951
12109
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnService.ServiceVolumeConfigurationProperty]]]], result)
11952
12110
 
12111
+ @builtins.property
12112
+ def vpc_lattice_configurations(
12113
+ self,
12114
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnService.VpcLatticeConfigurationProperty]]]]:
12115
+ '''
12116
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-vpclatticeconfigurations
12117
+ '''
12118
+ result = self._values.get("vpc_lattice_configurations")
12119
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnService.VpcLatticeConfigurationProperty]]]], result)
12120
+
11953
12121
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
11954
12122
  return isinstance(rhs, self.__class__) and rhs._values == self._values
11955
12123
 
@@ -12116,6 +12284,7 @@ class CfnTaskDefinition(
12116
12284
  soft_limit=123
12117
12285
  )],
12118
12286
  user="user",
12287
+ version_consistency="versionConsistency",
12119
12288
  volumes_from=[ecs.CfnTaskDefinition.VolumeFromProperty(
12120
12289
  read_only=False,
12121
12290
  source_container="sourceContainer"
@@ -12701,6 +12870,7 @@ class CfnTaskDefinition(
12701
12870
  "system_controls": "systemControls",
12702
12871
  "ulimits": "ulimits",
12703
12872
  "user": "user",
12873
+ "version_consistency": "versionConsistency",
12704
12874
  "volumes_from": "volumesFrom",
12705
12875
  "working_directory": "workingDirectory",
12706
12876
  },
@@ -12748,6 +12918,7 @@ class CfnTaskDefinition(
12748
12918
  system_controls: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTaskDefinition.SystemControlProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
12749
12919
  ulimits: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTaskDefinition.UlimitProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
12750
12920
  user: typing.Optional[builtins.str] = None,
12921
+ version_consistency: typing.Optional[builtins.str] = None,
12751
12922
  volumes_from: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTaskDefinition.VolumeFromProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
12752
12923
  working_directory: typing.Optional[builtins.str] = None,
12753
12924
  ) -> None:
@@ -12794,6 +12965,7 @@ class CfnTaskDefinition(
12794
12965
  :param system_controls: A list of namespaced kernel parameters to set in the container. This parameter maps to ``Sysctls`` in the docker container create command and the ``--sysctl`` option to docker run. For example, you can configure ``net.ipv4.tcp_keepalive_time`` setting to maintain longer lived connections.
12795
12966
  :param ulimits: A list of ``ulimits`` to set in the container. This parameter maps to ``Ulimits`` in the `Create a container <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate>`_ section of the `Docker Remote API <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/>`_ and the ``--ulimit`` option to `docker run <https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/>`_ . Valid naming values are displayed in the `Ulimit <https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html>`_ data type. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: ``sudo docker version --format '{{.Server.APIVersion}}'`` .. epigraph:: This parameter is not supported for Windows containers.
12796
12967
  :param user: The user to use inside the container. This parameter maps to ``User`` in the docker container create command and the ``--user`` option to docker run. .. epigraph:: When running tasks using the ``host`` network mode, don't run containers using the root user (UID 0). We recommend using a non-root user for better security. You can specify the ``user`` using the following formats. If specifying a UID or GID, you must specify it as a positive integer. - ``user`` - ``user:group`` - ``uid`` - ``uid:gid`` - ``user:gid`` - ``uid:group`` .. epigraph:: This parameter is not supported for Windows containers.
12968
+ :param version_consistency: Default: - "enabled"
12797
12969
  :param volumes_from: Data volumes to mount from another container. This parameter maps to ``VolumesFrom`` in the docker container create command and the ``--volumes-from`` option to docker run.
12798
12970
  :param working_directory: The working directory to run commands inside the container in. This parameter maps to ``WorkingDir`` in the docker container create command and the ``--workdir`` option to docker run.
12799
12971
 
@@ -12935,6 +13107,7 @@ class CfnTaskDefinition(
12935
13107
  soft_limit=123
12936
13108
  )],
12937
13109
  user="user",
13110
+ version_consistency="versionConsistency",
12938
13111
  volumes_from=[ecs.CfnTaskDefinition.VolumeFromProperty(
12939
13112
  read_only=False,
12940
13113
  source_container="sourceContainer"
@@ -12983,6 +13156,7 @@ class CfnTaskDefinition(
12983
13156
  check_type(argname="argument system_controls", value=system_controls, expected_type=type_hints["system_controls"])
12984
13157
  check_type(argname="argument ulimits", value=ulimits, expected_type=type_hints["ulimits"])
12985
13158
  check_type(argname="argument user", value=user, expected_type=type_hints["user"])
13159
+ check_type(argname="argument version_consistency", value=version_consistency, expected_type=type_hints["version_consistency"])
12986
13160
  check_type(argname="argument volumes_from", value=volumes_from, expected_type=type_hints["volumes_from"])
12987
13161
  check_type(argname="argument working_directory", value=working_directory, expected_type=type_hints["working_directory"])
12988
13162
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -13063,6 +13237,8 @@ class CfnTaskDefinition(
13063
13237
  self._values["ulimits"] = ulimits
13064
13238
  if user is not None:
13065
13239
  self._values["user"] = user
13240
+ if version_consistency is not None:
13241
+ self._values["version_consistency"] = version_consistency
13066
13242
  if volumes_from is not None:
13067
13243
  self._values["volumes_from"] = volumes_from
13068
13244
  if working_directory is not None:
@@ -13714,6 +13890,16 @@ class CfnTaskDefinition(
13714
13890
  result = self._values.get("user")
13715
13891
  return typing.cast(typing.Optional[builtins.str], result)
13716
13892
 
13893
+ @builtins.property
13894
+ def version_consistency(self) -> typing.Optional[builtins.str]:
13895
+ '''
13896
+ :default: - "enabled"
13897
+
13898
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinition.html#cfn-ecs-taskdefinition-containerdefinition-versionconsistency
13899
+ '''
13900
+ result = self._values.get("version_consistency")
13901
+ return typing.cast(typing.Optional[builtins.str], result)
13902
+
13717
13903
  @builtins.property
13718
13904
  def volumes_from(
13719
13905
  self,
@@ -17179,6 +17365,7 @@ class CfnTaskDefinitionProps:
17179
17365
  soft_limit=123
17180
17366
  )],
17181
17367
  user="user",
17368
+ version_consistency="versionConsistency",
17182
17369
  volumes_from=[ecs.CfnTaskDefinition.VolumeFromProperty(
17183
17370
  read_only=False,
17184
17371
  source_container="sourceContainer"
@@ -42480,6 +42667,7 @@ def _typecheckingstub__ec1192a1d20e03deef75c7fa1457b92ecf9506c5c5df97b5a4473fc3a
42480
42667
  scope: _constructs_77d1e7e8.Construct,
42481
42668
  id: builtins.str,
42482
42669
  *,
42670
+ availability_zone_rebalancing: typing.Optional[builtins.str] = None,
42483
42671
  capacity_provider_strategy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.CapacityProviderStrategyItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
42484
42672
  cluster: typing.Optional[builtins.str] = None,
42485
42673
  deployment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.DeploymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -42503,6 +42691,7 @@ def _typecheckingstub__ec1192a1d20e03deef75c7fa1457b92ecf9506c5c5df97b5a4473fc3a
42503
42691
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
42504
42692
  task_definition: typing.Optional[builtins.str] = None,
42505
42693
  volume_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.ServiceVolumeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
42694
+ vpc_lattice_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.VpcLatticeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
42506
42695
  ) -> None:
42507
42696
  """Type checking stubs"""
42508
42697
  pass
@@ -42519,6 +42708,12 @@ def _typecheckingstub__b2418aef5740852913fc8b9231af6ac6ece638d13d24b7a51e74b98f2
42519
42708
  """Type checking stubs"""
42520
42709
  pass
42521
42710
 
42711
+ def _typecheckingstub__52cbfeaf8fbad41fd40801af6ef8ccd8415f38381fd4fba04e60fdfe449d1ea1(
42712
+ value: typing.Optional[builtins.str],
42713
+ ) -> None:
42714
+ """Type checking stubs"""
42715
+ pass
42716
+
42522
42717
  def _typecheckingstub__2cc9404cedce0aac2d2f2061fe9ad3f442cf33919c1a9f64eb934ded9311df13(
42523
42718
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnService.CapacityProviderStrategyItemProperty]]]],
42524
42719
  ) -> None:
@@ -42657,6 +42852,12 @@ def _typecheckingstub__f2ac135ae7ca091933f2f2f9baca1914fdf096339b6f1599966b809b9
42657
42852
  """Type checking stubs"""
42658
42853
  pass
42659
42854
 
42855
+ def _typecheckingstub__e2af64fb9defca157f1246b9e5c27f87c21cd5930eb232ddeb8f17161a2498af(
42856
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnService.VpcLatticeConfigurationProperty]]]],
42857
+ ) -> None:
42858
+ """Type checking stubs"""
42859
+ pass
42860
+
42660
42861
  def _typecheckingstub__40010db1fb42b63f942b5b11b7277545c2a1bffc42369636da9c14f813a744c5(
42661
42862
  *,
42662
42863
  assign_public_ip: typing.Optional[builtins.str] = None,
@@ -42856,8 +43057,18 @@ def _typecheckingstub__423b1a2c8c794083bf78a0cbae86dce8440201fe1e7b653bc2f6df2fb
42856
43057
  """Type checking stubs"""
42857
43058
  pass
42858
43059
 
43060
+ def _typecheckingstub__6d05b4cedc8504915f9e19862e91955355b21b1ceedc604b97b7b446d31f62e1(
43061
+ *,
43062
+ port_name: builtins.str,
43063
+ role_arn: builtins.str,
43064
+ target_group_arn: builtins.str,
43065
+ ) -> None:
43066
+ """Type checking stubs"""
43067
+ pass
43068
+
42859
43069
  def _typecheckingstub__7f93658ccdbf3f250d0d1ce12224e9eddaef71a8f664c6a279122f60df5b8e83(
42860
43070
  *,
43071
+ availability_zone_rebalancing: typing.Optional[builtins.str] = None,
42861
43072
  capacity_provider_strategy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.CapacityProviderStrategyItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
42862
43073
  cluster: typing.Optional[builtins.str] = None,
42863
43074
  deployment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.DeploymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -42881,6 +43092,7 @@ def _typecheckingstub__7f93658ccdbf3f250d0d1ce12224e9eddaef71a8f664c6a279122f60d
42881
43092
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
42882
43093
  task_definition: typing.Optional[builtins.str] = None,
42883
43094
  volume_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.ServiceVolumeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
43095
+ vpc_lattice_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnService.VpcLatticeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
42884
43096
  ) -> None:
42885
43097
  """Type checking stubs"""
42886
43098
  pass
@@ -43073,6 +43285,7 @@ def _typecheckingstub__d367f5be98d90056ca7f199c577c5744b20417ce5d1c8ad339824ec9d
43073
43285
  system_controls: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTaskDefinition.SystemControlProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
43074
43286
  ulimits: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTaskDefinition.UlimitProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
43075
43287
  user: typing.Optional[builtins.str] = None,
43288
+ version_consistency: typing.Optional[builtins.str] = None,
43076
43289
  volumes_from: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTaskDefinition.VolumeFromProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
43077
43290
  working_directory: typing.Optional[builtins.str] = None,
43078
43291
  ) -> None: