Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.33 KB

File metadata and controls

56 lines (35 loc) · 1.33 KB

Snowflake::Role::Role

Allows for the creation and modification of a Snowflake Role. https://docs.snowflake.com/en/user-guide/security-access-control-overview.html#roles

Syntax

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

JSON

{
    "Type" : "Snowflake::Role::Role",
    "Properties" : {
        "Name" : String,
        "Comment" : String
    }
}

YAML

Type: Snowflake::Role::Role
Properties:
    Name: String
    Comment: String

Properties

Name

Specifies the identifier for the role; must be unique for your account.

Required: Yes

Type: String

Update requires: Replacement

Comment

Specifies a comment for the role.

Required: No

Type: String

Update requires: No interruption

Return Values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Name.