snowflake logo
Snowflake v0.26.0, May 30 23

snowflake.DatabaseRole

Explore with Pulumi AI

Create DatabaseRole Resource

new DatabaseRole(name: string, args: DatabaseRoleArgs, opts?: CustomResourceOptions);
@overload
def DatabaseRole(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 comment: Optional[str] = None,
                 database: Optional[str] = None,
                 name: Optional[str] = None)
@overload
def DatabaseRole(resource_name: str,
                 args: DatabaseRoleArgs,
                 opts: Optional[ResourceOptions] = None)
func NewDatabaseRole(ctx *Context, name string, args DatabaseRoleArgs, opts ...ResourceOption) (*DatabaseRole, error)
public DatabaseRole(string name, DatabaseRoleArgs args, CustomResourceOptions? opts = null)
public DatabaseRole(String name, DatabaseRoleArgs args)
public DatabaseRole(String name, DatabaseRoleArgs args, CustomResourceOptions options)
type: snowflake:DatabaseRole
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DatabaseRoleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DatabaseRoleArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DatabaseRoleArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DatabaseRoleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DatabaseRoleArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DatabaseRole Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The DatabaseRole resource accepts the following input properties:

Database string

The database in which to create the database role.

Comment string

Specifies a comment for the database role.

Name string

Specifies the identifier for the database role.

Database string

The database in which to create the database role.

Comment string

Specifies a comment for the database role.

Name string

Specifies the identifier for the database role.

database String

The database in which to create the database role.

comment String

Specifies a comment for the database role.

name String

Specifies the identifier for the database role.

database string

The database in which to create the database role.

comment string

Specifies a comment for the database role.

name string

Specifies the identifier for the database role.

database str

The database in which to create the database role.

comment str

Specifies a comment for the database role.

name str

Specifies the identifier for the database role.

database String

The database in which to create the database role.

comment String

Specifies a comment for the database role.

name String

Specifies the identifier for the database role.

Outputs

All input properties are implicitly available as output properties. Additionally, the DatabaseRole resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing DatabaseRole Resource

Get an existing DatabaseRole resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: DatabaseRoleState, opts?: CustomResourceOptions): DatabaseRole
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        comment: Optional[str] = None,
        database: Optional[str] = None,
        name: Optional[str] = None) -> DatabaseRole
func GetDatabaseRole(ctx *Context, name string, id IDInput, state *DatabaseRoleState, opts ...ResourceOption) (*DatabaseRole, error)
public static DatabaseRole Get(string name, Input<string> id, DatabaseRoleState? state, CustomResourceOptions? opts = null)
public static DatabaseRole get(String name, Output<String> id, DatabaseRoleState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Comment string

Specifies a comment for the database role.

Database string

The database in which to create the database role.

Name string

Specifies the identifier for the database role.

Comment string

Specifies a comment for the database role.

Database string

The database in which to create the database role.

Name string

Specifies the identifier for the database role.

comment String

Specifies a comment for the database role.

database String

The database in which to create the database role.

name String

Specifies the identifier for the database role.

comment string

Specifies a comment for the database role.

database string

The database in which to create the database role.

name string

Specifies the identifier for the database role.

comment str

Specifies a comment for the database role.

database str

The database in which to create the database role.

name str

Specifies the identifier for the database role.

comment String

Specifies a comment for the database role.

database String

The database in which to create the database role.

name String

Specifies the identifier for the database role.

Package Details

Repository
Snowflake pulumi/pulumi-snowflake
License
Apache-2.0
Notes

This Pulumi package is based on the snowflake Terraform Provider.