-
Notifications
You must be signed in to change notification settings - Fork 7
/
.rpdk-config
32 lines (32 loc) · 1.03 KB
/
.rpdk-config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"artifact_type": "RESOURCE",
"typeName": "Dynatrace::Environment::SyntheticLocation",
"language": "typescript",
"runtime": "nodejs14.x",
"entrypoint": "dist/Dynatrace-Environment-SyntheticLocation/src/handlers.entrypoint",
"testEntrypoint": "dist/Dynatrace-Environment-SyntheticLocation/src/handlers.testEntrypoint",
"settings": {
"version": false,
"subparser_name": null,
"verbose": 0,
"force": false,
"type_name": null,
"artifact_type": null,
"endpoint_url": null,
"region": null,
"target_schemas": [],
"useDocker": false,
"protocolVersion": "2.0.0"
},
"contractSettings":{
"typeConfiguration": {
"configuration": {
"DynatraceAccess": {
"Token": "{{resolve:ssm-secure:/cfn/dynatrace/token:1}}",
"Endpoint": "{{resolve:ssm-secure:/cfn/dynatrace/endpoint:1}}"
}
},
"configurationAlias": "default"
}
}
}