@rio-cloud/cdk-v2-constructs 7.6.0 → 7.8.1-alpha.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 +635 -146
- package/docs/API.md +447 -3
- package/docs/changelog.md +20 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +2 -3
- package/lib/datadogv2/datadog-lambda-instrumentation.js +3 -4
- package/lib/datadogv2/datadog-shared-secrets.d.ts +30 -14
- package/lib/datadogv2/datadog-shared-secrets.js +54 -32
- package/lib/fargate/datadog.d.ts +4 -5
- package/lib/fargate/datadog.js +7 -7
- package/lib/fargate/rio-fargate-service-blue-green-alpha.js +7 -5
- package/lib/fargate/rio-fargate-service.js +6 -5
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -4872,7 +4872,7 @@
|
|
|
4872
4872
|
"kind": "interface",
|
|
4873
4873
|
"locationInModule": {
|
|
4874
4874
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
4875
|
-
"line":
|
|
4875
|
+
"line": 85
|
|
4876
4876
|
},
|
|
4877
4877
|
"name": "BlueGreenDeploymentConfig",
|
|
4878
4878
|
"properties": [
|
|
@@ -4885,7 +4885,7 @@
|
|
|
4885
4885
|
"immutable": true,
|
|
4886
4886
|
"locationInModule": {
|
|
4887
4887
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
4888
|
-
"line":
|
|
4888
|
+
"line": 95
|
|
4889
4889
|
},
|
|
4890
4890
|
"name": "capabilityNames",
|
|
4891
4891
|
"optional": true,
|
|
@@ -4908,7 +4908,7 @@
|
|
|
4908
4908
|
"immutable": true,
|
|
4909
4909
|
"locationInModule": {
|
|
4910
4910
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
4911
|
-
"line":
|
|
4911
|
+
"line": 90
|
|
4912
4912
|
},
|
|
4913
4913
|
"name": "testListener",
|
|
4914
4914
|
"optional": true,
|
|
@@ -11036,7 +11036,7 @@
|
|
|
11036
11036
|
},
|
|
11037
11037
|
"locationInModule": {
|
|
11038
11038
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11039
|
-
"line":
|
|
11039
|
+
"line": 149
|
|
11040
11040
|
},
|
|
11041
11041
|
"parameters": [
|
|
11042
11042
|
{
|
|
@@ -11065,7 +11065,7 @@
|
|
|
11065
11065
|
"kind": "class",
|
|
11066
11066
|
"locationInModule": {
|
|
11067
11067
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11068
|
-
"line":
|
|
11068
|
+
"line": 98
|
|
11069
11069
|
},
|
|
11070
11070
|
"name": "RioFargateServiceBlueGreenAlpha",
|
|
11071
11071
|
"properties": [
|
|
@@ -11077,7 +11077,7 @@
|
|
|
11077
11077
|
"immutable": true,
|
|
11078
11078
|
"locationInModule": {
|
|
11079
11079
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11080
|
-
"line":
|
|
11080
|
+
"line": 144
|
|
11081
11081
|
},
|
|
11082
11082
|
"name": "connections",
|
|
11083
11083
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -11092,7 +11092,7 @@
|
|
|
11092
11092
|
"immutable": true,
|
|
11093
11093
|
"locationInModule": {
|
|
11094
11094
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11095
|
-
"line":
|
|
11095
|
+
"line": 140
|
|
11096
11096
|
},
|
|
11097
11097
|
"name": "datadogSideCarContainerDefinition",
|
|
11098
11098
|
"type": {
|
|
@@ -11106,7 +11106,7 @@
|
|
|
11106
11106
|
"immutable": true,
|
|
11107
11107
|
"locationInModule": {
|
|
11108
11108
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11109
|
-
"line":
|
|
11109
|
+
"line": 145
|
|
11110
11110
|
},
|
|
11111
11111
|
"name": "service",
|
|
11112
11112
|
"type": {
|
|
@@ -11120,7 +11120,7 @@
|
|
|
11120
11120
|
"immutable": true,
|
|
11121
11121
|
"locationInModule": {
|
|
11122
11122
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11123
|
-
"line":
|
|
11123
|
+
"line": 139
|
|
11124
11124
|
},
|
|
11125
11125
|
"name": "serviceContainerDefinition",
|
|
11126
11126
|
"type": {
|
|
@@ -11134,7 +11134,7 @@
|
|
|
11134
11134
|
"immutable": true,
|
|
11135
11135
|
"locationInModule": {
|
|
11136
11136
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11137
|
-
"line":
|
|
11137
|
+
"line": 142
|
|
11138
11138
|
},
|
|
11139
11139
|
"name": "taskDefinition",
|
|
11140
11140
|
"type": {
|
|
@@ -11148,7 +11148,7 @@
|
|
|
11148
11148
|
"immutable": true,
|
|
11149
11149
|
"locationInModule": {
|
|
11150
11150
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11151
|
-
"line":
|
|
11151
|
+
"line": 146
|
|
11152
11152
|
},
|
|
11153
11153
|
"name": "blueTargetGroup",
|
|
11154
11154
|
"optional": true,
|
|
@@ -11163,7 +11163,7 @@
|
|
|
11163
11163
|
"immutable": true,
|
|
11164
11164
|
"locationInModule": {
|
|
11165
11165
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11166
|
-
"line":
|
|
11166
|
+
"line": 147
|
|
11167
11167
|
},
|
|
11168
11168
|
"name": "greenTargetGroup",
|
|
11169
11169
|
"optional": true,
|
|
@@ -11178,7 +11178,7 @@
|
|
|
11178
11178
|
"immutable": true,
|
|
11179
11179
|
"locationInModule": {
|
|
11180
11180
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11181
|
-
"line":
|
|
11181
|
+
"line": 141
|
|
11182
11182
|
},
|
|
11183
11183
|
"name": "logRouterContainerDefinition",
|
|
11184
11184
|
"optional": true,
|
|
@@ -11200,7 +11200,7 @@
|
|
|
11200
11200
|
"kind": "interface",
|
|
11201
11201
|
"locationInModule": {
|
|
11202
11202
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11203
|
-
"line":
|
|
11203
|
+
"line": 23
|
|
11204
11204
|
},
|
|
11205
11205
|
"name": "RioFargateServiceBlueGreenAlphaProps",
|
|
11206
11206
|
"properties": [
|
|
@@ -11213,7 +11213,7 @@
|
|
|
11213
11213
|
"immutable": true,
|
|
11214
11214
|
"locationInModule": {
|
|
11215
11215
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11216
|
-
"line":
|
|
11216
|
+
"line": 62
|
|
11217
11217
|
},
|
|
11218
11218
|
"name": "containerDefinitionOption",
|
|
11219
11219
|
"type": {
|
|
@@ -11229,7 +11229,7 @@
|
|
|
11229
11229
|
"immutable": true,
|
|
11230
11230
|
"locationInModule": {
|
|
11231
11231
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11232
|
-
"line":
|
|
11232
|
+
"line": 67
|
|
11233
11233
|
},
|
|
11234
11234
|
"name": "fargateOptions",
|
|
11235
11235
|
"type": {
|
|
@@ -11245,7 +11245,7 @@
|
|
|
11245
11245
|
"immutable": true,
|
|
11246
11246
|
"locationInModule": {
|
|
11247
11247
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11248
|
-
"line":
|
|
11248
|
+
"line": 32
|
|
11249
11249
|
},
|
|
11250
11250
|
"name": "serviceName",
|
|
11251
11251
|
"type": {
|
|
@@ -11261,7 +11261,7 @@
|
|
|
11261
11261
|
"immutable": true,
|
|
11262
11262
|
"locationInModule": {
|
|
11263
11263
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11264
|
-
"line":
|
|
11264
|
+
"line": 27
|
|
11265
11265
|
},
|
|
11266
11266
|
"name": "stage",
|
|
11267
11267
|
"type": {
|
|
@@ -11277,7 +11277,7 @@
|
|
|
11277
11277
|
"immutable": true,
|
|
11278
11278
|
"locationInModule": {
|
|
11279
11279
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11280
|
-
"line":
|
|
11280
|
+
"line": 37
|
|
11281
11281
|
},
|
|
11282
11282
|
"name": "version",
|
|
11283
11283
|
"type": {
|
|
@@ -11293,7 +11293,7 @@
|
|
|
11293
11293
|
"immutable": true,
|
|
11294
11294
|
"locationInModule": {
|
|
11295
11295
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11296
|
-
"line":
|
|
11296
|
+
"line": 49
|
|
11297
11297
|
},
|
|
11298
11298
|
"name": "vpc",
|
|
11299
11299
|
"type": {
|
|
@@ -11309,7 +11309,7 @@
|
|
|
11309
11309
|
"immutable": true,
|
|
11310
11310
|
"locationInModule": {
|
|
11311
11311
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11312
|
-
"line":
|
|
11312
|
+
"line": 82
|
|
11313
11313
|
},
|
|
11314
11314
|
"name": "blueGreenDeploymentConfig",
|
|
11315
11315
|
"optional": true,
|
|
@@ -11328,7 +11328,7 @@
|
|
|
11328
11328
|
"immutable": true,
|
|
11329
11329
|
"locationInModule": {
|
|
11330
11330
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11331
|
-
"line":
|
|
11331
|
+
"line": 57
|
|
11332
11332
|
},
|
|
11333
11333
|
"name": "cluster",
|
|
11334
11334
|
"optional": true,
|
|
@@ -11345,7 +11345,7 @@
|
|
|
11345
11345
|
"immutable": true,
|
|
11346
11346
|
"locationInModule": {
|
|
11347
11347
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11348
|
-
"line":
|
|
11348
|
+
"line": 77
|
|
11349
11349
|
},
|
|
11350
11350
|
"name": "datadogOptions",
|
|
11351
11351
|
"optional": true,
|
|
@@ -11363,7 +11363,7 @@
|
|
|
11363
11363
|
"immutable": true,
|
|
11364
11364
|
"locationInModule": {
|
|
11365
11365
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11366
|
-
"line":
|
|
11366
|
+
"line": 44
|
|
11367
11367
|
},
|
|
11368
11368
|
"name": "frameworks",
|
|
11369
11369
|
"optional": true,
|
|
@@ -11385,7 +11385,7 @@
|
|
|
11385
11385
|
"immutable": true,
|
|
11386
11386
|
"locationInModule": {
|
|
11387
11387
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
11388
|
-
"line":
|
|
11388
|
+
"line": 72
|
|
11389
11389
|
},
|
|
11390
11390
|
"name": "loadBalancerOptions",
|
|
11391
11391
|
"optional": true,
|
|
@@ -16381,7 +16381,7 @@
|
|
|
16381
16381
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
16382
16382
|
"base": "constructs.Construct",
|
|
16383
16383
|
"docs": {
|
|
16384
|
-
"remarks": "This construct will create a Datadog construct with the provided props and add the Lambda functions to it.\nPer default, it will disable all additional features, that cause Datadog charging for Serverless Functions features.\nSo just change it, if you need the advanced features.\n\nAdditionally, some defaults from the datadog-integration account module are applied:\n- the secret for the API key is read from
|
|
16384
|
+
"remarks": "This construct will create a Datadog construct with the provided props and add the Lambda functions to it.\nPer default, it will disable all additional features, that cause Datadog charging for Serverless Functions features.\nSo just change it, if you need the advanced features.\n\nAdditionally, some defaults from the datadog-integration account module are applied:\n- the secret and site for the API key is read from a shared secret in rio-developer-tools account\n\nTo use it, install Datadog CDK Constructs package:\n```bash\nnpm i -D datadog-cdk-constructs-v2\n```",
|
|
16385
16385
|
"stability": "stable",
|
|
16386
16386
|
"summary": "Wrapper construct for Datadog's Lambda instrumentation."
|
|
16387
16387
|
},
|
|
@@ -16392,7 +16392,7 @@
|
|
|
16392
16392
|
},
|
|
16393
16393
|
"locationInModule": {
|
|
16394
16394
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16395
|
-
"line":
|
|
16395
|
+
"line": 82
|
|
16396
16396
|
},
|
|
16397
16397
|
"parameters": [
|
|
16398
16398
|
{
|
|
@@ -16418,7 +16418,7 @@
|
|
|
16418
16418
|
"kind": "class",
|
|
16419
16419
|
"locationInModule": {
|
|
16420
16420
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16421
|
-
"line":
|
|
16421
|
+
"line": 77
|
|
16422
16422
|
},
|
|
16423
16423
|
"methods": [
|
|
16424
16424
|
{
|
|
@@ -16427,7 +16427,7 @@
|
|
|
16427
16427
|
},
|
|
16428
16428
|
"locationInModule": {
|
|
16429
16429
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16430
|
-
"line":
|
|
16430
|
+
"line": 122
|
|
16431
16431
|
},
|
|
16432
16432
|
"name": "addForwarderToNonLambdaLogGroups",
|
|
16433
16433
|
"parameters": [
|
|
@@ -16450,7 +16450,7 @@
|
|
|
16450
16450
|
},
|
|
16451
16451
|
"locationInModule": {
|
|
16452
16452
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16453
|
-
"line":
|
|
16453
|
+
"line": 119
|
|
16454
16454
|
},
|
|
16455
16455
|
"name": "addGitCommitMetadata",
|
|
16456
16456
|
"parameters": [
|
|
@@ -16496,7 +16496,7 @@
|
|
|
16496
16496
|
},
|
|
16497
16497
|
"locationInModule": {
|
|
16498
16498
|
"filename": "src/datadogv2/datadog-lambda-instrumentation.ts",
|
|
16499
|
-
"line":
|
|
16499
|
+
"line": 112
|
|
16500
16500
|
},
|
|
16501
16501
|
"name": "addLambdaFunctions",
|
|
16502
16502
|
"parameters": [
|
|
@@ -17928,73 +17928,56 @@
|
|
|
17928
17928
|
],
|
|
17929
17929
|
"symbolId": "src/datadogv2/datadog-service-catalog-entry:DatadogServiceCatalogEntryProperties"
|
|
17930
17930
|
},
|
|
17931
|
-
"@rio-cloud/cdk-v2-constructs.datadogv2.
|
|
17931
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedCredentials": {
|
|
17932
17932
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
17933
17933
|
"base": "constructs.Construct",
|
|
17934
17934
|
"docs": {
|
|
17935
|
-
"stability": "stable"
|
|
17936
|
-
|
|
17935
|
+
"stability": "stable"
|
|
17936
|
+
},
|
|
17937
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedCredentials",
|
|
17938
|
+
"initializer": {
|
|
17939
|
+
"docs": {
|
|
17940
|
+
"stability": "stable"
|
|
17941
|
+
},
|
|
17942
|
+
"locationInModule": {
|
|
17943
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
17944
|
+
"line": 68
|
|
17945
|
+
},
|
|
17946
|
+
"parameters": [
|
|
17947
|
+
{
|
|
17948
|
+
"name": "scope",
|
|
17949
|
+
"type": {
|
|
17950
|
+
"fqn": "constructs.IConstruct"
|
|
17951
|
+
}
|
|
17952
|
+
},
|
|
17953
|
+
{
|
|
17954
|
+
"name": "id",
|
|
17955
|
+
"type": {
|
|
17956
|
+
"primitive": "string"
|
|
17957
|
+
}
|
|
17958
|
+
},
|
|
17959
|
+
{
|
|
17960
|
+
"docs": {
|
|
17961
|
+
"remarks": "For \"owned\" secrets, this will be the full resource name (secret name + suffix), unless the\n'@aws-cdk/aws-secretsmanager:parseOwnedSecretName' feature flag is set.",
|
|
17962
|
+
"summary": "The name of the secret."
|
|
17963
|
+
},
|
|
17964
|
+
"name": "secretName",
|
|
17965
|
+
"type": {
|
|
17966
|
+
"primitive": "string"
|
|
17967
|
+
}
|
|
17968
|
+
}
|
|
17969
|
+
],
|
|
17970
|
+
"protected": true
|
|
17937
17971
|
},
|
|
17938
|
-
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret",
|
|
17939
17972
|
"interfaces": [
|
|
17940
17973
|
"aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
17941
17974
|
],
|
|
17942
17975
|
"kind": "class",
|
|
17943
17976
|
"locationInModule": {
|
|
17944
17977
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
17945
|
-
"line":
|
|
17978
|
+
"line": 203
|
|
17946
17979
|
},
|
|
17947
17980
|
"methods": [
|
|
17948
|
-
{
|
|
17949
|
-
"docs": {
|
|
17950
|
-
"stability": "stable",
|
|
17951
|
-
"summary": "This static function resolves to the plain api-key secret, that can be used for the log forwarder or the Lambda instrumentation."
|
|
17952
|
-
},
|
|
17953
|
-
"locationInModule": {
|
|
17954
|
-
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
17955
|
-
"line": 33
|
|
17956
|
-
},
|
|
17957
|
-
"name": "apiKeySecret",
|
|
17958
|
-
"parameters": [
|
|
17959
|
-
{
|
|
17960
|
-
"name": "scope",
|
|
17961
|
-
"type": {
|
|
17962
|
-
"fqn": "constructs.Construct"
|
|
17963
|
-
}
|
|
17964
|
-
}
|
|
17965
|
-
],
|
|
17966
|
-
"returns": {
|
|
17967
|
-
"type": {
|
|
17968
|
-
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret"
|
|
17969
|
-
}
|
|
17970
|
-
},
|
|
17971
|
-
"static": true
|
|
17972
|
-
},
|
|
17973
|
-
{
|
|
17974
|
-
"docs": {
|
|
17975
|
-
"stability": "stable",
|
|
17976
|
-
"summary": "This static function resolves to the json credentials secret that contains ['ApiKey', 'ApplicationKey', 'Site']."
|
|
17977
|
-
},
|
|
17978
|
-
"locationInModule": {
|
|
17979
|
-
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
17980
|
-
"line": 45
|
|
17981
|
-
},
|
|
17982
|
-
"name": "credentialsSecret",
|
|
17983
|
-
"parameters": [
|
|
17984
|
-
{
|
|
17985
|
-
"name": "scope",
|
|
17986
|
-
"type": {
|
|
17987
|
-
"fqn": "constructs.Construct"
|
|
17988
|
-
}
|
|
17989
|
-
}
|
|
17990
|
-
],
|
|
17991
|
-
"returns": {
|
|
17992
|
-
"type": {
|
|
17993
|
-
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret"
|
|
17994
|
-
}
|
|
17995
|
-
},
|
|
17996
|
-
"static": true
|
|
17997
|
-
},
|
|
17998
17981
|
{
|
|
17999
17982
|
"docs": {
|
|
18000
17983
|
"stability": "stable",
|
|
@@ -18002,7 +17985,7 @@
|
|
|
18002
17985
|
},
|
|
18003
17986
|
"locationInModule": {
|
|
18004
17987
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18005
|
-
"line":
|
|
17988
|
+
"line": 141
|
|
18006
17989
|
},
|
|
18007
17990
|
"name": "addRotationSchedule",
|
|
18008
17991
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18034,7 +18017,7 @@
|
|
|
18034
18017
|
},
|
|
18035
18018
|
"locationInModule": {
|
|
18036
18019
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18037
|
-
"line":
|
|
18020
|
+
"line": 145
|
|
18038
18021
|
},
|
|
18039
18022
|
"name": "addToResourcePolicy",
|
|
18040
18023
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18060,7 +18043,7 @@
|
|
|
18060
18043
|
},
|
|
18061
18044
|
"locationInModule": {
|
|
18062
18045
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18063
|
-
"line":
|
|
18046
|
+
"line": 157
|
|
18064
18047
|
},
|
|
18065
18048
|
"name": "applyRemovalPolicy",
|
|
18066
18049
|
"overrides": "aws-cdk-lib.IResource",
|
|
@@ -18080,7 +18063,7 @@
|
|
|
18080
18063
|
},
|
|
18081
18064
|
"locationInModule": {
|
|
18082
18065
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18083
|
-
"line":
|
|
18066
|
+
"line": 153
|
|
18084
18067
|
},
|
|
18085
18068
|
"name": "attach",
|
|
18086
18069
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18105,11 +18088,57 @@
|
|
|
18105
18088
|
},
|
|
18106
18089
|
"locationInModule": {
|
|
18107
18090
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18108
|
-
"line":
|
|
18091
|
+
"line": 149
|
|
18109
18092
|
},
|
|
18110
18093
|
"name": "denyAccountRootDelete",
|
|
18111
18094
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18112
18095
|
},
|
|
18096
|
+
{
|
|
18097
|
+
"docs": {
|
|
18098
|
+
"stability": "stable"
|
|
18099
|
+
},
|
|
18100
|
+
"locationInModule": {
|
|
18101
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18102
|
+
"line": 209
|
|
18103
|
+
},
|
|
18104
|
+
"name": "getSecret",
|
|
18105
|
+
"parameters": [
|
|
18106
|
+
{
|
|
18107
|
+
"name": "field",
|
|
18108
|
+
"type": {
|
|
18109
|
+
"primitive": "string"
|
|
18110
|
+
}
|
|
18111
|
+
}
|
|
18112
|
+
],
|
|
18113
|
+
"returns": {
|
|
18114
|
+
"type": {
|
|
18115
|
+
"fqn": "aws-cdk-lib.aws_ecs.Secret"
|
|
18116
|
+
}
|
|
18117
|
+
}
|
|
18118
|
+
},
|
|
18119
|
+
{
|
|
18120
|
+
"docs": {
|
|
18121
|
+
"stability": "stable"
|
|
18122
|
+
},
|
|
18123
|
+
"locationInModule": {
|
|
18124
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18125
|
+
"line": 205
|
|
18126
|
+
},
|
|
18127
|
+
"name": "getSecretValue",
|
|
18128
|
+
"parameters": [
|
|
18129
|
+
{
|
|
18130
|
+
"name": "field",
|
|
18131
|
+
"type": {
|
|
18132
|
+
"primitive": "string"
|
|
18133
|
+
}
|
|
18134
|
+
}
|
|
18135
|
+
],
|
|
18136
|
+
"returns": {
|
|
18137
|
+
"type": {
|
|
18138
|
+
"fqn": "aws-cdk-lib.SecretValue"
|
|
18139
|
+
}
|
|
18140
|
+
}
|
|
18141
|
+
},
|
|
18113
18142
|
{
|
|
18114
18143
|
"docs": {
|
|
18115
18144
|
"stability": "stable",
|
|
@@ -18117,7 +18146,7 @@
|
|
|
18117
18146
|
},
|
|
18118
18147
|
"locationInModule": {
|
|
18119
18148
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18120
|
-
"line":
|
|
18149
|
+
"line": 121
|
|
18121
18150
|
},
|
|
18122
18151
|
"name": "grantRead",
|
|
18123
18152
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18154,7 +18183,7 @@
|
|
|
18154
18183
|
},
|
|
18155
18184
|
"locationInModule": {
|
|
18156
18185
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18157
|
-
"line":
|
|
18186
|
+
"line": 137
|
|
18158
18187
|
},
|
|
18159
18188
|
"name": "grantWrite",
|
|
18160
18189
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18179,7 +18208,7 @@
|
|
|
18179
18208
|
},
|
|
18180
18209
|
"locationInModule": {
|
|
18181
18210
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18182
|
-
"line":
|
|
18211
|
+
"line": 117
|
|
18183
18212
|
},
|
|
18184
18213
|
"name": "secretValueFromJson",
|
|
18185
18214
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18198,7 +18227,7 @@
|
|
|
18198
18227
|
}
|
|
18199
18228
|
}
|
|
18200
18229
|
],
|
|
18201
|
-
"name": "
|
|
18230
|
+
"name": "DatadogSharedCredentials",
|
|
18202
18231
|
"namespace": "datadogv2",
|
|
18203
18232
|
"properties": [
|
|
18204
18233
|
{
|
|
@@ -18210,7 +18239,7 @@
|
|
|
18210
18239
|
"immutable": true,
|
|
18211
18240
|
"locationInModule": {
|
|
18212
18241
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18213
|
-
"line":
|
|
18242
|
+
"line": 93
|
|
18214
18243
|
},
|
|
18215
18244
|
"name": "env",
|
|
18216
18245
|
"overrides": "aws-cdk-lib.IResource",
|
|
@@ -18218,6 +18247,21 @@
|
|
|
18218
18247
|
"fqn": "aws-cdk-lib.ResourceEnvironment"
|
|
18219
18248
|
}
|
|
18220
18249
|
},
|
|
18250
|
+
{
|
|
18251
|
+
"docs": {
|
|
18252
|
+
"stability": "stable"
|
|
18253
|
+
},
|
|
18254
|
+
"immutable": true,
|
|
18255
|
+
"locationInModule": {
|
|
18256
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18257
|
+
"line": 64
|
|
18258
|
+
},
|
|
18259
|
+
"name": "secret",
|
|
18260
|
+
"protected": true,
|
|
18261
|
+
"type": {
|
|
18262
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18263
|
+
}
|
|
18264
|
+
},
|
|
18221
18265
|
{
|
|
18222
18266
|
"docs": {
|
|
18223
18267
|
"remarks": "Will return the full ARN if available, otherwise a partial arn.\nFor secrets imported by the deprecated `fromSecretName`, it will return the `secretName`.",
|
|
@@ -18227,7 +18271,7 @@
|
|
|
18227
18271
|
"immutable": true,
|
|
18228
18272
|
"locationInModule": {
|
|
18229
18273
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18230
|
-
"line":
|
|
18274
|
+
"line": 101
|
|
18231
18275
|
},
|
|
18232
18276
|
"name": "secretArn",
|
|
18233
18277
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18244,7 +18288,7 @@
|
|
|
18244
18288
|
"immutable": true,
|
|
18245
18289
|
"locationInModule": {
|
|
18246
18290
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18247
|
-
"line":
|
|
18291
|
+
"line": 109
|
|
18248
18292
|
},
|
|
18249
18293
|
"name": "secretName",
|
|
18250
18294
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18260,7 +18304,7 @@
|
|
|
18260
18304
|
"immutable": true,
|
|
18261
18305
|
"locationInModule": {
|
|
18262
18306
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18263
|
-
"line":
|
|
18307
|
+
"line": 113
|
|
18264
18308
|
},
|
|
18265
18309
|
"name": "secretValue",
|
|
18266
18310
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
@@ -18276,7 +18320,7 @@
|
|
|
18276
18320
|
"immutable": true,
|
|
18277
18321
|
"locationInModule": {
|
|
18278
18322
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18279
|
-
"line":
|
|
18323
|
+
"line": 89
|
|
18280
18324
|
},
|
|
18281
18325
|
"name": "stack",
|
|
18282
18326
|
"overrides": "aws-cdk-lib.IResource",
|
|
@@ -18293,7 +18337,7 @@
|
|
|
18293
18337
|
"immutable": true,
|
|
18294
18338
|
"locationInModule": {
|
|
18295
18339
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18296
|
-
"line":
|
|
18340
|
+
"line": 97
|
|
18297
18341
|
},
|
|
18298
18342
|
"name": "encryptionKey",
|
|
18299
18343
|
"optional": true,
|
|
@@ -18311,7 +18355,7 @@
|
|
|
18311
18355
|
"immutable": true,
|
|
18312
18356
|
"locationInModule": {
|
|
18313
18357
|
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18314
|
-
"line":
|
|
18358
|
+
"line": 105
|
|
18315
18359
|
},
|
|
18316
18360
|
"name": "secretFullArn",
|
|
18317
18361
|
"optional": true,
|
|
@@ -18321,53 +18365,498 @@
|
|
|
18321
18365
|
}
|
|
18322
18366
|
}
|
|
18323
18367
|
],
|
|
18324
|
-
"symbolId": "src/datadogv2/datadog-shared-secrets:
|
|
18368
|
+
"symbolId": "src/datadogv2/datadog-shared-secrets:DatadogSharedCredentials"
|
|
18325
18369
|
},
|
|
18326
|
-
"@rio-cloud/cdk-v2-constructs.datadogv2.
|
|
18370
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret": {
|
|
18327
18371
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
18372
|
+
"base": "constructs.Construct",
|
|
18328
18373
|
"docs": {
|
|
18329
|
-
"
|
|
18374
|
+
"example": "const datadogApiKey = DatadogSharedSecret.apiKeySecret(this);\n\nconst datadogSecret = DatadogSharedSecret.credentialsSecret(this);\nconst datadogSite = datadogSecret.getSecret('Site');\nconst datadogApiKey = datadogSecret.getSecret('ApiKey');\nconst datadogApiKeyValue = datadogSecret.getSecretValue('ApiKey');\nconst datadogApiKeyValue = datadogSecret.getSecretValue('ApplicationKey');",
|
|
18330
18375
|
"stability": "stable",
|
|
18331
|
-
"summary": "
|
|
18376
|
+
"summary": "A custom resource that resolves the Datadog API keys from a shared secret."
|
|
18332
18377
|
},
|
|
18333
|
-
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.
|
|
18378
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret",
|
|
18334
18379
|
"initializer": {
|
|
18335
18380
|
"docs": {
|
|
18336
18381
|
"stability": "stable"
|
|
18337
|
-
}
|
|
18382
|
+
},
|
|
18383
|
+
"locationInModule": {
|
|
18384
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18385
|
+
"line": 68
|
|
18386
|
+
},
|
|
18387
|
+
"parameters": [
|
|
18388
|
+
{
|
|
18389
|
+
"name": "scope",
|
|
18390
|
+
"type": {
|
|
18391
|
+
"fqn": "constructs.IConstruct"
|
|
18392
|
+
}
|
|
18393
|
+
},
|
|
18394
|
+
{
|
|
18395
|
+
"name": "id",
|
|
18396
|
+
"type": {
|
|
18397
|
+
"primitive": "string"
|
|
18398
|
+
}
|
|
18399
|
+
},
|
|
18400
|
+
{
|
|
18401
|
+
"docs": {
|
|
18402
|
+
"remarks": "For \"owned\" secrets, this will be the full resource name (secret name + suffix), unless the\n'@aws-cdk/aws-secretsmanager:parseOwnedSecretName' feature flag is set.",
|
|
18403
|
+
"summary": "The name of the secret."
|
|
18404
|
+
},
|
|
18405
|
+
"name": "secretName",
|
|
18406
|
+
"type": {
|
|
18407
|
+
"primitive": "string"
|
|
18408
|
+
}
|
|
18409
|
+
}
|
|
18410
|
+
],
|
|
18411
|
+
"protected": true
|
|
18338
18412
|
},
|
|
18339
18413
|
"interfaces": [
|
|
18340
|
-
"
|
|
18414
|
+
"aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18341
18415
|
],
|
|
18342
18416
|
"kind": "class",
|
|
18343
18417
|
"locationInModule": {
|
|
18344
|
-
"filename": "src/datadogv2/datadog-
|
|
18345
|
-
"line":
|
|
18418
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18419
|
+
"line": 173
|
|
18346
18420
|
},
|
|
18347
18421
|
"methods": [
|
|
18348
18422
|
{
|
|
18349
18423
|
"docs": {
|
|
18350
|
-
"remarks": "Example - route issues based on their priority:\n```ts\n generateMessageAnnotation(monitor: DatadogMonitor): string {\n if (monitor.priority <= 2) {\n return '@<pager-integration>-team-schedule';\n } else if (monitor.priority == 3) {\n return '@slack-team-alert-channel';\n } else {\n return NoNotification.DO_NOT_NOTIFY;\n }\n }\n```",
|
|
18351
18424
|
"stability": "stable",
|
|
18352
|
-
"summary": "
|
|
18425
|
+
"summary": "This static function resolves to the plain api-key secret, that can be used for the log forwarder or the Lambda instrumentation."
|
|
18353
18426
|
},
|
|
18354
18427
|
"locationInModule": {
|
|
18355
|
-
"filename": "src/datadogv2/datadog-
|
|
18356
|
-
"line":
|
|
18428
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18429
|
+
"line": 178
|
|
18357
18430
|
},
|
|
18358
|
-
"name": "
|
|
18359
|
-
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
18431
|
+
"name": "apiKeySecret",
|
|
18360
18432
|
"parameters": [
|
|
18361
18433
|
{
|
|
18362
|
-
"name": "
|
|
18434
|
+
"name": "scope",
|
|
18363
18435
|
"type": {
|
|
18364
|
-
"fqn": "
|
|
18436
|
+
"fqn": "constructs.Construct"
|
|
18365
18437
|
}
|
|
18366
18438
|
}
|
|
18367
18439
|
],
|
|
18368
18440
|
"returns": {
|
|
18369
18441
|
"type": {
|
|
18370
|
-
"
|
|
18442
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret"
|
|
18443
|
+
}
|
|
18444
|
+
},
|
|
18445
|
+
"static": true
|
|
18446
|
+
},
|
|
18447
|
+
{
|
|
18448
|
+
"docs": {
|
|
18449
|
+
"stability": "stable",
|
|
18450
|
+
"summary": "This static function resolves to the json credentials secret that contains ['ApiKey', 'ApplicationKey', 'Site']."
|
|
18451
|
+
},
|
|
18452
|
+
"locationInModule": {
|
|
18453
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18454
|
+
"line": 190
|
|
18455
|
+
},
|
|
18456
|
+
"name": "credentialsSecret",
|
|
18457
|
+
"parameters": [
|
|
18458
|
+
{
|
|
18459
|
+
"name": "scope",
|
|
18460
|
+
"type": {
|
|
18461
|
+
"fqn": "constructs.Construct"
|
|
18462
|
+
}
|
|
18463
|
+
}
|
|
18464
|
+
],
|
|
18465
|
+
"returns": {
|
|
18466
|
+
"type": {
|
|
18467
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedCredentials"
|
|
18468
|
+
}
|
|
18469
|
+
},
|
|
18470
|
+
"static": true
|
|
18471
|
+
},
|
|
18472
|
+
{
|
|
18473
|
+
"docs": {
|
|
18474
|
+
"stability": "stable",
|
|
18475
|
+
"summary": "Adds a rotation schedule to the secret."
|
|
18476
|
+
},
|
|
18477
|
+
"locationInModule": {
|
|
18478
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18479
|
+
"line": 141
|
|
18480
|
+
},
|
|
18481
|
+
"name": "addRotationSchedule",
|
|
18482
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18483
|
+
"parameters": [
|
|
18484
|
+
{
|
|
18485
|
+
"name": "_id",
|
|
18486
|
+
"type": {
|
|
18487
|
+
"primitive": "string"
|
|
18488
|
+
}
|
|
18489
|
+
},
|
|
18490
|
+
{
|
|
18491
|
+
"name": "_options",
|
|
18492
|
+
"type": {
|
|
18493
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.RotationScheduleOptions"
|
|
18494
|
+
}
|
|
18495
|
+
}
|
|
18496
|
+
],
|
|
18497
|
+
"returns": {
|
|
18498
|
+
"type": {
|
|
18499
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.RotationSchedule"
|
|
18500
|
+
}
|
|
18501
|
+
}
|
|
18502
|
+
},
|
|
18503
|
+
{
|
|
18504
|
+
"docs": {
|
|
18505
|
+
"remarks": "If this secret was created in this stack, a resource policy will be\nautomatically created upon the first call to `addToResourcePolicy`. If\nthe secret is imported, then this is a no-op.",
|
|
18506
|
+
"stability": "stable",
|
|
18507
|
+
"summary": "Adds a statement to the IAM resource policy associated with this secret."
|
|
18508
|
+
},
|
|
18509
|
+
"locationInModule": {
|
|
18510
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18511
|
+
"line": 145
|
|
18512
|
+
},
|
|
18513
|
+
"name": "addToResourcePolicy",
|
|
18514
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18515
|
+
"parameters": [
|
|
18516
|
+
{
|
|
18517
|
+
"name": "_statement",
|
|
18518
|
+
"type": {
|
|
18519
|
+
"fqn": "aws-cdk-lib.aws_iam.PolicyStatement"
|
|
18520
|
+
}
|
|
18521
|
+
}
|
|
18522
|
+
],
|
|
18523
|
+
"returns": {
|
|
18524
|
+
"type": {
|
|
18525
|
+
"fqn": "aws-cdk-lib.aws_iam.AddToResourcePolicyResult"
|
|
18526
|
+
}
|
|
18527
|
+
}
|
|
18528
|
+
},
|
|
18529
|
+
{
|
|
18530
|
+
"docs": {
|
|
18531
|
+
"remarks": "The Removal Policy controls what happens to this resource when it stops\nbeing managed by CloudFormation, either because you've removed it from the\nCDK application or because you've made a change that requires the resource\nto be replaced.\n\nThe resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS\naccount for data recovery and cleanup later (`RemovalPolicy.RETAIN`).",
|
|
18532
|
+
"stability": "stable",
|
|
18533
|
+
"summary": "Apply the given removal policy to this resource."
|
|
18534
|
+
},
|
|
18535
|
+
"locationInModule": {
|
|
18536
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18537
|
+
"line": 157
|
|
18538
|
+
},
|
|
18539
|
+
"name": "applyRemovalPolicy",
|
|
18540
|
+
"overrides": "aws-cdk-lib.IResource",
|
|
18541
|
+
"parameters": [
|
|
18542
|
+
{
|
|
18543
|
+
"name": "_policy",
|
|
18544
|
+
"type": {
|
|
18545
|
+
"fqn": "aws-cdk-lib.RemovalPolicy"
|
|
18546
|
+
}
|
|
18547
|
+
}
|
|
18548
|
+
]
|
|
18549
|
+
},
|
|
18550
|
+
{
|
|
18551
|
+
"docs": {
|
|
18552
|
+
"stability": "stable",
|
|
18553
|
+
"summary": "Attach a target to this secret."
|
|
18554
|
+
},
|
|
18555
|
+
"locationInModule": {
|
|
18556
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18557
|
+
"line": 153
|
|
18558
|
+
},
|
|
18559
|
+
"name": "attach",
|
|
18560
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18561
|
+
"parameters": [
|
|
18562
|
+
{
|
|
18563
|
+
"name": "_target",
|
|
18564
|
+
"type": {
|
|
18565
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.ISecretAttachmentTarget"
|
|
18566
|
+
}
|
|
18567
|
+
}
|
|
18568
|
+
],
|
|
18569
|
+
"returns": {
|
|
18570
|
+
"type": {
|
|
18571
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18572
|
+
}
|
|
18573
|
+
}
|
|
18574
|
+
},
|
|
18575
|
+
{
|
|
18576
|
+
"docs": {
|
|
18577
|
+
"stability": "stable",
|
|
18578
|
+
"summary": "Denies the `DeleteSecret` action to all principals within the current account."
|
|
18579
|
+
},
|
|
18580
|
+
"locationInModule": {
|
|
18581
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18582
|
+
"line": 149
|
|
18583
|
+
},
|
|
18584
|
+
"name": "denyAccountRootDelete",
|
|
18585
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18586
|
+
},
|
|
18587
|
+
{
|
|
18588
|
+
"docs": {
|
|
18589
|
+
"stability": "stable",
|
|
18590
|
+
"summary": "Grants reading the secret value to some role."
|
|
18591
|
+
},
|
|
18592
|
+
"locationInModule": {
|
|
18593
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18594
|
+
"line": 121
|
|
18595
|
+
},
|
|
18596
|
+
"name": "grantRead",
|
|
18597
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18598
|
+
"parameters": [
|
|
18599
|
+
{
|
|
18600
|
+
"name": "grantee",
|
|
18601
|
+
"type": {
|
|
18602
|
+
"fqn": "aws-cdk-lib.aws_iam.IGrantable"
|
|
18603
|
+
}
|
|
18604
|
+
},
|
|
18605
|
+
{
|
|
18606
|
+
"name": "versionStages",
|
|
18607
|
+
"optional": true,
|
|
18608
|
+
"type": {
|
|
18609
|
+
"collection": {
|
|
18610
|
+
"elementtype": {
|
|
18611
|
+
"primitive": "string"
|
|
18612
|
+
},
|
|
18613
|
+
"kind": "array"
|
|
18614
|
+
}
|
|
18615
|
+
}
|
|
18616
|
+
}
|
|
18617
|
+
],
|
|
18618
|
+
"returns": {
|
|
18619
|
+
"type": {
|
|
18620
|
+
"fqn": "aws-cdk-lib.aws_iam.Grant"
|
|
18621
|
+
}
|
|
18622
|
+
}
|
|
18623
|
+
},
|
|
18624
|
+
{
|
|
18625
|
+
"docs": {
|
|
18626
|
+
"stability": "stable",
|
|
18627
|
+
"summary": "Grants writing and updating the secret value to some role."
|
|
18628
|
+
},
|
|
18629
|
+
"locationInModule": {
|
|
18630
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18631
|
+
"line": 137
|
|
18632
|
+
},
|
|
18633
|
+
"name": "grantWrite",
|
|
18634
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18635
|
+
"parameters": [
|
|
18636
|
+
{
|
|
18637
|
+
"name": "_grantee",
|
|
18638
|
+
"type": {
|
|
18639
|
+
"fqn": "aws-cdk-lib.aws_iam.IGrantable"
|
|
18640
|
+
}
|
|
18641
|
+
}
|
|
18642
|
+
],
|
|
18643
|
+
"returns": {
|
|
18644
|
+
"type": {
|
|
18645
|
+
"fqn": "aws-cdk-lib.aws_iam.Grant"
|
|
18646
|
+
}
|
|
18647
|
+
}
|
|
18648
|
+
},
|
|
18649
|
+
{
|
|
18650
|
+
"docs": {
|
|
18651
|
+
"stability": "stable",
|
|
18652
|
+
"summary": "Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`."
|
|
18653
|
+
},
|
|
18654
|
+
"locationInModule": {
|
|
18655
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18656
|
+
"line": 117
|
|
18657
|
+
},
|
|
18658
|
+
"name": "secretValueFromJson",
|
|
18659
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18660
|
+
"parameters": [
|
|
18661
|
+
{
|
|
18662
|
+
"name": "key",
|
|
18663
|
+
"type": {
|
|
18664
|
+
"primitive": "string"
|
|
18665
|
+
}
|
|
18666
|
+
}
|
|
18667
|
+
],
|
|
18668
|
+
"returns": {
|
|
18669
|
+
"type": {
|
|
18670
|
+
"fqn": "aws-cdk-lib.SecretValue"
|
|
18671
|
+
}
|
|
18672
|
+
}
|
|
18673
|
+
}
|
|
18674
|
+
],
|
|
18675
|
+
"name": "DatadogSharedSecret",
|
|
18676
|
+
"namespace": "datadogv2",
|
|
18677
|
+
"properties": [
|
|
18678
|
+
{
|
|
18679
|
+
"docs": {
|
|
18680
|
+
"remarks": "For resources that are created and managed by the CDK\n(generally, those created by creating new class instances like Role, Bucket, etc.),\nthis is always the same as the environment of the stack they belong to;\nhowever, for imported resources\n(those obtained from static methods like fromRoleArn, fromBucketName, etc.),\nthat might be different than the stack they were imported into.",
|
|
18681
|
+
"stability": "stable",
|
|
18682
|
+
"summary": "The environment this resource belongs to."
|
|
18683
|
+
},
|
|
18684
|
+
"immutable": true,
|
|
18685
|
+
"locationInModule": {
|
|
18686
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18687
|
+
"line": 93
|
|
18688
|
+
},
|
|
18689
|
+
"name": "env",
|
|
18690
|
+
"overrides": "aws-cdk-lib.IResource",
|
|
18691
|
+
"type": {
|
|
18692
|
+
"fqn": "aws-cdk-lib.ResourceEnvironment"
|
|
18693
|
+
}
|
|
18694
|
+
},
|
|
18695
|
+
{
|
|
18696
|
+
"docs": {
|
|
18697
|
+
"stability": "stable"
|
|
18698
|
+
},
|
|
18699
|
+
"immutable": true,
|
|
18700
|
+
"locationInModule": {
|
|
18701
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18702
|
+
"line": 64
|
|
18703
|
+
},
|
|
18704
|
+
"name": "secret",
|
|
18705
|
+
"protected": true,
|
|
18706
|
+
"type": {
|
|
18707
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
|
|
18708
|
+
}
|
|
18709
|
+
},
|
|
18710
|
+
{
|
|
18711
|
+
"docs": {
|
|
18712
|
+
"remarks": "Will return the full ARN if available, otherwise a partial arn.\nFor secrets imported by the deprecated `fromSecretName`, it will return the `secretName`.",
|
|
18713
|
+
"stability": "stable",
|
|
18714
|
+
"summary": "The ARN of the secret in AWS Secrets Manager."
|
|
18715
|
+
},
|
|
18716
|
+
"immutable": true,
|
|
18717
|
+
"locationInModule": {
|
|
18718
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18719
|
+
"line": 101
|
|
18720
|
+
},
|
|
18721
|
+
"name": "secretArn",
|
|
18722
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18723
|
+
"type": {
|
|
18724
|
+
"primitive": "string"
|
|
18725
|
+
}
|
|
18726
|
+
},
|
|
18727
|
+
{
|
|
18728
|
+
"docs": {
|
|
18729
|
+
"remarks": "For \"owned\" secrets, this will be the full resource name (secret name + suffix), unless the\n'@aws-cdk/aws-secretsmanager:parseOwnedSecretName' feature flag is set.",
|
|
18730
|
+
"stability": "stable",
|
|
18731
|
+
"summary": "The name of the secret."
|
|
18732
|
+
},
|
|
18733
|
+
"immutable": true,
|
|
18734
|
+
"locationInModule": {
|
|
18735
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18736
|
+
"line": 109
|
|
18737
|
+
},
|
|
18738
|
+
"name": "secretName",
|
|
18739
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18740
|
+
"type": {
|
|
18741
|
+
"primitive": "string"
|
|
18742
|
+
}
|
|
18743
|
+
},
|
|
18744
|
+
{
|
|
18745
|
+
"docs": {
|
|
18746
|
+
"stability": "stable",
|
|
18747
|
+
"summary": "Retrieve the value of the stored secret as a `SecretValue`."
|
|
18748
|
+
},
|
|
18749
|
+
"immutable": true,
|
|
18750
|
+
"locationInModule": {
|
|
18751
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18752
|
+
"line": 113
|
|
18753
|
+
},
|
|
18754
|
+
"name": "secretValue",
|
|
18755
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18756
|
+
"type": {
|
|
18757
|
+
"fqn": "aws-cdk-lib.SecretValue"
|
|
18758
|
+
}
|
|
18759
|
+
},
|
|
18760
|
+
{
|
|
18761
|
+
"docs": {
|
|
18762
|
+
"stability": "stable",
|
|
18763
|
+
"summary": "The stack in which this resource is defined."
|
|
18764
|
+
},
|
|
18765
|
+
"immutable": true,
|
|
18766
|
+
"locationInModule": {
|
|
18767
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18768
|
+
"line": 89
|
|
18769
|
+
},
|
|
18770
|
+
"name": "stack",
|
|
18771
|
+
"overrides": "aws-cdk-lib.IResource",
|
|
18772
|
+
"type": {
|
|
18773
|
+
"fqn": "aws-cdk-lib.Stack"
|
|
18774
|
+
}
|
|
18775
|
+
},
|
|
18776
|
+
{
|
|
18777
|
+
"docs": {
|
|
18778
|
+
"remarks": "When not specified, the default\nKMS key for the account and region is being used.",
|
|
18779
|
+
"stability": "stable",
|
|
18780
|
+
"summary": "The customer-managed encryption key that is used to encrypt this secret, if any."
|
|
18781
|
+
},
|
|
18782
|
+
"immutable": true,
|
|
18783
|
+
"locationInModule": {
|
|
18784
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18785
|
+
"line": 97
|
|
18786
|
+
},
|
|
18787
|
+
"name": "encryptionKey",
|
|
18788
|
+
"optional": true,
|
|
18789
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18790
|
+
"type": {
|
|
18791
|
+
"fqn": "aws-cdk-lib.aws_kms.IKey"
|
|
18792
|
+
}
|
|
18793
|
+
},
|
|
18794
|
+
{
|
|
18795
|
+
"docs": {
|
|
18796
|
+
"remarks": "This is equal to `secretArn` in most cases, but is undefined when a full ARN is not available (e.g., secrets imported by name).",
|
|
18797
|
+
"stability": "stable",
|
|
18798
|
+
"summary": "The full ARN of the secret in AWS Secrets Manager, which is the ARN including the Secrets Manager-supplied 6-character suffix."
|
|
18799
|
+
},
|
|
18800
|
+
"immutable": true,
|
|
18801
|
+
"locationInModule": {
|
|
18802
|
+
"filename": "src/datadogv2/datadog-shared-secrets.ts",
|
|
18803
|
+
"line": 105
|
|
18804
|
+
},
|
|
18805
|
+
"name": "secretFullArn",
|
|
18806
|
+
"optional": true,
|
|
18807
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecret",
|
|
18808
|
+
"type": {
|
|
18809
|
+
"primitive": "string"
|
|
18810
|
+
}
|
|
18811
|
+
}
|
|
18812
|
+
],
|
|
18813
|
+
"symbolId": "src/datadogv2/datadog-shared-secrets:DatadogSharedSecret"
|
|
18814
|
+
},
|
|
18815
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.DefaultSlackNotification": {
|
|
18816
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
18817
|
+
"docs": {
|
|
18818
|
+
"remarks": "The actual channel value is taken from\nssm parameter `/config/team/slack-alert-channel`.\nThis notification could break the deployment, if the ssm parameter is not set.",
|
|
18819
|
+
"stability": "stable",
|
|
18820
|
+
"summary": "An {@link INotification}, that forwards alerts to the Slack channel, that was entered as alert channel during account creation process."
|
|
18821
|
+
},
|
|
18822
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DefaultSlackNotification",
|
|
18823
|
+
"initializer": {
|
|
18824
|
+
"docs": {
|
|
18825
|
+
"stability": "stable"
|
|
18826
|
+
}
|
|
18827
|
+
},
|
|
18828
|
+
"interfaces": [
|
|
18829
|
+
"@rio-cloud/cdk-v2-constructs.datadogv2.INotification"
|
|
18830
|
+
],
|
|
18831
|
+
"kind": "class",
|
|
18832
|
+
"locationInModule": {
|
|
18833
|
+
"filename": "src/datadogv2/datadog-notification.ts",
|
|
18834
|
+
"line": 86
|
|
18835
|
+
},
|
|
18836
|
+
"methods": [
|
|
18837
|
+
{
|
|
18838
|
+
"docs": {
|
|
18839
|
+
"remarks": "Example - route issues based on their priority:\n```ts\n generateMessageAnnotation(monitor: DatadogMonitor): string {\n if (monitor.priority <= 2) {\n return '@<pager-integration>-team-schedule';\n } else if (monitor.priority == 3) {\n return '@slack-team-alert-channel';\n } else {\n return NoNotification.DO_NOT_NOTIFY;\n }\n }\n```",
|
|
18840
|
+
"stability": "stable",
|
|
18841
|
+
"summary": "Example - route all pipeline monitors to a specific channel: ```ts generateMessageAnnotation(monitor: DatadogMonitor): string { if (monitor.name.indexOf('pipeline') > -1) { return '@slack-team-pipeline-alert-channel'; } else { return '@slack-team-serious-issue-alert-channel'; } } ```."
|
|
18842
|
+
},
|
|
18843
|
+
"locationInModule": {
|
|
18844
|
+
"filename": "src/datadogv2/datadog-notification.ts",
|
|
18845
|
+
"line": 88
|
|
18846
|
+
},
|
|
18847
|
+
"name": "generateMessageAnnotation",
|
|
18848
|
+
"overrides": "@rio-cloud/cdk-v2-constructs.datadogv2.INotification",
|
|
18849
|
+
"parameters": [
|
|
18850
|
+
{
|
|
18851
|
+
"name": "monitor",
|
|
18852
|
+
"type": {
|
|
18853
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.datadogv2.DatadogMonitor"
|
|
18854
|
+
}
|
|
18855
|
+
}
|
|
18856
|
+
],
|
|
18857
|
+
"returns": {
|
|
18858
|
+
"type": {
|
|
18859
|
+
"primitive": "string"
|
|
18371
18860
|
}
|
|
18372
18861
|
}
|
|
18373
18862
|
}
|
|
@@ -19017,7 +19506,7 @@
|
|
|
19017
19506
|
"kind": "interface",
|
|
19018
19507
|
"locationInModule": {
|
|
19019
19508
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19020
|
-
"line":
|
|
19509
|
+
"line": 85
|
|
19021
19510
|
},
|
|
19022
19511
|
"name": "BlueGreenDeploymentConfig",
|
|
19023
19512
|
"namespace": "fargate",
|
|
@@ -19031,7 +19520,7 @@
|
|
|
19031
19520
|
"immutable": true,
|
|
19032
19521
|
"locationInModule": {
|
|
19033
19522
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19034
|
-
"line":
|
|
19523
|
+
"line": 95
|
|
19035
19524
|
},
|
|
19036
19525
|
"name": "capabilityNames",
|
|
19037
19526
|
"optional": true,
|
|
@@ -19054,7 +19543,7 @@
|
|
|
19054
19543
|
"immutable": true,
|
|
19055
19544
|
"locationInModule": {
|
|
19056
19545
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19057
|
-
"line":
|
|
19546
|
+
"line": 90
|
|
19058
19547
|
},
|
|
19059
19548
|
"name": "testListener",
|
|
19060
19549
|
"optional": true,
|
|
@@ -19923,7 +20412,7 @@
|
|
|
19923
20412
|
},
|
|
19924
20413
|
"locationInModule": {
|
|
19925
20414
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19926
|
-
"line":
|
|
20415
|
+
"line": 149
|
|
19927
20416
|
},
|
|
19928
20417
|
"parameters": [
|
|
19929
20418
|
{
|
|
@@ -19952,7 +20441,7 @@
|
|
|
19952
20441
|
"kind": "class",
|
|
19953
20442
|
"locationInModule": {
|
|
19954
20443
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19955
|
-
"line":
|
|
20444
|
+
"line": 98
|
|
19956
20445
|
},
|
|
19957
20446
|
"name": "RioFargateServiceBlueGreenAlpha",
|
|
19958
20447
|
"namespace": "fargate",
|
|
@@ -19965,7 +20454,7 @@
|
|
|
19965
20454
|
"immutable": true,
|
|
19966
20455
|
"locationInModule": {
|
|
19967
20456
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19968
|
-
"line":
|
|
20457
|
+
"line": 144
|
|
19969
20458
|
},
|
|
19970
20459
|
"name": "connections",
|
|
19971
20460
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -19980,7 +20469,7 @@
|
|
|
19980
20469
|
"immutable": true,
|
|
19981
20470
|
"locationInModule": {
|
|
19982
20471
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19983
|
-
"line":
|
|
20472
|
+
"line": 140
|
|
19984
20473
|
},
|
|
19985
20474
|
"name": "datadogSideCarContainerDefinition",
|
|
19986
20475
|
"type": {
|
|
@@ -19994,7 +20483,7 @@
|
|
|
19994
20483
|
"immutable": true,
|
|
19995
20484
|
"locationInModule": {
|
|
19996
20485
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
19997
|
-
"line":
|
|
20486
|
+
"line": 145
|
|
19998
20487
|
},
|
|
19999
20488
|
"name": "service",
|
|
20000
20489
|
"type": {
|
|
@@ -20008,7 +20497,7 @@
|
|
|
20008
20497
|
"immutable": true,
|
|
20009
20498
|
"locationInModule": {
|
|
20010
20499
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20011
|
-
"line":
|
|
20500
|
+
"line": 139
|
|
20012
20501
|
},
|
|
20013
20502
|
"name": "serviceContainerDefinition",
|
|
20014
20503
|
"type": {
|
|
@@ -20022,7 +20511,7 @@
|
|
|
20022
20511
|
"immutable": true,
|
|
20023
20512
|
"locationInModule": {
|
|
20024
20513
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20025
|
-
"line":
|
|
20514
|
+
"line": 142
|
|
20026
20515
|
},
|
|
20027
20516
|
"name": "taskDefinition",
|
|
20028
20517
|
"type": {
|
|
@@ -20036,7 +20525,7 @@
|
|
|
20036
20525
|
"immutable": true,
|
|
20037
20526
|
"locationInModule": {
|
|
20038
20527
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20039
|
-
"line":
|
|
20528
|
+
"line": 146
|
|
20040
20529
|
},
|
|
20041
20530
|
"name": "blueTargetGroup",
|
|
20042
20531
|
"optional": true,
|
|
@@ -20051,7 +20540,7 @@
|
|
|
20051
20540
|
"immutable": true,
|
|
20052
20541
|
"locationInModule": {
|
|
20053
20542
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20054
|
-
"line":
|
|
20543
|
+
"line": 147
|
|
20055
20544
|
},
|
|
20056
20545
|
"name": "greenTargetGroup",
|
|
20057
20546
|
"optional": true,
|
|
@@ -20066,7 +20555,7 @@
|
|
|
20066
20555
|
"immutable": true,
|
|
20067
20556
|
"locationInModule": {
|
|
20068
20557
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20069
|
-
"line":
|
|
20558
|
+
"line": 141
|
|
20070
20559
|
},
|
|
20071
20560
|
"name": "logRouterContainerDefinition",
|
|
20072
20561
|
"optional": true,
|
|
@@ -20088,7 +20577,7 @@
|
|
|
20088
20577
|
"kind": "interface",
|
|
20089
20578
|
"locationInModule": {
|
|
20090
20579
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20091
|
-
"line":
|
|
20580
|
+
"line": 23
|
|
20092
20581
|
},
|
|
20093
20582
|
"name": "RioFargateServiceBlueGreenAlphaProps",
|
|
20094
20583
|
"namespace": "fargate",
|
|
@@ -20102,7 +20591,7 @@
|
|
|
20102
20591
|
"immutable": true,
|
|
20103
20592
|
"locationInModule": {
|
|
20104
20593
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20105
|
-
"line":
|
|
20594
|
+
"line": 62
|
|
20106
20595
|
},
|
|
20107
20596
|
"name": "containerDefinitionOption",
|
|
20108
20597
|
"type": {
|
|
@@ -20118,7 +20607,7 @@
|
|
|
20118
20607
|
"immutable": true,
|
|
20119
20608
|
"locationInModule": {
|
|
20120
20609
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20121
|
-
"line":
|
|
20610
|
+
"line": 67
|
|
20122
20611
|
},
|
|
20123
20612
|
"name": "fargateOptions",
|
|
20124
20613
|
"type": {
|
|
@@ -20134,7 +20623,7 @@
|
|
|
20134
20623
|
"immutable": true,
|
|
20135
20624
|
"locationInModule": {
|
|
20136
20625
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20137
|
-
"line":
|
|
20626
|
+
"line": 32
|
|
20138
20627
|
},
|
|
20139
20628
|
"name": "serviceName",
|
|
20140
20629
|
"type": {
|
|
@@ -20150,7 +20639,7 @@
|
|
|
20150
20639
|
"immutable": true,
|
|
20151
20640
|
"locationInModule": {
|
|
20152
20641
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20153
|
-
"line":
|
|
20642
|
+
"line": 27
|
|
20154
20643
|
},
|
|
20155
20644
|
"name": "stage",
|
|
20156
20645
|
"type": {
|
|
@@ -20166,7 +20655,7 @@
|
|
|
20166
20655
|
"immutable": true,
|
|
20167
20656
|
"locationInModule": {
|
|
20168
20657
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20169
|
-
"line":
|
|
20658
|
+
"line": 37
|
|
20170
20659
|
},
|
|
20171
20660
|
"name": "version",
|
|
20172
20661
|
"type": {
|
|
@@ -20182,7 +20671,7 @@
|
|
|
20182
20671
|
"immutable": true,
|
|
20183
20672
|
"locationInModule": {
|
|
20184
20673
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20185
|
-
"line":
|
|
20674
|
+
"line": 49
|
|
20186
20675
|
},
|
|
20187
20676
|
"name": "vpc",
|
|
20188
20677
|
"type": {
|
|
@@ -20198,7 +20687,7 @@
|
|
|
20198
20687
|
"immutable": true,
|
|
20199
20688
|
"locationInModule": {
|
|
20200
20689
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20201
|
-
"line":
|
|
20690
|
+
"line": 82
|
|
20202
20691
|
},
|
|
20203
20692
|
"name": "blueGreenDeploymentConfig",
|
|
20204
20693
|
"optional": true,
|
|
@@ -20217,7 +20706,7 @@
|
|
|
20217
20706
|
"immutable": true,
|
|
20218
20707
|
"locationInModule": {
|
|
20219
20708
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20220
|
-
"line":
|
|
20709
|
+
"line": 57
|
|
20221
20710
|
},
|
|
20222
20711
|
"name": "cluster",
|
|
20223
20712
|
"optional": true,
|
|
@@ -20234,7 +20723,7 @@
|
|
|
20234
20723
|
"immutable": true,
|
|
20235
20724
|
"locationInModule": {
|
|
20236
20725
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20237
|
-
"line":
|
|
20726
|
+
"line": 77
|
|
20238
20727
|
},
|
|
20239
20728
|
"name": "datadogOptions",
|
|
20240
20729
|
"optional": true,
|
|
@@ -20252,7 +20741,7 @@
|
|
|
20252
20741
|
"immutable": true,
|
|
20253
20742
|
"locationInModule": {
|
|
20254
20743
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20255
|
-
"line":
|
|
20744
|
+
"line": 44
|
|
20256
20745
|
},
|
|
20257
20746
|
"name": "frameworks",
|
|
20258
20747
|
"optional": true,
|
|
@@ -20274,7 +20763,7 @@
|
|
|
20274
20763
|
"immutable": true,
|
|
20275
20764
|
"locationInModule": {
|
|
20276
20765
|
"filename": "src/fargate/rio-fargate-service-blue-green-alpha.ts",
|
|
20277
|
-
"line":
|
|
20766
|
+
"line": 72
|
|
20278
20767
|
},
|
|
20279
20768
|
"name": "loadBalancerOptions",
|
|
20280
20769
|
"optional": true,
|
|
@@ -22228,5 +22717,5 @@
|
|
|
22228
22717
|
}
|
|
22229
22718
|
},
|
|
22230
22719
|
"version": "0.0.0",
|
|
22231
|
-
"fingerprint": "
|
|
22720
|
+
"fingerprint": "k0ZMMvo6IDhsZijUQPt2hg4e2CyKjcZAnINDsVef40Y="
|
|
22232
22721
|
}
|