must-cdk 0.0.23__py3-none-any.whl → 0.0.25__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.
- must_cdk/__init__.py +6 -4
- must_cdk/_jsii/__init__.py +1 -1
- must_cdk/_jsii/must-cdk@0.0.25.jsii.tgz +0 -0
- {must_cdk-0.0.23.dist-info → must_cdk-0.0.25.dist-info}/METADATA +1 -1
- must_cdk-0.0.25.dist-info/RECORD +9 -0
- must_cdk/_jsii/must-cdk@0.0.23.jsii.tgz +0 -0
- must_cdk-0.0.23.dist-info/RECORD +0 -9
- {must_cdk-0.0.23.dist-info → must_cdk-0.0.25.dist-info}/LICENSE +0 -0
- {must_cdk-0.0.23.dist-info → must_cdk-0.0.25.dist-info}/WHEEL +0 -0
- {must_cdk-0.0.23.dist-info → must_cdk-0.0.25.dist-info}/top_level.txt +0 -0
must_cdk/__init__.py
CHANGED
@@ -493,9 +493,9 @@ class EcsCodeDeploy(
|
|
493
493
|
:param cluster: ECS Cluster where the service will run.
|
494
494
|
:param containers: Configuration related to the task definition and container.
|
495
495
|
:param environment: Environment name (e.g., dev, prod) for tagging and naming.
|
496
|
-
:param security_groups:
|
496
|
+
:param security_groups: Security group config.
|
497
497
|
:param service_name: Base name used for resources like log groups, roles, services, etc.
|
498
|
-
:param subnets:
|
498
|
+
:param subnets: Select which subnets the Service and ALB will placed on.
|
499
499
|
:param task_exec_role: Task execution role for the ECS task.
|
500
500
|
:param task_role: Task role for the ECS task.
|
501
501
|
:param vpc: VPC in which to deploy ECS and ALB resources.
|
@@ -590,9 +590,9 @@ class EcsCodeDeployProps:
|
|
590
590
|
:param cluster: ECS Cluster where the service will run.
|
591
591
|
:param containers: Configuration related to the task definition and container.
|
592
592
|
:param environment: Environment name (e.g., dev, prod) for tagging and naming.
|
593
|
-
:param security_groups:
|
593
|
+
:param security_groups: Security group config.
|
594
594
|
:param service_name: Base name used for resources like log groups, roles, services, etc.
|
595
|
-
:param subnets:
|
595
|
+
:param subnets: Select which subnets the Service and ALB will placed on.
|
596
596
|
:param task_exec_role: Task execution role for the ECS task.
|
597
597
|
:param task_role: Task role for the ECS task.
|
598
598
|
:param vpc: VPC in which to deploy ECS and ALB resources.
|
@@ -674,6 +674,7 @@ class EcsCodeDeployProps:
|
|
674
674
|
|
675
675
|
@builtins.property
|
676
676
|
def security_groups(self) -> typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]:
|
677
|
+
'''Security group config.'''
|
677
678
|
result = self._values.get("security_groups")
|
678
679
|
assert result is not None, "Required property 'security_groups' is missing"
|
679
680
|
return typing.cast(typing.List[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup], result)
|
@@ -687,6 +688,7 @@ class EcsCodeDeployProps:
|
|
687
688
|
|
688
689
|
@builtins.property
|
689
690
|
def subnets(self) -> _aws_cdk_aws_ec2_ceddda9d.SubnetSelection:
|
691
|
+
'''Select which subnets the Service and ALB will placed on.'''
|
690
692
|
result = self._values.get("subnets")
|
691
693
|
assert result is not None, "Required property 'subnets' is missing"
|
692
694
|
return typing.cast(_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, result)
|
must_cdk/_jsii/__init__.py
CHANGED
Binary file
|
@@ -0,0 +1,9 @@
|
|
1
|
+
must_cdk/__init__.py,sha256=xmfXKs9UXb6MF1UXcqXlt3n4MdOW8nSxI2wqIkmxph0,56113
|
2
|
+
must_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
must_cdk/_jsii/__init__.py,sha256=UP3_VljI7Vo7S8gq-KdfLRy_DutuP8o0MVciDDsPjnM,1429
|
4
|
+
must_cdk/_jsii/must-cdk@0.0.25.jsii.tgz,sha256=wIC5KkP-QkZLZWOIRnUuuYM0Wml-l8Qyj4sz5UIym-c,224690
|
5
|
+
must_cdk-0.0.25.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
+
must_cdk-0.0.25.dist-info/METADATA,sha256=eTsE60WdJpwSiL3I6mdy5xtsDtdgV7OuoL-F38joJQE,1041
|
7
|
+
must_cdk-0.0.25.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
8
|
+
must_cdk-0.0.25.dist-info/top_level.txt,sha256=xm4unKYFXnjqQyemg16SUHfrXIb5XMbfUC_3xNsFyjc,9
|
9
|
+
must_cdk-0.0.25.dist-info/RECORD,,
|
Binary file
|
must_cdk-0.0.23.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
must_cdk/__init__.py,sha256=H5kJp_dJzpPUalmMtjbMzFmTPh6be0ZXUC_Ic6pLMIQ,55849
|
2
|
-
must_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
must_cdk/_jsii/__init__.py,sha256=OVIiNW82kp0UN1gaWMYzuQZ3FLrrA9dFM6NcGCh1gHA,1429
|
4
|
-
must_cdk/_jsii/must-cdk@0.0.23.jsii.tgz,sha256=mMQc3f1Ww1S8vh3vd6F039YEaVlnIauG1BHfX-3_lkw,224838
|
5
|
-
must_cdk-0.0.23.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
-
must_cdk-0.0.23.dist-info/METADATA,sha256=MDq_ZxNDbZ1wGIrJa77h1bYDo1zVkht6PVuWsMF59lE,1041
|
7
|
-
must_cdk-0.0.23.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
8
|
-
must_cdk-0.0.23.dist-info/top_level.txt,sha256=xm4unKYFXnjqQyemg16SUHfrXIb5XMbfUC_3xNsFyjc,9
|
9
|
-
must_cdk-0.0.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|