forked from aws-cloudformation/community-registry-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rpdk-config
28 lines (28 loc) · 919 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
{
"artifact_type": "HOOK",
"typeName": "AwsCommunity::KMS::EncryptionSettings",
"language": "java",
"runtime": "java11",
"entrypoint": "com.awscommunity.kms.encryptionsettings.HookHandlerWrapper::handleRequest",
"testEntrypoint": "com.awscommunity.kms.encryptionsettings.HookHandlerWrapper::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",
"awscommunity",
"kms",
"encryptionsettings"
],
"codegen_template_path": "guided_aws",
"protocolVersion": "2.0.0"
},
"executableEntrypoint": "com.awscommunity.kms.encryptionsettings.HookHandlerWrapperExecutable"
}