aws-cdk.cx-api 2.158.0__py3-none-any.whl → 2.159.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.cx-api might be problematic. Click here for more details.

@@ -393,6 +393,23 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
393
393
  }
394
394
  }
395
395
  ```
396
+
397
+ * `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
398
+
399
+ Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
400
+ specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
401
+
402
+ When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
403
+
404
+ *cdk.json*
405
+
406
+ ```json
407
+ {
408
+ "context": {
409
+ "@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
410
+ }
411
+ }
412
+ ```
396
413
  '''
397
414
  from pkgutil import extend_path
398
415
  __path__ = extend_path(__path__, __name__)
@@ -2108,6 +2125,8 @@ class LoadBalancerIpAddressType(enum.Enum):
2108
2125
  '''IPV4 ip address.'''
2109
2126
  DUAL_STACK = "DUAL_STACK"
2110
2127
  '''Dual stack address.'''
2128
+ DUAL_STACK_WITHOUT_PUBLIC_IPV4 = "DUAL_STACK_WITHOUT_PUBLIC_IPV4"
2129
+ '''IPv6 only public addresses, with private IPv4 and IPv6 addresses.'''
2111
2130
 
2112
2131
 
2113
2132
  @jsii.data_type(
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
31
31
  import aws_cdk.cloud_assembly_schema._jsii
32
32
 
33
33
  __jsii_assembly__ = jsii.JSIIAssembly.load(
34
- "@aws-cdk/cx-api", "2.158.0", __name__[0:-6], "cx-api@2.158.0.jsii.tgz"
34
+ "@aws-cdk/cx-api", "2.159.0", __name__[0:-6], "cx-api@2.159.0.jsii.tgz"
35
35
  )
36
36
 
37
37
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.158.0
3
+ Version: 2.159.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -422,3 +422,20 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
422
422
  }
423
423
  }
424
424
  ```
425
+
426
+ * `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
427
+
428
+ Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
429
+ specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
430
+
431
+ When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
432
+
433
+ *cdk.json*
434
+
435
+ ```json
436
+ {
437
+ "context": {
438
+ "@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
439
+ }
440
+ }
441
+ ```
@@ -0,0 +1,10 @@
1
+ aws_cdk/cx_api/__init__.py,sha256=_7OOKh1yWUfKqShN9_IIpIilbRiV0ErxVJWyClD7Odg,181360
2
+ aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ aws_cdk/cx_api/_jsii/__init__.py,sha256=EtSs-tbuuz-aWar82w-KvlgA082hLf1jGSuzn9_2rNU,1434
4
+ aws_cdk/cx_api/_jsii/cx-api@2.159.0.jsii.tgz,sha256=no3LJBrf2pT7q_ghD98fr2u1JKMrl_JeKJI1TEwqn24,213865
5
+ aws_cdk.cx_api-2.159.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
6
+ aws_cdk.cx_api-2.159.0.dist-info/METADATA,sha256=F5JvVsfMncd9hrJk4jweVp80OcUHxzLkbqwWvPZE5Ng,14080
7
+ aws_cdk.cx_api-2.159.0.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
8
+ aws_cdk.cx_api-2.159.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
9
+ aws_cdk.cx_api-2.159.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
+ aws_cdk.cx_api-2.159.0.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- aws_cdk/cx_api/__init__.py,sha256=F4wSNuELszJtzhIRm8vI1olcVl6zQ65dT15pMdZS-QQ,180710
2
- aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- aws_cdk/cx_api/_jsii/__init__.py,sha256=E0X8YUCVsZtZZIO8fHyRAd6rj-PWBk5F3sby5VRssrY,1434
4
- aws_cdk/cx_api/_jsii/cx-api@2.158.0.jsii.tgz,sha256=Of8caWsNn56Liqib7BMv4jIFBrNSlykWXJhEXqReVlk,212342
5
- aws_cdk.cx_api-2.158.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
6
- aws_cdk.cx_api-2.158.0.dist-info/METADATA,sha256=5CdO1zsWI8Fz5jcj0bnMCu_rEax4WWhyv8YBgXsNp5U,13576
7
- aws_cdk.cx_api-2.158.0.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
8
- aws_cdk.cx_api-2.158.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
9
- aws_cdk.cx_api-2.158.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
- aws_cdk.cx_api-2.158.0.dist-info/RECORD,,