aws-cdk.cx-api 2.158.0__tar.gz → 2.159.1__tar.gz
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.
- {aws_cdk_cx_api-2.158.0/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.159.1}/PKG-INFO +18 -1
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/README.md +17 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/setup.py +2 -2
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk_cx_api-2.159.1/src/aws_cdk/cx_api/_jsii/cx-api@2.159.1.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1/src/aws_cdk.cx_api.egg-info}/PKG-INFO +18 -1
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws_cdk_cx_api-2.158.0/src/aws_cdk/cx_api/_jsii/cx-api@2.158.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/LICENSE +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/MANIFEST.in +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/NOTICE +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/pyproject.toml +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/setup.cfg +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk.cx_api.egg-info/requires.txt +0 -0
- {aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.159.1
|
|
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
|
+
```
|
|
@@ -392,3 +392,20 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
|
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
```
|
|
395
|
+
|
|
396
|
+
* `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
|
|
397
|
+
|
|
398
|
+
Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
|
|
399
|
+
specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
|
|
400
|
+
|
|
401
|
+
When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
|
|
402
|
+
|
|
403
|
+
*cdk.json*
|
|
404
|
+
|
|
405
|
+
```json
|
|
406
|
+
{
|
|
407
|
+
"context": {
|
|
408
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.159.1",
|
|
9
9
|
"description": "Cloud executable protocol",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk.cx_api._jsii": [
|
|
29
|
-
"cx-api@2.
|
|
29
|
+
"cx-api@2.159.1.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -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.
|
|
34
|
+
"@aws-cdk/cx-api", "2.159.1", __name__[0:-6], "cx-api@2.159.1.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.159.1
|
|
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
|
+
```
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_cdk_cx_api-2.158.0 → aws_cdk_cx_api-2.159.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|