low-cost-ecs 0.0.21 → 0.0.23

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
@@ -3062,7 +3062,7 @@
3062
3062
  "types": {
3063
3063
  "low-cost-ecs.LowCostECS": {
3064
3064
  "assembly": "low-cost-ecs",
3065
- "base": "aws-cdk-lib.Stack",
3065
+ "base": "constructs.Construct",
3066
3066
  "docs": {
3067
3067
  "stability": "experimental"
3068
3068
  },
@@ -3073,7 +3073,7 @@
3073
3073
  },
3074
3074
  "locationInModule": {
3075
3075
  "filename": "src/low-cost-ecs.ts",
3076
- "line": 137
3076
+ "line": 140
3077
3077
  },
3078
3078
  "parameters": [
3079
3079
  {
@@ -3099,7 +3099,7 @@
3099
3099
  "kind": "class",
3100
3100
  "locationInModule": {
3101
3101
  "filename": "src/low-cost-ecs.ts",
3102
- "line": 130
3102
+ "line": 131
3103
3103
  },
3104
3104
  "name": "LowCostECS",
3105
3105
  "properties": [
@@ -3110,7 +3110,7 @@
3110
3110
  "immutable": true,
3111
3111
  "locationInModule": {
3112
3112
  "filename": "src/low-cost-ecs.ts",
3113
- "line": 133
3113
+ "line": 134
3114
3114
  },
3115
3115
  "name": "certFileSystem",
3116
3116
  "type": {
@@ -3124,7 +3124,7 @@
3124
3124
  "immutable": true,
3125
3125
  "locationInModule": {
3126
3126
  "filename": "src/low-cost-ecs.ts",
3127
- "line": 134
3127
+ "line": 136
3128
3128
  },
3129
3129
  "name": "cluster",
3130
3130
  "type": {
@@ -3138,7 +3138,7 @@
3138
3138
  "immutable": true,
3139
3139
  "locationInModule": {
3140
3140
  "filename": "src/low-cost-ecs.ts",
3141
- "line": 132
3141
+ "line": 133
3142
3142
  },
3143
3143
  "name": "hostAutoScalingGroup",
3144
3144
  "type": {
@@ -3152,7 +3152,21 @@
3152
3152
  "immutable": true,
3153
3153
  "locationInModule": {
3154
3154
  "filename": "src/low-cost-ecs.ts",
3155
- "line": 135
3155
+ "line": 137
3156
+ },
3157
+ "name": "serverTaskDefinition",
3158
+ "type": {
3159
+ "fqn": "aws-cdk-lib.aws_ecs.Ec2TaskDefinition"
3160
+ }
3161
+ },
3162
+ {
3163
+ "docs": {
3164
+ "stability": "experimental"
3165
+ },
3166
+ "immutable": true,
3167
+ "locationInModule": {
3168
+ "filename": "src/low-cost-ecs.ts",
3169
+ "line": 138
3156
3170
  },
3157
3171
  "name": "service",
3158
3172
  "type": {
@@ -3166,7 +3180,21 @@
3166
3180
  "immutable": true,
3167
3181
  "locationInModule": {
3168
3182
  "filename": "src/low-cost-ecs.ts",
3169
- "line": 131
3183
+ "line": 135
3184
+ },
3185
+ "name": "topic",
3186
+ "type": {
3187
+ "fqn": "aws-cdk-lib.aws_sns.Topic"
3188
+ }
3189
+ },
3190
+ {
3191
+ "docs": {
3192
+ "stability": "experimental"
3193
+ },
3194
+ "immutable": true,
3195
+ "locationInModule": {
3196
+ "filename": "src/low-cost-ecs.ts",
3197
+ "line": 132
3170
3198
  },
3171
3199
  "name": "vpc",
3172
3200
  "type": {
@@ -3183,9 +3211,6 @@
3183
3211
  "stability": "experimental"
3184
3212
  },
3185
3213
  "fqn": "low-cost-ecs.LowCostECSProps",
3186
- "interfaces": [
3187
- "aws-cdk-lib.StackProps"
3188
- ],
3189
3214
  "kind": "interface",
3190
3215
  "locationInModule": {
3191
3216
  "filename": "src/low-cost-ecs.ts",
@@ -3424,14 +3449,15 @@
3424
3449
  {
3425
3450
  "abstract": true,
3426
3451
  "docs": {
3427
- "default": "- Nginx server task definition defined in createSampleTaskDefinition()",
3452
+ "default": "- Nginx server task definition defined in sampleTaskDefinition()",
3453
+ "see": "sampleTaskDefinition",
3428
3454
  "stability": "experimental",
3429
3455
  "summary": "Task definition for the server ecs task."
3430
3456
  },
3431
3457
  "immutable": true,
3432
3458
  "locationInModule": {
3433
3459
  "filename": "src/low-cost-ecs.ts",
3434
- "line": 121
3460
+ "line": 122
3435
3461
  },
3436
3462
  "name": "serverTaskDefinition",
3437
3463
  "optional": true,
@@ -3470,7 +3496,7 @@
3470
3496
  "kind": "interface",
3471
3497
  "locationInModule": {
3472
3498
  "filename": "src/low-cost-ecs.ts",
3473
- "line": 124
3499
+ "line": 125
3474
3500
  },
3475
3501
  "name": "LowCostECSTaskDefinitionOptions",
3476
3502
  "properties": [
@@ -3482,7 +3508,7 @@
3482
3508
  "immutable": true,
3483
3509
  "locationInModule": {
3484
3510
  "filename": "src/low-cost-ecs.ts",
3485
- "line": 126
3511
+ "line": 127
3486
3512
  },
3487
3513
  "name": "containers",
3488
3514
  "type": {
@@ -3502,7 +3528,7 @@
3502
3528
  "immutable": true,
3503
3529
  "locationInModule": {
3504
3530
  "filename": "src/low-cost-ecs.ts",
3505
- "line": 125
3531
+ "line": 126
3506
3532
  },
3507
3533
  "name": "taskDefinition",
3508
3534
  "optional": true,
@@ -3518,7 +3544,7 @@
3518
3544
  "immutable": true,
3519
3545
  "locationInModule": {
3520
3546
  "filename": "src/low-cost-ecs.ts",
3521
- "line": 127
3547
+ "line": 128
3522
3548
  },
3523
3549
  "name": "volumes",
3524
3550
  "optional": true,
@@ -3535,6 +3561,6 @@
3535
3561
  "symbolId": "src/low-cost-ecs:LowCostECSTaskDefinitionOptions"
3536
3562
  }
3537
3563
  },
3538
- "version": "0.0.21",
3539
- "fingerprint": "wFXOl+S0BnzzEXwK7wYwL3yYgD1utZbgE3F8VxO3x1w="
3564
+ "version": "0.0.23",
3565
+ "fingerprint": "df+yS28a5ob3s6dID5EWnI7AXRvfVQUoyzr+dM99v7w="
3540
3566
  }