Skip to content

Commit e1759b5

Browse files
author
Duncan Grant
committed
Add src and doc urls
1 parent ef4057b commit e1759b5

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

Snowflake-Database-Database/snowflake-database-database.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::Database::Database",
33
"description": "Allows for the creation and modification of a Snowflake Database. https://docs.snowflake.com/en/user-guide/databases.html",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

Snowflake-Database-Grant/snowflake-database-grant.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::Database::Grant",
33
"description": "Allows privileges to be granted on a database to a role. https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

Snowflake-Role-Grant/snowflake-role-grant.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::Role::Grant",
33
"description": "Allows privileges to be granted on a role to a user. https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

Snowflake-Role-Role/snowflake-role-role.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::Role::Role",
33
"description": "Allows for the creation and modification of a Snowflake Role. https://docs.snowflake.com/en/user-guide/security-access-control-overview.html#roles",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

Snowflake-User-User/snowflake-user-user.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::User::User",
33
"description": "Allows for the creation and modification of a Snowflake User. https://docs.snowflake.com/en/user-guide/admin-user-management.html",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

Snowflake-Warehouse-Grant/snowflake-warehouse-grant.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"typeName": "Snowflake::Warehouse::Grant",
33
"description": "Allows privileges to be granted on a warehouse to a role. https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html",
4-
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
4+
"sourceUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers.git",
5+
"documentationUrl": "https://github.com/aws-ia/cloudformation-snowflake-resource-providers",
56
"typeConfiguration": {
67
"properties": {
78
"SnowflakeAccess": {

0 commit comments

Comments
 (0)