Allows privileges to be granted on a database to a role. https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "Snowflake::Database::Grant", "Properties" : { "DatabaseName" : String, "Privilege" : String, "Role" : String } }
Type: Snowflake::Database::Grant Properties: DatabaseName: String Privilege: String Role: String
Required: Yes
Type: String
Update requires: Replacement
Required: Yes
Type: String
Update requires: Replacement
Required: Yes
Type: String
Update requires: Replacement