Allows for the creation and modification of a Snowflake Role. https://docs.snowflake.com/en/user-guide/security-access-control-overview.html#roles
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "Snowflake::Role::Role", "Properties" : { "Name" : String, "Comment" : String } }
Type: Snowflake::Role::Role Properties: Name: String Comment: String
Specifies the identifier for the role; must be unique for your account.
Required: Yes
Type: String
Update requires: Replacement
Specifies a comment for the role.
Required: No
Type: String
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the Name.