snowflake.Role
Explore with Pulumi AI
Import
$ pulumi import snowflake:index/role:Role example "name"
Create Role Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Role(name: string, args?: RoleArgs, opts?: CustomResourceOptions);
@overload
def Role(resource_name: str,
args: Optional[RoleArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Role(resource_name: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
name: Optional[str] = None)
func NewRole(ctx *Context, name string, args *RoleArgs, opts ...ResourceOption) (*Role, error)
public Role(string name, RoleArgs? args = null, CustomResourceOptions? opts = null)
type: snowflake:Role
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RoleArgs
- 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 RoleArgs
- 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 RoleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RoleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RoleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var roleResource = new Snowflake.Role("roleResource", new()
{
Comment = "string",
Name = "string",
});
example, err := snowflake.NewRole(ctx, "roleResource", &snowflake.RoleArgs{
Comment: pulumi.String("string"),
Name: pulumi.String("string"),
})
var roleResource = new Role("roleResource", RoleArgs.builder()
.comment("string")
.name("string")
.build());
role_resource = snowflake.Role("roleResource",
comment="string",
name="string")
const roleResource = new snowflake.Role("roleResource", {
comment: "string",
name: "string",
});
type: snowflake:Role
properties:
comment: string
name: string
Role Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Role resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the Role resource produces the following output properties:
- Fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- Show
Outputs List<RoleShow Output> - Outputs the result of
SHOW ROLES
for the given role.
- Fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- Show
Outputs []RoleShow Output - Outputs the result of
SHOW ROLES
for the given role.
- fully
Qualified StringName - Fully qualified name of the resource. For more information, see object name resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- show
Outputs List<RoleShow Output> - Outputs the result of
SHOW ROLES
for the given role.
- fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- id string
- The provider-assigned unique ID for this managed resource.
- show
Outputs RoleShow Output[] - Outputs the result of
SHOW ROLES
for the given role.
- fully_
qualified_ strname - Fully qualified name of the resource. For more information, see object name resolution.
- id str
- The provider-assigned unique ID for this managed resource.
- show_
outputs Sequence[RoleShow Output] - Outputs the result of
SHOW ROLES
for the given role.
- fully
Qualified StringName - Fully qualified name of the resource. For more information, see object name resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- show
Outputs List<Property Map> - Outputs the result of
SHOW ROLES
for the given role.
Look up Existing Role Resource
Get an existing Role 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?: RoleState, opts?: CustomResourceOptions): Role
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
fully_qualified_name: Optional[str] = None,
name: Optional[str] = None,
show_outputs: Optional[Sequence[RoleShowOutputArgs]] = None) -> Role
func GetRole(ctx *Context, name string, id IDInput, state *RoleState, opts ...ResourceOption) (*Role, error)
public static Role Get(string name, Input<string> id, RoleState? state, CustomResourceOptions? opts = null)
public static Role get(String name, Output<String> id, RoleState 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.
- Comment string
- Fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- Name string
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- Show
Outputs List<RoleShow Output> - Outputs the result of
SHOW ROLES
for the given role.
- Comment string
- Fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- Name string
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- Show
Outputs []RoleShow Output Args - Outputs the result of
SHOW ROLES
for the given role.
- comment String
- fully
Qualified StringName - Fully qualified name of the resource. For more information, see object name resolution.
- name String
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- show
Outputs List<RoleShow Output> - Outputs the result of
SHOW ROLES
for the given role.
- comment string
- fully
Qualified stringName - Fully qualified name of the resource. For more information, see object name resolution.
- name string
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- show
Outputs RoleShow Output[] - Outputs the result of
SHOW ROLES
for the given role.
- comment str
- fully_
qualified_ strname - Fully qualified name of the resource. For more information, see object name resolution.
- name str
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- show_
outputs Sequence[RoleShow Output Args] - Outputs the result of
SHOW ROLES
for the given role.
- comment String
- fully
Qualified StringName - Fully qualified name of the resource. For more information, see object name resolution.
- name String
- Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters:
|
,.
,(
,)
,"
- show
Outputs List<Property Map> - Outputs the result of
SHOW ROLES
for the given role.
Supporting Types
RoleShowOutput, RoleShowOutputArgs
- Assigned
To intUsers - Comment string
- Created
On string - Granted
Roles int - Granted
To intRoles - Is
Current bool - Is
Default bool - Is
Inherited bool - Name string
- Owner string
- Assigned
To intUsers - Comment string
- Created
On string - Granted
Roles int - Granted
To intRoles - Is
Current bool - Is
Default bool - Is
Inherited bool - Name string
- Owner string
- assigned
To IntegerUsers - comment String
- created
On String - granted
Roles Integer - granted
To IntegerRoles - is
Current Boolean - is
Default Boolean - is
Inherited Boolean - name String
- owner String
- assigned
To numberUsers - comment string
- created
On string - granted
Roles number - granted
To numberRoles - is
Current boolean - is
Default boolean - is
Inherited boolean - name string
- owner string
- assigned_
to_ intusers - comment str
- created_
on str - granted_
roles int - granted_
to_ introles - is_
current bool - is_
default bool - is_
inherited bool - name str
- owner str
- assigned
To NumberUsers - comment String
- created
On String - granted
Roles Number - granted
To NumberRoles - is
Current Boolean - is
Default Boolean - is
Inherited Boolean - name String
- owner String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.