-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.rpdk-config
28 lines (28 loc) · 950 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": "RESOURCE",
"typeName": "Snowflake::User::User",
"language": "typescript",
"runtime": "nodejs20.x",
"entrypoint": "dist/Snowflake-User-User/src/handlers.entrypoint",
"testEntrypoint": "dist/Snowflake-User-User/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": {
"SnowflakeAccess": { "Account": "{{resolve:ssm-secure:/cfn/snowflake/account:1}}", "Username": "{{resolve:ssm-secure:/cfn/snowflake/username:1}}", "Password": "{{resolve:ssm-secure:/cfn/snowflake/password:1}}" }
}
}
}
}