@rio-cloud/cdk-v2-constructs 2.2.0 → 2.3.0
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 +109 -73
- package/CHANGELOG.md +10 -0
- package/CONTRIBUTION.md +122 -9
- package/MIGRATION_GUIDE.md +1 -1
- package/lib/contributions/team-transport-two/pipeline/buildspec-vulnerability-checks.yaml +19 -0
- package/lib/contributions/team-transport-two/pipeline/buildspec.yaml +58 -0
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +9 -1
- package/lib/fargate/datadog.js +2 -2
- package/lib/fargate/rio-fargate-service.d.ts +6 -0
- package/lib/fargate/rio-fargate-service.js +16 -12
- package/lib/rio-claidometer.d.ts +4 -1
- package/lib/rio-claidometer.js +4 -1
- package/package.json +4 -2
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -3003,7 +3003,7 @@
|
|
|
3003
3003
|
"kind": "interface",
|
|
3004
3004
|
"locationInModule": {
|
|
3005
3005
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3006
|
-
"line":
|
|
3006
|
+
"line": 95
|
|
3007
3007
|
},
|
|
3008
3008
|
"name": "AppStackProps",
|
|
3009
3009
|
"properties": [
|
|
@@ -3015,7 +3015,7 @@
|
|
|
3015
3015
|
"immutable": true,
|
|
3016
3016
|
"locationInModule": {
|
|
3017
3017
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3018
|
-
"line":
|
|
3018
|
+
"line": 96
|
|
3019
3019
|
},
|
|
3020
3020
|
"name": "serviceName",
|
|
3021
3021
|
"type": {
|
|
@@ -3030,7 +3030,7 @@
|
|
|
3030
3030
|
"immutable": true,
|
|
3031
3031
|
"locationInModule": {
|
|
3032
3032
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3033
|
-
"line":
|
|
3033
|
+
"line": 97
|
|
3034
3034
|
},
|
|
3035
3035
|
"name": "version",
|
|
3036
3036
|
"type": {
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
},
|
|
3055
3055
|
"locationInModule": {
|
|
3056
3056
|
"filename": "src/rio-claidometer.ts",
|
|
3057
|
-
"line":
|
|
3057
|
+
"line": 28
|
|
3058
3058
|
},
|
|
3059
3059
|
"parameters": [
|
|
3060
3060
|
{
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
"kind": "class",
|
|
3081
3081
|
"locationInModule": {
|
|
3082
3082
|
"filename": "src/rio-claidometer.ts",
|
|
3083
|
-
"line":
|
|
3083
|
+
"line": 26
|
|
3084
3084
|
},
|
|
3085
3085
|
"name": "Claidometer",
|
|
3086
3086
|
"symbolId": "src/rio-claidometer:Claidometer"
|
|
@@ -3108,6 +3108,24 @@
|
|
|
3108
3108
|
"stability": "stable"
|
|
3109
3109
|
},
|
|
3110
3110
|
"name": "TEMPLATE"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"docs": {
|
|
3114
|
+
"stability": "stable"
|
|
3115
|
+
},
|
|
3116
|
+
"name": "TEST"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"docs": {
|
|
3120
|
+
"stability": "stable"
|
|
3121
|
+
},
|
|
3122
|
+
"name": "DATA_LAKE"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"docs": {
|
|
3126
|
+
"stability": "stable"
|
|
3127
|
+
},
|
|
3128
|
+
"name": "CDK_CONTRIBUTION"
|
|
3111
3129
|
}
|
|
3112
3130
|
],
|
|
3113
3131
|
"name": "ClaidometerProduct",
|
|
@@ -3123,7 +3141,7 @@
|
|
|
3123
3141
|
"kind": "interface",
|
|
3124
3142
|
"locationInModule": {
|
|
3125
3143
|
"filename": "src/rio-claidometer.ts",
|
|
3126
|
-
"line":
|
|
3144
|
+
"line": 16
|
|
3127
3145
|
},
|
|
3128
3146
|
"name": "ClaidometerProps",
|
|
3129
3147
|
"properties": [
|
|
@@ -3135,7 +3153,7 @@
|
|
|
3135
3153
|
"immutable": true,
|
|
3136
3154
|
"locationInModule": {
|
|
3137
3155
|
"filename": "src/rio-claidometer.ts",
|
|
3138
|
-
"line":
|
|
3156
|
+
"line": 19
|
|
3139
3157
|
},
|
|
3140
3158
|
"name": "feature",
|
|
3141
3159
|
"type": {
|
|
@@ -3150,7 +3168,7 @@
|
|
|
3150
3168
|
"immutable": true,
|
|
3151
3169
|
"locationInModule": {
|
|
3152
3170
|
"filename": "src/rio-claidometer.ts",
|
|
3153
|
-
"line":
|
|
3171
|
+
"line": 18
|
|
3154
3172
|
},
|
|
3155
3173
|
"name": "packageName",
|
|
3156
3174
|
"type": {
|
|
@@ -3165,7 +3183,7 @@
|
|
|
3165
3183
|
"immutable": true,
|
|
3166
3184
|
"locationInModule": {
|
|
3167
3185
|
"filename": "src/rio-claidometer.ts",
|
|
3168
|
-
"line":
|
|
3186
|
+
"line": 17
|
|
3169
3187
|
},
|
|
3170
3188
|
"name": "product",
|
|
3171
3189
|
"type": {
|
|
@@ -3180,7 +3198,7 @@
|
|
|
3180
3198
|
"immutable": true,
|
|
3181
3199
|
"locationInModule": {
|
|
3182
3200
|
"filename": "src/rio-claidometer.ts",
|
|
3183
|
-
"line":
|
|
3201
|
+
"line": 20
|
|
3184
3202
|
},
|
|
3185
3203
|
"name": "version",
|
|
3186
3204
|
"optional": true,
|
|
@@ -3269,7 +3287,7 @@
|
|
|
3269
3287
|
"kind": "interface",
|
|
3270
3288
|
"locationInModule": {
|
|
3271
3289
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3272
|
-
"line":
|
|
3290
|
+
"line": 69
|
|
3273
3291
|
},
|
|
3274
3292
|
"name": "ContainerDefinitionOptions",
|
|
3275
3293
|
"properties": [
|
|
@@ -3283,7 +3301,7 @@
|
|
|
3283
3301
|
"immutable": true,
|
|
3284
3302
|
"locationInModule": {
|
|
3285
3303
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3286
|
-
"line":
|
|
3304
|
+
"line": 77
|
|
3287
3305
|
},
|
|
3288
3306
|
"name": "image",
|
|
3289
3307
|
"type": {
|
|
@@ -3301,7 +3319,7 @@
|
|
|
3301
3319
|
"immutable": true,
|
|
3302
3320
|
"locationInModule": {
|
|
3303
3321
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3304
|
-
"line":
|
|
3322
|
+
"line": 99
|
|
3305
3323
|
},
|
|
3306
3324
|
"name": "environment",
|
|
3307
3325
|
"optional": true,
|
|
@@ -3324,7 +3342,7 @@
|
|
|
3324
3342
|
"immutable": true,
|
|
3325
3343
|
"locationInModule": {
|
|
3326
3344
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3327
|
-
"line":
|
|
3345
|
+
"line": 113
|
|
3328
3346
|
},
|
|
3329
3347
|
"name": "healthCheck",
|
|
3330
3348
|
"optional": true,
|
|
@@ -3342,7 +3360,7 @@
|
|
|
3342
3360
|
"immutable": true,
|
|
3343
3361
|
"locationInModule": {
|
|
3344
3362
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3345
|
-
"line":
|
|
3363
|
+
"line": 106
|
|
3346
3364
|
},
|
|
3347
3365
|
"name": "secrets",
|
|
3348
3366
|
"optional": true,
|
|
@@ -3430,7 +3448,7 @@
|
|
|
3430
3448
|
"kind": "enum",
|
|
3431
3449
|
"locationInModule": {
|
|
3432
3450
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3433
|
-
"line":
|
|
3451
|
+
"line": 295
|
|
3434
3452
|
},
|
|
3435
3453
|
"members": [
|
|
3436
3454
|
{
|
|
@@ -3657,7 +3675,7 @@
|
|
|
3657
3675
|
"kind": "interface",
|
|
3658
3676
|
"locationInModule": {
|
|
3659
3677
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3660
|
-
"line":
|
|
3678
|
+
"line": 221
|
|
3661
3679
|
},
|
|
3662
3680
|
"name": "DatadogIntegrationProps",
|
|
3663
3681
|
"properties": [
|
|
@@ -3671,7 +3689,7 @@
|
|
|
3671
3689
|
"immutable": true,
|
|
3672
3690
|
"locationInModule": {
|
|
3673
3691
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3674
|
-
"line":
|
|
3692
|
+
"line": 292
|
|
3675
3693
|
},
|
|
3676
3694
|
"name": "additionalTags",
|
|
3677
3695
|
"optional": true,
|
|
@@ -3695,7 +3713,7 @@
|
|
|
3695
3713
|
"immutable": true,
|
|
3696
3714
|
"locationInModule": {
|
|
3697
3715
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3698
|
-
"line":
|
|
3716
|
+
"line": 260
|
|
3699
3717
|
},
|
|
3700
3718
|
"name": "apmGetEndpointsToIgnore",
|
|
3701
3719
|
"optional": true,
|
|
@@ -3718,7 +3736,7 @@
|
|
|
3718
3736
|
"immutable": true,
|
|
3719
3737
|
"locationInModule": {
|
|
3720
3738
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3721
|
-
"line":
|
|
3739
|
+
"line": 227
|
|
3722
3740
|
},
|
|
3723
3741
|
"name": "cpu",
|
|
3724
3742
|
"optional": true,
|
|
@@ -3736,7 +3754,7 @@
|
|
|
3736
3754
|
"immutable": true,
|
|
3737
3755
|
"locationInModule": {
|
|
3738
3756
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3739
|
-
"line":
|
|
3757
|
+
"line": 267
|
|
3740
3758
|
},
|
|
3741
3759
|
"name": "datadogSidecarEssential",
|
|
3742
3760
|
"optional": true,
|
|
@@ -3754,7 +3772,7 @@
|
|
|
3754
3772
|
"immutable": true,
|
|
3755
3773
|
"locationInModule": {
|
|
3756
3774
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3757
|
-
"line":
|
|
3775
|
+
"line": 273
|
|
3758
3776
|
},
|
|
3759
3777
|
"name": "datadogSidecarTag",
|
|
3760
3778
|
"optional": true,
|
|
@@ -3772,7 +3790,7 @@
|
|
|
3772
3790
|
"immutable": true,
|
|
3773
3791
|
"locationInModule": {
|
|
3774
3792
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3775
|
-
"line":
|
|
3793
|
+
"line": 253
|
|
3776
3794
|
},
|
|
3777
3795
|
"name": "loggingModeForDatadogAgent",
|
|
3778
3796
|
"optional": true,
|
|
@@ -3790,7 +3808,7 @@
|
|
|
3790
3808
|
"immutable": true,
|
|
3791
3809
|
"locationInModule": {
|
|
3792
3810
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3793
|
-
"line":
|
|
3811
|
+
"line": 246
|
|
3794
3812
|
},
|
|
3795
3813
|
"name": "loggingModeForService",
|
|
3796
3814
|
"optional": true,
|
|
@@ -3809,7 +3827,7 @@
|
|
|
3809
3827
|
"immutable": true,
|
|
3810
3828
|
"locationInModule": {
|
|
3811
3829
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3812
|
-
"line":
|
|
3830
|
+
"line": 239
|
|
3813
3831
|
},
|
|
3814
3832
|
"name": "memoryLimitMiB",
|
|
3815
3833
|
"optional": true,
|
|
@@ -4044,7 +4062,7 @@
|
|
|
4044
4062
|
"kind": "interface",
|
|
4045
4063
|
"locationInModule": {
|
|
4046
4064
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4047
|
-
"line":
|
|
4065
|
+
"line": 116
|
|
4048
4066
|
},
|
|
4049
4067
|
"name": "FargateTaskDefinitionProps",
|
|
4050
4068
|
"properties": [
|
|
@@ -4059,7 +4077,7 @@
|
|
|
4059
4077
|
"immutable": true,
|
|
4060
4078
|
"locationInModule": {
|
|
4061
4079
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4062
|
-
"line":
|
|
4080
|
+
"line": 134
|
|
4063
4081
|
},
|
|
4064
4082
|
"name": "cpu",
|
|
4065
4083
|
"type": {
|
|
@@ -4077,7 +4095,7 @@
|
|
|
4077
4095
|
"immutable": true,
|
|
4078
4096
|
"locationInModule": {
|
|
4079
4097
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4080
|
-
"line":
|
|
4098
|
+
"line": 152
|
|
4081
4099
|
},
|
|
4082
4100
|
"name": "memoryLimitMiB",
|
|
4083
4101
|
"type": {
|
|
@@ -4094,13 +4112,31 @@
|
|
|
4094
4112
|
"immutable": true,
|
|
4095
4113
|
"locationInModule": {
|
|
4096
4114
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4097
|
-
"line":
|
|
4115
|
+
"line": 160
|
|
4098
4116
|
},
|
|
4099
4117
|
"name": "desiredCount",
|
|
4100
4118
|
"optional": true,
|
|
4101
4119
|
"type": {
|
|
4102
4120
|
"primitive": "number"
|
|
4103
4121
|
}
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"abstract": true,
|
|
4125
|
+
"docs": {
|
|
4126
|
+
"default": "- Using ecs.OperatingSystemFamily.LINUX and ecs.CpuArchitecture.X86_64",
|
|
4127
|
+
"stability": "stable",
|
|
4128
|
+
"summary": "The operating system that your task definitions are running on."
|
|
4129
|
+
},
|
|
4130
|
+
"immutable": true,
|
|
4131
|
+
"locationInModule": {
|
|
4132
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4133
|
+
"line": 167
|
|
4134
|
+
},
|
|
4135
|
+
"name": "runtimePlatform",
|
|
4136
|
+
"optional": true,
|
|
4137
|
+
"type": {
|
|
4138
|
+
"fqn": "aws-cdk-lib.aws_ecs.RuntimePlatform"
|
|
4139
|
+
}
|
|
4104
4140
|
}
|
|
4105
4141
|
],
|
|
4106
4142
|
"symbolId": "src/fargate/rio-fargate-service:FargateTaskDefinitionProps"
|
|
@@ -4114,7 +4150,7 @@
|
|
|
4114
4150
|
"kind": "enum",
|
|
4115
4151
|
"locationInModule": {
|
|
4116
4152
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4117
|
-
"line":
|
|
4153
|
+
"line": 62
|
|
4118
4154
|
},
|
|
4119
4155
|
"members": [
|
|
4120
4156
|
{
|
|
@@ -4140,7 +4176,7 @@
|
|
|
4140
4176
|
"kind": "interface",
|
|
4141
4177
|
"locationInModule": {
|
|
4142
4178
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4143
|
-
"line":
|
|
4179
|
+
"line": 85
|
|
4144
4180
|
},
|
|
4145
4181
|
"methods": [
|
|
4146
4182
|
{
|
|
@@ -4151,7 +4187,7 @@
|
|
|
4151
4187
|
},
|
|
4152
4188
|
"locationInModule": {
|
|
4153
4189
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4154
|
-
"line":
|
|
4190
|
+
"line": 92
|
|
4155
4191
|
},
|
|
4156
4192
|
"name": "create",
|
|
4157
4193
|
"parameters": [
|
|
@@ -4803,7 +4839,7 @@
|
|
|
4803
4839
|
"kind": "interface",
|
|
4804
4840
|
"locationInModule": {
|
|
4805
4841
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4806
|
-
"line":
|
|
4842
|
+
"line": 170
|
|
4807
4843
|
},
|
|
4808
4844
|
"name": "ListenerRule",
|
|
4809
4845
|
"properties": [
|
|
@@ -4815,7 +4851,7 @@
|
|
|
4815
4851
|
"immutable": true,
|
|
4816
4852
|
"locationInModule": {
|
|
4817
4853
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4818
|
-
"line":
|
|
4854
|
+
"line": 173
|
|
4819
4855
|
},
|
|
4820
4856
|
"name": "conditions",
|
|
4821
4857
|
"type": {
|
|
@@ -4835,7 +4871,7 @@
|
|
|
4835
4871
|
"immutable": true,
|
|
4836
4872
|
"locationInModule": {
|
|
4837
4873
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4838
|
-
"line":
|
|
4874
|
+
"line": 171
|
|
4839
4875
|
},
|
|
4840
4876
|
"name": "priority",
|
|
4841
4877
|
"type": {
|
|
@@ -4855,7 +4891,7 @@
|
|
|
4855
4891
|
"kind": "interface",
|
|
4856
4892
|
"locationInModule": {
|
|
4857
4893
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4858
|
-
"line":
|
|
4894
|
+
"line": 176
|
|
4859
4895
|
},
|
|
4860
4896
|
"name": "LoadBalancerOptions",
|
|
4861
4897
|
"properties": [
|
|
@@ -4868,7 +4904,7 @@
|
|
|
4868
4904
|
"immutable": true,
|
|
4869
4905
|
"locationInModule": {
|
|
4870
4906
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4871
|
-
"line":
|
|
4907
|
+
"line": 195
|
|
4872
4908
|
},
|
|
4873
4909
|
"name": "healthCheck",
|
|
4874
4910
|
"type": {
|
|
@@ -4884,7 +4920,7 @@
|
|
|
4884
4920
|
"immutable": true,
|
|
4885
4921
|
"locationInModule": {
|
|
4886
4922
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4887
|
-
"line":
|
|
4923
|
+
"line": 200
|
|
4888
4924
|
},
|
|
4889
4925
|
"name": "healthCheckGracePeriod",
|
|
4890
4926
|
"type": {
|
|
@@ -4900,7 +4936,7 @@
|
|
|
4900
4936
|
"immutable": true,
|
|
4901
4937
|
"locationInModule": {
|
|
4902
4938
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4903
|
-
"line":
|
|
4939
|
+
"line": 180
|
|
4904
4940
|
},
|
|
4905
4941
|
"name": "listener",
|
|
4906
4942
|
"type": {
|
|
@@ -4917,7 +4953,7 @@
|
|
|
4917
4953
|
"immutable": true,
|
|
4918
4954
|
"locationInModule": {
|
|
4919
4955
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4920
|
-
"line":
|
|
4956
|
+
"line": 190
|
|
4921
4957
|
},
|
|
4922
4958
|
"name": "listenerRules",
|
|
4923
4959
|
"type": {
|
|
@@ -4940,7 +4976,7 @@
|
|
|
4940
4976
|
"immutable": true,
|
|
4941
4977
|
"locationInModule": {
|
|
4942
4978
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4943
|
-
"line":
|
|
4979
|
+
"line": 218
|
|
4944
4980
|
},
|
|
4945
4981
|
"name": "deregistrationDelay",
|
|
4946
4982
|
"optional": true,
|
|
@@ -4959,7 +4995,7 @@
|
|
|
4959
4995
|
"immutable": true,
|
|
4960
4996
|
"locationInModule": {
|
|
4961
4997
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4962
|
-
"line":
|
|
4998
|
+
"line": 209
|
|
4963
4999
|
},
|
|
4964
5000
|
"name": "slowStart",
|
|
4965
5001
|
"optional": true,
|
|
@@ -5305,7 +5341,7 @@
|
|
|
5305
5341
|
},
|
|
5306
5342
|
"locationInModule": {
|
|
5307
5343
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5308
|
-
"line":
|
|
5344
|
+
"line": 138
|
|
5309
5345
|
},
|
|
5310
5346
|
"parameters": [
|
|
5311
5347
|
{
|
|
@@ -5331,7 +5367,7 @@
|
|
|
5331
5367
|
"kind": "class",
|
|
5332
5368
|
"locationInModule": {
|
|
5333
5369
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5334
|
-
"line":
|
|
5370
|
+
"line": 128
|
|
5335
5371
|
},
|
|
5336
5372
|
"name": "PipelineStack",
|
|
5337
5373
|
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStack"
|
|
@@ -5349,7 +5385,7 @@
|
|
|
5349
5385
|
"kind": "interface",
|
|
5350
5386
|
"locationInModule": {
|
|
5351
5387
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5352
|
-
"line":
|
|
5388
|
+
"line": 23
|
|
5353
5389
|
},
|
|
5354
5390
|
"name": "PipelineStackProps",
|
|
5355
5391
|
"properties": [
|
|
@@ -5363,7 +5399,7 @@
|
|
|
5363
5399
|
"immutable": true,
|
|
5364
5400
|
"locationInModule": {
|
|
5365
5401
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5366
|
-
"line":
|
|
5402
|
+
"line": 40
|
|
5367
5403
|
},
|
|
5368
5404
|
"name": "appStackFactory",
|
|
5369
5405
|
"type": {
|
|
@@ -5379,7 +5415,7 @@
|
|
|
5379
5415
|
"immutable": true,
|
|
5380
5416
|
"locationInModule": {
|
|
5381
5417
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5382
|
-
"line":
|
|
5418
|
+
"line": 45
|
|
5383
5419
|
},
|
|
5384
5420
|
"name": "pipelineType",
|
|
5385
5421
|
"type": {
|
|
@@ -5396,7 +5432,7 @@
|
|
|
5396
5432
|
"immutable": true,
|
|
5397
5433
|
"locationInModule": {
|
|
5398
5434
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5399
|
-
"line":
|
|
5435
|
+
"line": 33
|
|
5400
5436
|
},
|
|
5401
5437
|
"name": "serviceName",
|
|
5402
5438
|
"type": {
|
|
@@ -5413,7 +5449,7 @@
|
|
|
5413
5449
|
"immutable": true,
|
|
5414
5450
|
"locationInModule": {
|
|
5415
5451
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5416
|
-
"line":
|
|
5452
|
+
"line": 52
|
|
5417
5453
|
},
|
|
5418
5454
|
"name": "customBuildspecPath",
|
|
5419
5455
|
"optional": true,
|
|
@@ -5431,7 +5467,7 @@
|
|
|
5431
5467
|
"immutable": true,
|
|
5432
5468
|
"locationInModule": {
|
|
5433
5469
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5434
|
-
"line":
|
|
5470
|
+
"line": 61
|
|
5435
5471
|
},
|
|
5436
5472
|
"name": "secretsDeployStepProps",
|
|
5437
5473
|
"optional": true,
|
|
@@ -5454,7 +5490,7 @@
|
|
|
5454
5490
|
"kind": "interface",
|
|
5455
5491
|
"locationInModule": {
|
|
5456
5492
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5457
|
-
"line":
|
|
5493
|
+
"line": 106
|
|
5458
5494
|
},
|
|
5459
5495
|
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
5460
5496
|
"properties": [
|
|
@@ -5466,7 +5502,7 @@
|
|
|
5466
5502
|
"immutable": true,
|
|
5467
5503
|
"locationInModule": {
|
|
5468
5504
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5469
|
-
"line":
|
|
5505
|
+
"line": 107
|
|
5470
5506
|
},
|
|
5471
5507
|
"name": "secretsFilePath",
|
|
5472
5508
|
"type": {
|
|
@@ -5485,7 +5521,7 @@
|
|
|
5485
5521
|
"kind": "enum",
|
|
5486
5522
|
"locationInModule": {
|
|
5487
5523
|
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5488
|
-
"line":
|
|
5524
|
+
"line": 110
|
|
5489
5525
|
},
|
|
5490
5526
|
"members": [
|
|
5491
5527
|
{
|
|
@@ -5616,7 +5652,7 @@
|
|
|
5616
5652
|
},
|
|
5617
5653
|
"locationInModule": {
|
|
5618
5654
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5619
|
-
"line":
|
|
5655
|
+
"line": 357
|
|
5620
5656
|
},
|
|
5621
5657
|
"parameters": [
|
|
5622
5658
|
{
|
|
@@ -5645,7 +5681,7 @@
|
|
|
5645
5681
|
"kind": "class",
|
|
5646
5682
|
"locationInModule": {
|
|
5647
5683
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5648
|
-
"line":
|
|
5684
|
+
"line": 314
|
|
5649
5685
|
},
|
|
5650
5686
|
"name": "RioFargateService",
|
|
5651
5687
|
"properties": [
|
|
@@ -5657,7 +5693,7 @@
|
|
|
5657
5693
|
"immutable": true,
|
|
5658
5694
|
"locationInModule": {
|
|
5659
5695
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5660
|
-
"line":
|
|
5696
|
+
"line": 353
|
|
5661
5697
|
},
|
|
5662
5698
|
"name": "connections",
|
|
5663
5699
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5672,7 +5708,7 @@
|
|
|
5672
5708
|
"immutable": true,
|
|
5673
5709
|
"locationInModule": {
|
|
5674
5710
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5675
|
-
"line":
|
|
5711
|
+
"line": 349
|
|
5676
5712
|
},
|
|
5677
5713
|
"name": "datadogSideCarContainerDefinition",
|
|
5678
5714
|
"type": {
|
|
@@ -5686,7 +5722,7 @@
|
|
|
5686
5722
|
"immutable": true,
|
|
5687
5723
|
"locationInModule": {
|
|
5688
5724
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5689
|
-
"line":
|
|
5725
|
+
"line": 354
|
|
5690
5726
|
},
|
|
5691
5727
|
"name": "service",
|
|
5692
5728
|
"type": {
|
|
@@ -5700,7 +5736,7 @@
|
|
|
5700
5736
|
"immutable": true,
|
|
5701
5737
|
"locationInModule": {
|
|
5702
5738
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5703
|
-
"line":
|
|
5739
|
+
"line": 348
|
|
5704
5740
|
},
|
|
5705
5741
|
"name": "serviceContainerDefinition",
|
|
5706
5742
|
"type": {
|
|
@@ -5714,7 +5750,7 @@
|
|
|
5714
5750
|
"immutable": true,
|
|
5715
5751
|
"locationInModule": {
|
|
5716
5752
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5717
|
-
"line":
|
|
5753
|
+
"line": 351
|
|
5718
5754
|
},
|
|
5719
5755
|
"name": "taskDefinition",
|
|
5720
5756
|
"type": {
|
|
@@ -5728,7 +5764,7 @@
|
|
|
5728
5764
|
"immutable": true,
|
|
5729
5765
|
"locationInModule": {
|
|
5730
5766
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5731
|
-
"line":
|
|
5767
|
+
"line": 350
|
|
5732
5768
|
},
|
|
5733
5769
|
"name": "logRouterContainerDefinition",
|
|
5734
5770
|
"optional": true,
|
|
@@ -5743,7 +5779,7 @@
|
|
|
5743
5779
|
"immutable": true,
|
|
5744
5780
|
"locationInModule": {
|
|
5745
5781
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5746
|
-
"line":
|
|
5782
|
+
"line": 355
|
|
5747
5783
|
},
|
|
5748
5784
|
"name": "targetGroup",
|
|
5749
5785
|
"optional": true,
|
|
@@ -5765,7 +5801,7 @@
|
|
|
5765
5801
|
"kind": "interface",
|
|
5766
5802
|
"locationInModule": {
|
|
5767
5803
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5768
|
-
"line":
|
|
5804
|
+
"line": 13
|
|
5769
5805
|
},
|
|
5770
5806
|
"name": "RioFargateServiceProps",
|
|
5771
5807
|
"properties": [
|
|
@@ -5778,7 +5814,7 @@
|
|
|
5778
5814
|
"immutable": true,
|
|
5779
5815
|
"locationInModule": {
|
|
5780
5816
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5781
|
-
"line":
|
|
5817
|
+
"line": 44
|
|
5782
5818
|
},
|
|
5783
5819
|
"name": "containerDefinitionOption",
|
|
5784
5820
|
"type": {
|
|
@@ -5794,7 +5830,7 @@
|
|
|
5794
5830
|
"immutable": true,
|
|
5795
5831
|
"locationInModule": {
|
|
5796
5832
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5797
|
-
"line":
|
|
5833
|
+
"line": 49
|
|
5798
5834
|
},
|
|
5799
5835
|
"name": "fargateOptions",
|
|
5800
5836
|
"type": {
|
|
@@ -5810,7 +5846,7 @@
|
|
|
5810
5846
|
"immutable": true,
|
|
5811
5847
|
"locationInModule": {
|
|
5812
5848
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5813
|
-
"line":
|
|
5849
|
+
"line": 22
|
|
5814
5850
|
},
|
|
5815
5851
|
"name": "serviceName",
|
|
5816
5852
|
"type": {
|
|
@@ -5826,7 +5862,7 @@
|
|
|
5826
5862
|
"immutable": true,
|
|
5827
5863
|
"locationInModule": {
|
|
5828
5864
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5829
|
-
"line":
|
|
5865
|
+
"line": 17
|
|
5830
5866
|
},
|
|
5831
5867
|
"name": "stage",
|
|
5832
5868
|
"type": {
|
|
@@ -5842,7 +5878,7 @@
|
|
|
5842
5878
|
"immutable": true,
|
|
5843
5879
|
"locationInModule": {
|
|
5844
5880
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5845
|
-
"line":
|
|
5881
|
+
"line": 27
|
|
5846
5882
|
},
|
|
5847
5883
|
"name": "version",
|
|
5848
5884
|
"type": {
|
|
@@ -5858,7 +5894,7 @@
|
|
|
5858
5894
|
"immutable": true,
|
|
5859
5895
|
"locationInModule": {
|
|
5860
5896
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5861
|
-
"line":
|
|
5897
|
+
"line": 39
|
|
5862
5898
|
},
|
|
5863
5899
|
"name": "vpc",
|
|
5864
5900
|
"type": {
|
|
@@ -5874,7 +5910,7 @@
|
|
|
5874
5910
|
"immutable": true,
|
|
5875
5911
|
"locationInModule": {
|
|
5876
5912
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5877
|
-
"line":
|
|
5913
|
+
"line": 59
|
|
5878
5914
|
},
|
|
5879
5915
|
"name": "datadogOptions",
|
|
5880
5916
|
"optional": true,
|
|
@@ -5892,7 +5928,7 @@
|
|
|
5892
5928
|
"immutable": true,
|
|
5893
5929
|
"locationInModule": {
|
|
5894
5930
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5895
|
-
"line":
|
|
5931
|
+
"line": 34
|
|
5896
5932
|
},
|
|
5897
5933
|
"name": "frameworks",
|
|
5898
5934
|
"optional": true,
|
|
@@ -5914,7 +5950,7 @@
|
|
|
5914
5950
|
"immutable": true,
|
|
5915
5951
|
"locationInModule": {
|
|
5916
5952
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5917
|
-
"line":
|
|
5953
|
+
"line": 54
|
|
5918
5954
|
},
|
|
5919
5955
|
"name": "loadBalancerOptions",
|
|
5920
5956
|
"optional": true,
|
|
@@ -8179,5 +8215,5 @@
|
|
|
8179
8215
|
}
|
|
8180
8216
|
},
|
|
8181
8217
|
"version": "0.0.0",
|
|
8182
|
-
"fingerprint": "
|
|
8218
|
+
"fingerprint": "bZJGkvAXXpoB4hhmaHtnLL/rnbzn9RDdVzAICbvqEXo="
|
|
8183
8219
|
}
|