cdk-ecs-service-extensions 2.0.1a531__py3-none-any.whl → 2.0.1a532__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.
@@ -2166,7 +2166,7 @@ class ImportedEnvironment(
2166
2166
  ) -> None:
2167
2167
  '''
2168
2168
  :param scope: -
2169
- :param id: -
2169
+ :param id: The name of this environment.
2170
2170
  :param capacity_type: (experimental) The capacity type used by the service's cluster.
2171
2171
  :param cluster: (experimental) The cluster that is providing capacity for this service.
2172
2172
 
@@ -4816,7 +4816,7 @@ class Environment(
4816
4816
  ) -> None:
4817
4817
  '''
4818
4818
  :param scope: -
4819
- :param id: -
4819
+ :param id: The name of this environment.
4820
4820
  :param capacity_type: (experimental) The type of capacity to use for this environment. Default: - EnvironmentCapacityType.FARGATE
4821
4821
  :param cluster: (experimental) The ECS cluster which provides compute capacity to this service. [disable-awslint:ref-via-interface] Default: - Create a new cluster
4822
4822
  :param vpc: (experimental) The VPC used by the service for networking. Default: - Create a new VPC
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@aws-cdk-containers/ecs-service-extensions",
36
- "2.0.1-alpha.531",
36
+ "2.0.1-alpha.532",
37
37
  __name__[0:-6],
38
- "ecs-service-extensions@2.0.1-alpha.531.jsii.tgz",
38
+ "ecs-service-extensions@2.0.1-alpha.532.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-ecs-service-extensions
3
- Version: 2.0.1a531
3
+ Version: 2.0.1a532
4
4
  Summary: The CDK Construct Library that helps you build ECS services using simple extensions
5
5
  Home-page: https://github.com/cdklabs/cdk-ecs-service-extensions.git
6
6
  Author: Amazon Web Services
@@ -0,0 +1,10 @@
1
+ cdk_ecs_service_extensions/__init__.py,sha256=HwfD8p2t_NCip9d3LBRTVwuaFlelhfNt3SvVzhs2PnU,296954
2
+ cdk_ecs_service_extensions/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ cdk_ecs_service_extensions/_jsii/__init__.py,sha256=TrqASnY4iCnyqeJIM6K73QxnYVpRNK0rjpPWpmKEFzc,1508
4
+ cdk_ecs_service_extensions/_jsii/ecs-service-extensions@2.0.1-alpha.532.jsii.tgz,sha256=4xDvdOG0vZIWYBWmgp-Z3NieDL_bm0Y7D3OhaW7v9VI,172729
5
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/METADATA,sha256=RvkTZfUsbsubFkxmOClO3kBwu-_PJeGEY4O_cwp0OB0,25440
7
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/NOTICE,sha256=1CkO1kwu3Q_OHYTj-d-yiBJA_lNN73a4zSntavaD4oc,67
8
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/top_level.txt,sha256=8y3moeVdeNceQBmUG8CgckL9Tpjgh4-La2qhhQuM1J4,27
10
+ cdk_ecs_service_extensions-2.0.1a532.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- cdk_ecs_service_extensions/__init__.py,sha256=vnzEzbizxSOISblaUrIEGFLy4znlMnIi1EPafkFIyOk,296898
2
- cdk_ecs_service_extensions/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- cdk_ecs_service_extensions/_jsii/__init__.py,sha256=tGXqX5kPalo-8pPSyT18e2XQuhJgVqfGU9jifpeg87Y,1508
4
- cdk_ecs_service_extensions/_jsii/ecs-service-extensions@2.0.1-alpha.531.jsii.tgz,sha256=AE4nCxjGcc9X5YCNWD-nkojXGElhQgKzbaxvocCC18s,171835
5
- cdk_ecs_service_extensions-2.0.1a531.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
- cdk_ecs_service_extensions-2.0.1a531.dist-info/METADATA,sha256=snVqAJO3kCBnoVaJx3_LMBuxmDk2xkRJzS0pQB-OQaI,25440
7
- cdk_ecs_service_extensions-2.0.1a531.dist-info/NOTICE,sha256=1CkO1kwu3Q_OHYTj-d-yiBJA_lNN73a4zSntavaD4oc,67
8
- cdk_ecs_service_extensions-2.0.1a531.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- cdk_ecs_service_extensions-2.0.1a531.dist-info/top_level.txt,sha256=8y3moeVdeNceQBmUG8CgckL9Tpjgh4-La2qhhQuM1J4,27
10
- cdk_ecs_service_extensions-2.0.1a531.dist-info/RECORD,,