Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.48 KB

File metadata and controls

57 lines (36 loc) · 1.48 KB

Snowflake::Database::Grant

Allows privileges to be granted on a database to a role. https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "Snowflake::Database::Grant",
    "Properties" : {
        "DatabaseName" : String,
        "Privilege" : String,
        "Role" : String
    }
}

YAML

Type: Snowflake::Database::Grant
Properties:
    DatabaseName: String
    Privilege: String
    Role: String

Properties

DatabaseName

Required: Yes

Type: String

Update requires: Replacement

Privilege

Required: Yes

Type: String

Update requires: Replacement

Role

Required: Yes

Type: String

Update requires: Replacement