-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rpdk-config
30 lines (30 loc) · 934 Bytes
/
.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
{
"artifact_type": "RESOURCE",
"typeName": "NewRelic::Dashboard::Dashboard",
"language": "java",
"runtime": "java8",
"entrypoint": "com.newrelic.aws.cfn.resources.dashboard.HandlerWrapper::handleRequest",
"testEntrypoint": "com.newrelic.aws.cfn.resources.dashboard.HandlerWrapper::testEntrypoint",
"settings": {
"version": false,
"subparser_name": null,
"verbose": 0,
"force": false,
"type_name": null,
"artifact_type": null,
"endpoint_url": null,
"region": null,
"target_schemas": [],
"namespace": [
"com",
"newrelic",
"aws",
"cfn",
"resources",
"dashboard"
],
"codegen_template_path": "default",
"protocolVersion": "2.0.0"
},
"executableEntrypoint": "com.newrelic.aws.cfn.resources.dashboard.HandlerWrapperExecutable"
}