Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.08 KB

File metadata and controls

47 lines (30 loc) · 1.08 KB

Snowflake::Role::Grant

Allows privileges to be granted on a role to a user. 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::Role::Grant",
    "Properties" : {
        "RoleName" : String,
        "User" : String
    }
}

YAML

Type: Snowflake::Role::Grant
Properties:
    RoleName: String
    User: String

Properties

RoleName

Required: Yes

Type: String

Update requires: Replacement

User

Required: Yes

Type: String

Update requires: Replacement