tm-cdk-constructs 0.0.13 → 0.0.14

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.
package/.jsii CHANGED
@@ -3860,6 +3860,139 @@
3860
3860
  }
3861
3861
  },
3862
3862
  "types": {
3863
+ "tm-cdk-constructs.TmApplicationLoadBalancedFargateService": {
3864
+ "assembly": "tm-cdk-constructs",
3865
+ "base": "aws-cdk-lib.aws_ecs_patterns.ApplicationLoadBalancedFargateService",
3866
+ "docs": {
3867
+ "stability": "experimental"
3868
+ },
3869
+ "fqn": "tm-cdk-constructs.TmApplicationLoadBalancedFargateService",
3870
+ "initializer": {
3871
+ "docs": {
3872
+ "stability": "experimental"
3873
+ },
3874
+ "locationInModule": {
3875
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3876
+ "line": 38
3877
+ },
3878
+ "parameters": [
3879
+ {
3880
+ "name": "scope",
3881
+ "type": {
3882
+ "fqn": "constructs.Construct"
3883
+ }
3884
+ },
3885
+ {
3886
+ "name": "id",
3887
+ "type": {
3888
+ "primitive": "string"
3889
+ }
3890
+ },
3891
+ {
3892
+ "name": "props",
3893
+ "type": {
3894
+ "fqn": "tm-cdk-constructs.TmApplicationLoadBalancedFargateServiceProps"
3895
+ }
3896
+ }
3897
+ ]
3898
+ },
3899
+ "kind": "class",
3900
+ "locationInModule": {
3901
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3902
+ "line": 36
3903
+ },
3904
+ "name": "TmApplicationLoadBalancedFargateService",
3905
+ "symbolId": "src/containers/ecs/ecs-base-pattern:TmApplicationLoadBalancedFargateService"
3906
+ },
3907
+ "tm-cdk-constructs.TmApplicationLoadBalancedFargateServiceProps": {
3908
+ "assembly": "tm-cdk-constructs",
3909
+ "datatype": true,
3910
+ "docs": {
3911
+ "stability": "experimental",
3912
+ "summary": "Represents the configuration for an ecsPatterns."
3913
+ },
3914
+ "fqn": "tm-cdk-constructs.TmApplicationLoadBalancedFargateServiceProps",
3915
+ "interfaces": [
3916
+ "aws-cdk-lib.aws_ecs_patterns.ApplicationLoadBalancedFargateServiceProps"
3917
+ ],
3918
+ "kind": "interface",
3919
+ "locationInModule": {
3920
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3921
+ "line": 12
3922
+ },
3923
+ "name": "TmApplicationLoadBalancedFargateServiceProps",
3924
+ "properties": [
3925
+ {
3926
+ "abstract": true,
3927
+ "docs": {
3928
+ "stability": "experimental",
3929
+ "summary": "The container port."
3930
+ },
3931
+ "immutable": true,
3932
+ "locationInModule": {
3933
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3934
+ "line": 17
3935
+ },
3936
+ "name": "containerPort",
3937
+ "optional": true,
3938
+ "type": {
3939
+ "primitive": "number"
3940
+ }
3941
+ },
3942
+ {
3943
+ "abstract": true,
3944
+ "docs": {
3945
+ "stability": "experimental",
3946
+ "summary": "The custom http header value."
3947
+ },
3948
+ "immutable": true,
3949
+ "locationInModule": {
3950
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3951
+ "line": 31
3952
+ },
3953
+ "name": "customHttpHeaderValue",
3954
+ "optional": true,
3955
+ "type": {
3956
+ "primitive": "string"
3957
+ }
3958
+ },
3959
+ {
3960
+ "abstract": true,
3961
+ "docs": {
3962
+ "stability": "experimental",
3963
+ "summary": "The maximum number of task."
3964
+ },
3965
+ "immutable": true,
3966
+ "locationInModule": {
3967
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3968
+ "line": 27
3969
+ },
3970
+ "name": "maxTaskCount",
3971
+ "optional": true,
3972
+ "type": {
3973
+ "primitive": "number"
3974
+ }
3975
+ },
3976
+ {
3977
+ "abstract": true,
3978
+ "docs": {
3979
+ "stability": "experimental",
3980
+ "summary": "The minumun number od tasks."
3981
+ },
3982
+ "immutable": true,
3983
+ "locationInModule": {
3984
+ "filename": "src/containers/ecs/ecs-base-pattern.ts",
3985
+ "line": 22
3986
+ },
3987
+ "name": "minTaskCount",
3988
+ "optional": true,
3989
+ "type": {
3990
+ "primitive": "number"
3991
+ }
3992
+ }
3993
+ ],
3994
+ "symbolId": "src/containers/ecs/ecs-base-pattern:TmApplicationLoadBalancedFargateServiceProps"
3995
+ },
3863
3996
  "tm-cdk-constructs.TmPipeline": {
3864
3997
  "assembly": "tm-cdk-constructs",
3865
3998
  "base": "constructs.Construct",
@@ -4226,6 +4359,6 @@
4226
4359
  "symbolId": "src/network/vpc-base:TmVpcProps"
4227
4360
  }
4228
4361
  },
4229
- "version": "0.0.13",
4230
- "fingerprint": "rKc84PqXSPXlWRtPFWR84OxYK0GP8w0t5hzAitodLZo="
4362
+ "version": "0.0.14",
4363
+ "fingerprint": "pZXN1DRyP/E/+nFLvELHf7cbPpkZCxNdInENyugMJJE="
4231
4364
  }