@rio-cloud/cdk-v2-constructs 2.1.0 → 2.3.1
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 +402 -57
- package/CHANGELOG.md +30 -0
- package/CONTRIBUTION.md +122 -9
- package/MIGRATION_GUIDE.md +1 -1
- package/lib/contributions/team-transport-two/pipeline/application-stage.d.ts +12 -0
- package/lib/contributions/team-transport-two/pipeline/application-stage.js +16 -0
- package/lib/contributions/team-transport-two/pipeline/build-project.d.ts +13 -0
- package/lib/contributions/team-transport-two/pipeline/build-project.js +31 -0
- package/lib/contributions/team-transport-two/pipeline/buildspec-vulnerability-checks.yaml +21 -0
- package/lib/contributions/team-transport-two/pipeline/buildspec.yaml +58 -0
- package/lib/contributions/team-transport-two/pipeline/datadog-monitors.d.ts +15 -0
- package/lib/contributions/team-transport-two/pipeline/datadog-monitors.js +42 -0
- package/lib/contributions/team-transport-two/pipeline/index.d.ts +1 -0
- package/lib/contributions/team-transport-two/pipeline/index.js +14 -0
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +105 -0
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +173 -0
- 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/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/rio-claidometer.d.ts +4 -1
- package/lib/rio-claidometer.js +4 -1
- package/package.json +4 -2
- package/scripts/.jsii-doc.mjs +11 -0
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -2990,6 +2990,56 @@
|
|
|
2990
2990
|
}
|
|
2991
2991
|
},
|
|
2992
2992
|
"types": {
|
|
2993
|
+
"@rio-cloud/cdk-v2-constructs.AppStackProps": {
|
|
2994
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
2995
|
+
"datatype": true,
|
|
2996
|
+
"docs": {
|
|
2997
|
+
"stability": "stable"
|
|
2998
|
+
},
|
|
2999
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.AppStackProps",
|
|
3000
|
+
"interfaces": [
|
|
3001
|
+
"aws-cdk-lib.StackProps"
|
|
3002
|
+
],
|
|
3003
|
+
"kind": "interface",
|
|
3004
|
+
"locationInModule": {
|
|
3005
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3006
|
+
"line": 95
|
|
3007
|
+
},
|
|
3008
|
+
"name": "AppStackProps",
|
|
3009
|
+
"properties": [
|
|
3010
|
+
{
|
|
3011
|
+
"abstract": true,
|
|
3012
|
+
"docs": {
|
|
3013
|
+
"stability": "stable"
|
|
3014
|
+
},
|
|
3015
|
+
"immutable": true,
|
|
3016
|
+
"locationInModule": {
|
|
3017
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3018
|
+
"line": 96
|
|
3019
|
+
},
|
|
3020
|
+
"name": "serviceName",
|
|
3021
|
+
"type": {
|
|
3022
|
+
"primitive": "string"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"abstract": true,
|
|
3027
|
+
"docs": {
|
|
3028
|
+
"stability": "stable"
|
|
3029
|
+
},
|
|
3030
|
+
"immutable": true,
|
|
3031
|
+
"locationInModule": {
|
|
3032
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
3033
|
+
"line": 97
|
|
3034
|
+
},
|
|
3035
|
+
"name": "version",
|
|
3036
|
+
"type": {
|
|
3037
|
+
"primitive": "string"
|
|
3038
|
+
}
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:AppStackProps"
|
|
3042
|
+
},
|
|
2993
3043
|
"@rio-cloud/cdk-v2-constructs.Claidometer": {
|
|
2994
3044
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
2995
3045
|
"base": "constructs.Construct",
|
|
@@ -3004,7 +3054,7 @@
|
|
|
3004
3054
|
},
|
|
3005
3055
|
"locationInModule": {
|
|
3006
3056
|
"filename": "src/rio-claidometer.ts",
|
|
3007
|
-
"line":
|
|
3057
|
+
"line": 28
|
|
3008
3058
|
},
|
|
3009
3059
|
"parameters": [
|
|
3010
3060
|
{
|
|
@@ -3030,7 +3080,7 @@
|
|
|
3030
3080
|
"kind": "class",
|
|
3031
3081
|
"locationInModule": {
|
|
3032
3082
|
"filename": "src/rio-claidometer.ts",
|
|
3033
|
-
"line":
|
|
3083
|
+
"line": 26
|
|
3034
3084
|
},
|
|
3035
3085
|
"name": "Claidometer",
|
|
3036
3086
|
"symbolId": "src/rio-claidometer:Claidometer"
|
|
@@ -3058,6 +3108,24 @@
|
|
|
3058
3108
|
"stability": "stable"
|
|
3059
3109
|
},
|
|
3060
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"
|
|
3061
3129
|
}
|
|
3062
3130
|
],
|
|
3063
3131
|
"name": "ClaidometerProduct",
|
|
@@ -3073,7 +3141,7 @@
|
|
|
3073
3141
|
"kind": "interface",
|
|
3074
3142
|
"locationInModule": {
|
|
3075
3143
|
"filename": "src/rio-claidometer.ts",
|
|
3076
|
-
"line":
|
|
3144
|
+
"line": 16
|
|
3077
3145
|
},
|
|
3078
3146
|
"name": "ClaidometerProps",
|
|
3079
3147
|
"properties": [
|
|
@@ -3085,7 +3153,7 @@
|
|
|
3085
3153
|
"immutable": true,
|
|
3086
3154
|
"locationInModule": {
|
|
3087
3155
|
"filename": "src/rio-claidometer.ts",
|
|
3088
|
-
"line":
|
|
3156
|
+
"line": 19
|
|
3089
3157
|
},
|
|
3090
3158
|
"name": "feature",
|
|
3091
3159
|
"type": {
|
|
@@ -3100,7 +3168,7 @@
|
|
|
3100
3168
|
"immutable": true,
|
|
3101
3169
|
"locationInModule": {
|
|
3102
3170
|
"filename": "src/rio-claidometer.ts",
|
|
3103
|
-
"line":
|
|
3171
|
+
"line": 18
|
|
3104
3172
|
},
|
|
3105
3173
|
"name": "packageName",
|
|
3106
3174
|
"type": {
|
|
@@ -3115,7 +3183,7 @@
|
|
|
3115
3183
|
"immutable": true,
|
|
3116
3184
|
"locationInModule": {
|
|
3117
3185
|
"filename": "src/rio-claidometer.ts",
|
|
3118
|
-
"line":
|
|
3186
|
+
"line": 17
|
|
3119
3187
|
},
|
|
3120
3188
|
"name": "product",
|
|
3121
3189
|
"type": {
|
|
@@ -3130,7 +3198,7 @@
|
|
|
3130
3198
|
"immutable": true,
|
|
3131
3199
|
"locationInModule": {
|
|
3132
3200
|
"filename": "src/rio-claidometer.ts",
|
|
3133
|
-
"line":
|
|
3201
|
+
"line": 20
|
|
3134
3202
|
},
|
|
3135
3203
|
"name": "version",
|
|
3136
3204
|
"optional": true,
|
|
@@ -3219,7 +3287,7 @@
|
|
|
3219
3287
|
"kind": "interface",
|
|
3220
3288
|
"locationInModule": {
|
|
3221
3289
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3222
|
-
"line":
|
|
3290
|
+
"line": 69
|
|
3223
3291
|
},
|
|
3224
3292
|
"name": "ContainerDefinitionOptions",
|
|
3225
3293
|
"properties": [
|
|
@@ -3233,7 +3301,7 @@
|
|
|
3233
3301
|
"immutable": true,
|
|
3234
3302
|
"locationInModule": {
|
|
3235
3303
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3236
|
-
"line":
|
|
3304
|
+
"line": 77
|
|
3237
3305
|
},
|
|
3238
3306
|
"name": "image",
|
|
3239
3307
|
"type": {
|
|
@@ -3251,7 +3319,7 @@
|
|
|
3251
3319
|
"immutable": true,
|
|
3252
3320
|
"locationInModule": {
|
|
3253
3321
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3254
|
-
"line":
|
|
3322
|
+
"line": 99
|
|
3255
3323
|
},
|
|
3256
3324
|
"name": "environment",
|
|
3257
3325
|
"optional": true,
|
|
@@ -3274,7 +3342,7 @@
|
|
|
3274
3342
|
"immutable": true,
|
|
3275
3343
|
"locationInModule": {
|
|
3276
3344
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3277
|
-
"line":
|
|
3345
|
+
"line": 113
|
|
3278
3346
|
},
|
|
3279
3347
|
"name": "healthCheck",
|
|
3280
3348
|
"optional": true,
|
|
@@ -3292,7 +3360,7 @@
|
|
|
3292
3360
|
"immutable": true,
|
|
3293
3361
|
"locationInModule": {
|
|
3294
3362
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3295
|
-
"line":
|
|
3363
|
+
"line": 106
|
|
3296
3364
|
},
|
|
3297
3365
|
"name": "secrets",
|
|
3298
3366
|
"optional": true,
|
|
@@ -3380,7 +3448,7 @@
|
|
|
3380
3448
|
"kind": "enum",
|
|
3381
3449
|
"locationInModule": {
|
|
3382
3450
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3383
|
-
"line":
|
|
3451
|
+
"line": 295
|
|
3384
3452
|
},
|
|
3385
3453
|
"members": [
|
|
3386
3454
|
{
|
|
@@ -3607,7 +3675,7 @@
|
|
|
3607
3675
|
"kind": "interface",
|
|
3608
3676
|
"locationInModule": {
|
|
3609
3677
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3610
|
-
"line":
|
|
3678
|
+
"line": 221
|
|
3611
3679
|
},
|
|
3612
3680
|
"name": "DatadogIntegrationProps",
|
|
3613
3681
|
"properties": [
|
|
@@ -3621,7 +3689,7 @@
|
|
|
3621
3689
|
"immutable": true,
|
|
3622
3690
|
"locationInModule": {
|
|
3623
3691
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3624
|
-
"line":
|
|
3692
|
+
"line": 292
|
|
3625
3693
|
},
|
|
3626
3694
|
"name": "additionalTags",
|
|
3627
3695
|
"optional": true,
|
|
@@ -3645,7 +3713,7 @@
|
|
|
3645
3713
|
"immutable": true,
|
|
3646
3714
|
"locationInModule": {
|
|
3647
3715
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3648
|
-
"line":
|
|
3716
|
+
"line": 260
|
|
3649
3717
|
},
|
|
3650
3718
|
"name": "apmGetEndpointsToIgnore",
|
|
3651
3719
|
"optional": true,
|
|
@@ -3668,7 +3736,7 @@
|
|
|
3668
3736
|
"immutable": true,
|
|
3669
3737
|
"locationInModule": {
|
|
3670
3738
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3671
|
-
"line":
|
|
3739
|
+
"line": 227
|
|
3672
3740
|
},
|
|
3673
3741
|
"name": "cpu",
|
|
3674
3742
|
"optional": true,
|
|
@@ -3686,7 +3754,7 @@
|
|
|
3686
3754
|
"immutable": true,
|
|
3687
3755
|
"locationInModule": {
|
|
3688
3756
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3689
|
-
"line":
|
|
3757
|
+
"line": 267
|
|
3690
3758
|
},
|
|
3691
3759
|
"name": "datadogSidecarEssential",
|
|
3692
3760
|
"optional": true,
|
|
@@ -3704,7 +3772,7 @@
|
|
|
3704
3772
|
"immutable": true,
|
|
3705
3773
|
"locationInModule": {
|
|
3706
3774
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3707
|
-
"line":
|
|
3775
|
+
"line": 273
|
|
3708
3776
|
},
|
|
3709
3777
|
"name": "datadogSidecarTag",
|
|
3710
3778
|
"optional": true,
|
|
@@ -3722,7 +3790,7 @@
|
|
|
3722
3790
|
"immutable": true,
|
|
3723
3791
|
"locationInModule": {
|
|
3724
3792
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3725
|
-
"line":
|
|
3793
|
+
"line": 253
|
|
3726
3794
|
},
|
|
3727
3795
|
"name": "loggingModeForDatadogAgent",
|
|
3728
3796
|
"optional": true,
|
|
@@ -3740,7 +3808,7 @@
|
|
|
3740
3808
|
"immutable": true,
|
|
3741
3809
|
"locationInModule": {
|
|
3742
3810
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3743
|
-
"line":
|
|
3811
|
+
"line": 246
|
|
3744
3812
|
},
|
|
3745
3813
|
"name": "loggingModeForService",
|
|
3746
3814
|
"optional": true,
|
|
@@ -3759,7 +3827,7 @@
|
|
|
3759
3827
|
"immutable": true,
|
|
3760
3828
|
"locationInModule": {
|
|
3761
3829
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3762
|
-
"line":
|
|
3830
|
+
"line": 239
|
|
3763
3831
|
},
|
|
3764
3832
|
"name": "memoryLimitMiB",
|
|
3765
3833
|
"optional": true,
|
|
@@ -3994,7 +4062,7 @@
|
|
|
3994
4062
|
"kind": "interface",
|
|
3995
4063
|
"locationInModule": {
|
|
3996
4064
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
3997
|
-
"line":
|
|
4065
|
+
"line": 116
|
|
3998
4066
|
},
|
|
3999
4067
|
"name": "FargateTaskDefinitionProps",
|
|
4000
4068
|
"properties": [
|
|
@@ -4009,7 +4077,7 @@
|
|
|
4009
4077
|
"immutable": true,
|
|
4010
4078
|
"locationInModule": {
|
|
4011
4079
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4012
|
-
"line":
|
|
4080
|
+
"line": 134
|
|
4013
4081
|
},
|
|
4014
4082
|
"name": "cpu",
|
|
4015
4083
|
"type": {
|
|
@@ -4027,7 +4095,7 @@
|
|
|
4027
4095
|
"immutable": true,
|
|
4028
4096
|
"locationInModule": {
|
|
4029
4097
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4030
|
-
"line":
|
|
4098
|
+
"line": 152
|
|
4031
4099
|
},
|
|
4032
4100
|
"name": "memoryLimitMiB",
|
|
4033
4101
|
"type": {
|
|
@@ -4044,13 +4112,31 @@
|
|
|
4044
4112
|
"immutable": true,
|
|
4045
4113
|
"locationInModule": {
|
|
4046
4114
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4047
|
-
"line":
|
|
4115
|
+
"line": 160
|
|
4048
4116
|
},
|
|
4049
4117
|
"name": "desiredCount",
|
|
4050
4118
|
"optional": true,
|
|
4051
4119
|
"type": {
|
|
4052
4120
|
"primitive": "number"
|
|
4053
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
|
+
}
|
|
4054
4140
|
}
|
|
4055
4141
|
],
|
|
4056
4142
|
"symbolId": "src/fargate/rio-fargate-service:FargateTaskDefinitionProps"
|
|
@@ -4064,7 +4150,7 @@
|
|
|
4064
4150
|
"kind": "enum",
|
|
4065
4151
|
"locationInModule": {
|
|
4066
4152
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4067
|
-
"line":
|
|
4153
|
+
"line": 62
|
|
4068
4154
|
},
|
|
4069
4155
|
"members": [
|
|
4070
4156
|
{
|
|
@@ -4078,6 +4164,57 @@
|
|
|
4078
4164
|
"name": "Framework",
|
|
4079
4165
|
"symbolId": "src/fargate/rio-fargate-service:Framework"
|
|
4080
4166
|
},
|
|
4167
|
+
"@rio-cloud/cdk-v2-constructs.IAppStackFactory": {
|
|
4168
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
4169
|
+
"docs": {
|
|
4170
|
+
"example": "// Use e.g. within ApplicationProps as JSONObject:\n{ create: (construct, props) => new Stack(construct, 'AppStack', props) }\n\n// or simply as class interface within your stack implementation:\nclass PipelineStage extends Stage implements IAppStackFactory {\n constructor(scope: Construct, id: string, props: StageProps) {\n super(scope, id, props);\n // your stage definitiom\n }\n\n create(scope: Construct, props: AppStackProps): void {\n // app stack initiation goes in here\n }\n}",
|
|
4171
|
+
"remarks": "Simply place the AppStack creation into the create-method:",
|
|
4172
|
+
"stability": "stable",
|
|
4173
|
+
"summary": "Provider interface to create the AppStack within the specific scope."
|
|
4174
|
+
},
|
|
4175
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.IAppStackFactory",
|
|
4176
|
+
"kind": "interface",
|
|
4177
|
+
"locationInModule": {
|
|
4178
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4179
|
+
"line": 85
|
|
4180
|
+
},
|
|
4181
|
+
"methods": [
|
|
4182
|
+
{
|
|
4183
|
+
"abstract": true,
|
|
4184
|
+
"docs": {
|
|
4185
|
+
"stability": "stable",
|
|
4186
|
+
"summary": "Factory method, being invoked with the specific scope during pipeline instantiation."
|
|
4187
|
+
},
|
|
4188
|
+
"locationInModule": {
|
|
4189
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
4190
|
+
"line": 92
|
|
4191
|
+
},
|
|
4192
|
+
"name": "create",
|
|
4193
|
+
"parameters": [
|
|
4194
|
+
{
|
|
4195
|
+
"docs": {
|
|
4196
|
+
"summary": "the parent construct for the app stack."
|
|
4197
|
+
},
|
|
4198
|
+
"name": "scope",
|
|
4199
|
+
"type": {
|
|
4200
|
+
"fqn": "constructs.Construct"
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"docs": {
|
|
4205
|
+
"summary": "the app stacks properties."
|
|
4206
|
+
},
|
|
4207
|
+
"name": "props",
|
|
4208
|
+
"type": {
|
|
4209
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.AppStackProps"
|
|
4210
|
+
}
|
|
4211
|
+
}
|
|
4212
|
+
]
|
|
4213
|
+
}
|
|
4214
|
+
],
|
|
4215
|
+
"name": "IAppStackFactory",
|
|
4216
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:IAppStackFactory"
|
|
4217
|
+
},
|
|
4081
4218
|
"@rio-cloud/cdk-v2-constructs.IWatchful": {
|
|
4082
4219
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
4083
4220
|
"docs": {
|
|
@@ -4702,7 +4839,7 @@
|
|
|
4702
4839
|
"kind": "interface",
|
|
4703
4840
|
"locationInModule": {
|
|
4704
4841
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4705
|
-
"line":
|
|
4842
|
+
"line": 170
|
|
4706
4843
|
},
|
|
4707
4844
|
"name": "ListenerRule",
|
|
4708
4845
|
"properties": [
|
|
@@ -4714,7 +4851,7 @@
|
|
|
4714
4851
|
"immutable": true,
|
|
4715
4852
|
"locationInModule": {
|
|
4716
4853
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4717
|
-
"line":
|
|
4854
|
+
"line": 173
|
|
4718
4855
|
},
|
|
4719
4856
|
"name": "conditions",
|
|
4720
4857
|
"type": {
|
|
@@ -4734,7 +4871,7 @@
|
|
|
4734
4871
|
"immutable": true,
|
|
4735
4872
|
"locationInModule": {
|
|
4736
4873
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4737
|
-
"line":
|
|
4874
|
+
"line": 171
|
|
4738
4875
|
},
|
|
4739
4876
|
"name": "priority",
|
|
4740
4877
|
"type": {
|
|
@@ -4754,7 +4891,7 @@
|
|
|
4754
4891
|
"kind": "interface",
|
|
4755
4892
|
"locationInModule": {
|
|
4756
4893
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4757
|
-
"line":
|
|
4894
|
+
"line": 176
|
|
4758
4895
|
},
|
|
4759
4896
|
"name": "LoadBalancerOptions",
|
|
4760
4897
|
"properties": [
|
|
@@ -4767,7 +4904,7 @@
|
|
|
4767
4904
|
"immutable": true,
|
|
4768
4905
|
"locationInModule": {
|
|
4769
4906
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4770
|
-
"line":
|
|
4907
|
+
"line": 195
|
|
4771
4908
|
},
|
|
4772
4909
|
"name": "healthCheck",
|
|
4773
4910
|
"type": {
|
|
@@ -4783,7 +4920,7 @@
|
|
|
4783
4920
|
"immutable": true,
|
|
4784
4921
|
"locationInModule": {
|
|
4785
4922
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4786
|
-
"line":
|
|
4923
|
+
"line": 200
|
|
4787
4924
|
},
|
|
4788
4925
|
"name": "healthCheckGracePeriod",
|
|
4789
4926
|
"type": {
|
|
@@ -4799,7 +4936,7 @@
|
|
|
4799
4936
|
"immutable": true,
|
|
4800
4937
|
"locationInModule": {
|
|
4801
4938
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4802
|
-
"line":
|
|
4939
|
+
"line": 180
|
|
4803
4940
|
},
|
|
4804
4941
|
"name": "listener",
|
|
4805
4942
|
"type": {
|
|
@@ -4816,7 +4953,7 @@
|
|
|
4816
4953
|
"immutable": true,
|
|
4817
4954
|
"locationInModule": {
|
|
4818
4955
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4819
|
-
"line":
|
|
4956
|
+
"line": 190
|
|
4820
4957
|
},
|
|
4821
4958
|
"name": "listenerRules",
|
|
4822
4959
|
"type": {
|
|
@@ -4839,7 +4976,7 @@
|
|
|
4839
4976
|
"immutable": true,
|
|
4840
4977
|
"locationInModule": {
|
|
4841
4978
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4842
|
-
"line":
|
|
4979
|
+
"line": 218
|
|
4843
4980
|
},
|
|
4844
4981
|
"name": "deregistrationDelay",
|
|
4845
4982
|
"optional": true,
|
|
@@ -4858,7 +4995,7 @@
|
|
|
4858
4995
|
"immutable": true,
|
|
4859
4996
|
"locationInModule": {
|
|
4860
4997
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
4861
|
-
"line":
|
|
4998
|
+
"line": 209
|
|
4862
4999
|
},
|
|
4863
5000
|
"name": "slowStart",
|
|
4864
5001
|
"optional": true,
|
|
@@ -5191,6 +5328,214 @@
|
|
|
5191
5328
|
],
|
|
5192
5329
|
"symbolId": "src/watchful/metric-alarm:MetricAlarmProps"
|
|
5193
5330
|
},
|
|
5331
|
+
"@rio-cloud/cdk-v2-constructs.PipelineStack": {
|
|
5332
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
5333
|
+
"base": "aws-cdk-lib.Stack",
|
|
5334
|
+
"docs": {
|
|
5335
|
+
"stability": "stable"
|
|
5336
|
+
},
|
|
5337
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStack",
|
|
5338
|
+
"initializer": {
|
|
5339
|
+
"docs": {
|
|
5340
|
+
"stability": "stable"
|
|
5341
|
+
},
|
|
5342
|
+
"locationInModule": {
|
|
5343
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5344
|
+
"line": 138
|
|
5345
|
+
},
|
|
5346
|
+
"parameters": [
|
|
5347
|
+
{
|
|
5348
|
+
"name": "scope",
|
|
5349
|
+
"type": {
|
|
5350
|
+
"fqn": "constructs.Construct"
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
{
|
|
5354
|
+
"name": "id",
|
|
5355
|
+
"type": {
|
|
5356
|
+
"primitive": "string"
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "props",
|
|
5361
|
+
"type": {
|
|
5362
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStackProps"
|
|
5363
|
+
}
|
|
5364
|
+
}
|
|
5365
|
+
]
|
|
5366
|
+
},
|
|
5367
|
+
"kind": "class",
|
|
5368
|
+
"locationInModule": {
|
|
5369
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5370
|
+
"line": 128
|
|
5371
|
+
},
|
|
5372
|
+
"name": "PipelineStack",
|
|
5373
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStack"
|
|
5374
|
+
},
|
|
5375
|
+
"@rio-cloud/cdk-v2-constructs.PipelineStackProps": {
|
|
5376
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
5377
|
+
"datatype": true,
|
|
5378
|
+
"docs": {
|
|
5379
|
+
"stability": "stable"
|
|
5380
|
+
},
|
|
5381
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStackProps",
|
|
5382
|
+
"interfaces": [
|
|
5383
|
+
"aws-cdk-lib.StackProps"
|
|
5384
|
+
],
|
|
5385
|
+
"kind": "interface",
|
|
5386
|
+
"locationInModule": {
|
|
5387
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5388
|
+
"line": 23
|
|
5389
|
+
},
|
|
5390
|
+
"name": "PipelineStackProps",
|
|
5391
|
+
"properties": [
|
|
5392
|
+
{
|
|
5393
|
+
"abstract": true,
|
|
5394
|
+
"docs": {
|
|
5395
|
+
"remarks": "This acts as a wrapper for all resources you want to deploy via the pipeline.",
|
|
5396
|
+
"stability": "stable",
|
|
5397
|
+
"summary": "Provider for appStack to be deployed."
|
|
5398
|
+
},
|
|
5399
|
+
"immutable": true,
|
|
5400
|
+
"locationInModule": {
|
|
5401
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5402
|
+
"line": 40
|
|
5403
|
+
},
|
|
5404
|
+
"name": "appStackFactory",
|
|
5405
|
+
"type": {
|
|
5406
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.IAppStackFactory"
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"abstract": true,
|
|
5411
|
+
"docs": {
|
|
5412
|
+
"stability": "stable",
|
|
5413
|
+
"summary": "Defines which kind of pipeline is deployed."
|
|
5414
|
+
},
|
|
5415
|
+
"immutable": true,
|
|
5416
|
+
"locationInModule": {
|
|
5417
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5418
|
+
"line": 45
|
|
5419
|
+
},
|
|
5420
|
+
"name": "pipelineType",
|
|
5421
|
+
"type": {
|
|
5422
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineType"
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"abstract": true,
|
|
5427
|
+
"docs": {
|
|
5428
|
+
"remarks": "I.e. the stack is named after the service\n- The serviceName is handed over to all Datadog monitors\n- RIO convention is that uploaded license-check-files are named after the service, i.e. serviceName.txt",
|
|
5429
|
+
"stability": "stable",
|
|
5430
|
+
"summary": "The name of the service - This has to be the same name as the repository as the s3 trigger file created by the bitbucket-integration uses this as a prefix - The serviceName is available as an environment variable SERVICE_NAME in the CodeBuildStep - The serviceName is available in the AppStackProps in the appStackFactory - The serviceName is available as stackName property in the AppStackProps in the appStackFactory."
|
|
5431
|
+
},
|
|
5432
|
+
"immutable": true,
|
|
5433
|
+
"locationInModule": {
|
|
5434
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5435
|
+
"line": 33
|
|
5436
|
+
},
|
|
5437
|
+
"name": "serviceName",
|
|
5438
|
+
"type": {
|
|
5439
|
+
"primitive": "string"
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"abstract": true,
|
|
5444
|
+
"docs": {
|
|
5445
|
+
"remarks": "A pre-defined buildspec.yaml fitting the pipelineType is used if not provided.",
|
|
5446
|
+
"stability": "stable",
|
|
5447
|
+
"summary": "Path to a custom buildspec.yaml that is used if provided."
|
|
5448
|
+
},
|
|
5449
|
+
"immutable": true,
|
|
5450
|
+
"locationInModule": {
|
|
5451
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5452
|
+
"line": 52
|
|
5453
|
+
},
|
|
5454
|
+
"name": "customBuildspecPath",
|
|
5455
|
+
"optional": true,
|
|
5456
|
+
"type": {
|
|
5457
|
+
"primitive": "string"
|
|
5458
|
+
}
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"abstract": true,
|
|
5462
|
+
"docs": {
|
|
5463
|
+
"remarks": "The RioSecretsDeployStep is added prior to deployment of the AppStack if a path is provided.\n\nNo secrets are deployed if no path is provided.",
|
|
5464
|
+
"stability": "stable",
|
|
5465
|
+
"summary": "Path to secrets file containing encrypted secrets."
|
|
5466
|
+
},
|
|
5467
|
+
"immutable": true,
|
|
5468
|
+
"locationInModule": {
|
|
5469
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5470
|
+
"line": 61
|
|
5471
|
+
},
|
|
5472
|
+
"name": "secretsDeployStepProps",
|
|
5473
|
+
"optional": true,
|
|
5474
|
+
"type": {
|
|
5475
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStackRioSecretsDeployStepProps"
|
|
5476
|
+
}
|
|
5477
|
+
}
|
|
5478
|
+
],
|
|
5479
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStackProps"
|
|
5480
|
+
},
|
|
5481
|
+
"@rio-cloud/cdk-v2-constructs.PipelineStackRioSecretsDeployStepProps": {
|
|
5482
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
5483
|
+
"datatype": true,
|
|
5484
|
+
"docs": {
|
|
5485
|
+
"see": "rio.RioSecretsDeployStepProps",
|
|
5486
|
+
"stability": "stable",
|
|
5487
|
+
"summary": "Selected properties being handed over to RioSecretsDeployStep."
|
|
5488
|
+
},
|
|
5489
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineStackRioSecretsDeployStepProps",
|
|
5490
|
+
"kind": "interface",
|
|
5491
|
+
"locationInModule": {
|
|
5492
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5493
|
+
"line": 106
|
|
5494
|
+
},
|
|
5495
|
+
"name": "PipelineStackRioSecretsDeployStepProps",
|
|
5496
|
+
"properties": [
|
|
5497
|
+
{
|
|
5498
|
+
"abstract": true,
|
|
5499
|
+
"docs": {
|
|
5500
|
+
"stability": "stable"
|
|
5501
|
+
},
|
|
5502
|
+
"immutable": true,
|
|
5503
|
+
"locationInModule": {
|
|
5504
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5505
|
+
"line": 107
|
|
5506
|
+
},
|
|
5507
|
+
"name": "secretsFilePath",
|
|
5508
|
+
"type": {
|
|
5509
|
+
"primitive": "string"
|
|
5510
|
+
}
|
|
5511
|
+
}
|
|
5512
|
+
],
|
|
5513
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineStackRioSecretsDeployStepProps"
|
|
5514
|
+
},
|
|
5515
|
+
"@rio-cloud/cdk-v2-constructs.PipelineType": {
|
|
5516
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
5517
|
+
"docs": {
|
|
5518
|
+
"stability": "stable"
|
|
5519
|
+
},
|
|
5520
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.PipelineType",
|
|
5521
|
+
"kind": "enum",
|
|
5522
|
+
"locationInModule": {
|
|
5523
|
+
"filename": "src/contributions/team-transport-two/pipeline/pipeline-stack.ts",
|
|
5524
|
+
"line": 110
|
|
5525
|
+
},
|
|
5526
|
+
"members": [
|
|
5527
|
+
{
|
|
5528
|
+
"docs": {
|
|
5529
|
+
"remarks": "Comes with a pre-defined buildspec.yaml for a gradle project. This buildspec.yaml is used for both the main and\nbranch pipeline and includes the following steps\n- build and test of the artifact via command \"./gradlew clean build\".\n<p> This gradle command must be provided by the gradle project.\n- license-check and upload of license-check-file via command \"./gradlew checkLicenses\".\n<p> This gradle command must be provided by the gradle project.\n- create a self-signed certificate to make TLS communication possible, e.g. with a loadbalancer.\n- build the container image via command \"./gradlew jibBuildTar\".\n<p> This gradle command must be provided by the gradle project.",
|
|
5530
|
+
"stability": "stable",
|
|
5531
|
+
"summary": "Self-mutating codepipeline deploying the provided AppStack. Be aware: The provided service won't have access to Kafka."
|
|
5532
|
+
},
|
|
5533
|
+
"name": "STANDARD_GRADLE"
|
|
5534
|
+
}
|
|
5535
|
+
],
|
|
5536
|
+
"name": "PipelineType",
|
|
5537
|
+
"symbolId": "src/contributions/team-transport-two/pipeline/pipeline-stack:PipelineType"
|
|
5538
|
+
},
|
|
5194
5539
|
"@rio-cloud/cdk-v2-constructs.RioBitBucketSourceAction": {
|
|
5195
5540
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
5196
5541
|
"base": "aws-cdk-lib.aws_codepipeline_actions.S3SourceAction",
|
|
@@ -5307,7 +5652,7 @@
|
|
|
5307
5652
|
},
|
|
5308
5653
|
"locationInModule": {
|
|
5309
5654
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5310
|
-
"line":
|
|
5655
|
+
"line": 357
|
|
5311
5656
|
},
|
|
5312
5657
|
"parameters": [
|
|
5313
5658
|
{
|
|
@@ -5336,7 +5681,7 @@
|
|
|
5336
5681
|
"kind": "class",
|
|
5337
5682
|
"locationInModule": {
|
|
5338
5683
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5339
|
-
"line":
|
|
5684
|
+
"line": 314
|
|
5340
5685
|
},
|
|
5341
5686
|
"name": "RioFargateService",
|
|
5342
5687
|
"properties": [
|
|
@@ -5348,7 +5693,7 @@
|
|
|
5348
5693
|
"immutable": true,
|
|
5349
5694
|
"locationInModule": {
|
|
5350
5695
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5351
|
-
"line":
|
|
5696
|
+
"line": 353
|
|
5352
5697
|
},
|
|
5353
5698
|
"name": "connections",
|
|
5354
5699
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5363,7 +5708,7 @@
|
|
|
5363
5708
|
"immutable": true,
|
|
5364
5709
|
"locationInModule": {
|
|
5365
5710
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5366
|
-
"line":
|
|
5711
|
+
"line": 349
|
|
5367
5712
|
},
|
|
5368
5713
|
"name": "datadogSideCarContainerDefinition",
|
|
5369
5714
|
"type": {
|
|
@@ -5377,7 +5722,7 @@
|
|
|
5377
5722
|
"immutable": true,
|
|
5378
5723
|
"locationInModule": {
|
|
5379
5724
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5380
|
-
"line":
|
|
5725
|
+
"line": 354
|
|
5381
5726
|
},
|
|
5382
5727
|
"name": "service",
|
|
5383
5728
|
"type": {
|
|
@@ -5391,7 +5736,7 @@
|
|
|
5391
5736
|
"immutable": true,
|
|
5392
5737
|
"locationInModule": {
|
|
5393
5738
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5394
|
-
"line":
|
|
5739
|
+
"line": 348
|
|
5395
5740
|
},
|
|
5396
5741
|
"name": "serviceContainerDefinition",
|
|
5397
5742
|
"type": {
|
|
@@ -5405,7 +5750,7 @@
|
|
|
5405
5750
|
"immutable": true,
|
|
5406
5751
|
"locationInModule": {
|
|
5407
5752
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5408
|
-
"line":
|
|
5753
|
+
"line": 351
|
|
5409
5754
|
},
|
|
5410
5755
|
"name": "taskDefinition",
|
|
5411
5756
|
"type": {
|
|
@@ -5419,7 +5764,7 @@
|
|
|
5419
5764
|
"immutable": true,
|
|
5420
5765
|
"locationInModule": {
|
|
5421
5766
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5422
|
-
"line":
|
|
5767
|
+
"line": 350
|
|
5423
5768
|
},
|
|
5424
5769
|
"name": "logRouterContainerDefinition",
|
|
5425
5770
|
"optional": true,
|
|
@@ -5434,7 +5779,7 @@
|
|
|
5434
5779
|
"immutable": true,
|
|
5435
5780
|
"locationInModule": {
|
|
5436
5781
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5437
|
-
"line":
|
|
5782
|
+
"line": 355
|
|
5438
5783
|
},
|
|
5439
5784
|
"name": "targetGroup",
|
|
5440
5785
|
"optional": true,
|
|
@@ -5456,7 +5801,7 @@
|
|
|
5456
5801
|
"kind": "interface",
|
|
5457
5802
|
"locationInModule": {
|
|
5458
5803
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5459
|
-
"line":
|
|
5804
|
+
"line": 13
|
|
5460
5805
|
},
|
|
5461
5806
|
"name": "RioFargateServiceProps",
|
|
5462
5807
|
"properties": [
|
|
@@ -5469,7 +5814,7 @@
|
|
|
5469
5814
|
"immutable": true,
|
|
5470
5815
|
"locationInModule": {
|
|
5471
5816
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5472
|
-
"line":
|
|
5817
|
+
"line": 44
|
|
5473
5818
|
},
|
|
5474
5819
|
"name": "containerDefinitionOption",
|
|
5475
5820
|
"type": {
|
|
@@ -5485,7 +5830,7 @@
|
|
|
5485
5830
|
"immutable": true,
|
|
5486
5831
|
"locationInModule": {
|
|
5487
5832
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5488
|
-
"line":
|
|
5833
|
+
"line": 49
|
|
5489
5834
|
},
|
|
5490
5835
|
"name": "fargateOptions",
|
|
5491
5836
|
"type": {
|
|
@@ -5501,7 +5846,7 @@
|
|
|
5501
5846
|
"immutable": true,
|
|
5502
5847
|
"locationInModule": {
|
|
5503
5848
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5504
|
-
"line":
|
|
5849
|
+
"line": 22
|
|
5505
5850
|
},
|
|
5506
5851
|
"name": "serviceName",
|
|
5507
5852
|
"type": {
|
|
@@ -5517,7 +5862,7 @@
|
|
|
5517
5862
|
"immutable": true,
|
|
5518
5863
|
"locationInModule": {
|
|
5519
5864
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5520
|
-
"line":
|
|
5865
|
+
"line": 17
|
|
5521
5866
|
},
|
|
5522
5867
|
"name": "stage",
|
|
5523
5868
|
"type": {
|
|
@@ -5533,7 +5878,7 @@
|
|
|
5533
5878
|
"immutable": true,
|
|
5534
5879
|
"locationInModule": {
|
|
5535
5880
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5536
|
-
"line":
|
|
5881
|
+
"line": 27
|
|
5537
5882
|
},
|
|
5538
5883
|
"name": "version",
|
|
5539
5884
|
"type": {
|
|
@@ -5549,7 +5894,7 @@
|
|
|
5549
5894
|
"immutable": true,
|
|
5550
5895
|
"locationInModule": {
|
|
5551
5896
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5552
|
-
"line":
|
|
5897
|
+
"line": 39
|
|
5553
5898
|
},
|
|
5554
5899
|
"name": "vpc",
|
|
5555
5900
|
"type": {
|
|
@@ -5565,7 +5910,7 @@
|
|
|
5565
5910
|
"immutable": true,
|
|
5566
5911
|
"locationInModule": {
|
|
5567
5912
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5568
|
-
"line":
|
|
5913
|
+
"line": 59
|
|
5569
5914
|
},
|
|
5570
5915
|
"name": "datadogOptions",
|
|
5571
5916
|
"optional": true,
|
|
@@ -5583,7 +5928,7 @@
|
|
|
5583
5928
|
"immutable": true,
|
|
5584
5929
|
"locationInModule": {
|
|
5585
5930
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5586
|
-
"line":
|
|
5931
|
+
"line": 34
|
|
5587
5932
|
},
|
|
5588
5933
|
"name": "frameworks",
|
|
5589
5934
|
"optional": true,
|
|
@@ -5605,7 +5950,7 @@
|
|
|
5605
5950
|
"immutable": true,
|
|
5606
5951
|
"locationInModule": {
|
|
5607
5952
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5608
|
-
"line":
|
|
5953
|
+
"line": 54
|
|
5609
5954
|
},
|
|
5610
5955
|
"name": "loadBalancerOptions",
|
|
5611
5956
|
"optional": true,
|
|
@@ -7870,5 +8215,5 @@
|
|
|
7870
8215
|
}
|
|
7871
8216
|
},
|
|
7872
8217
|
"version": "0.0.0",
|
|
7873
|
-
"fingerprint": "
|
|
8218
|
+
"fingerprint": "bZJGkvAXXpoB4hhmaHtnLL/rnbzn9RDdVzAICbvqEXo="
|
|
7874
8219
|
}
|