Show / Hide Table of Contents

Class UserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Quicksight
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserArgs : ResourceArgs

Constructors

View Source

UserArgs()

Declaration
public UserArgs()

Properties

View Source

AwsAccountId

The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

Declaration
public Input<string> AwsAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Email

The email address of the user that you want to register.

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IamArn

The ARN of the IAM user or role that you are registering with Amazon QuickSight.

Declaration
public Input<string> IamArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IdentityType

Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts either IAM or QUICKSIGHT.

Declaration
public Input<string> IdentityType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Namespace

The namespace. Currently, you should set this to default.

Declaration
public Input<string> Namespace { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SessionName

The name of the IAM session to use when assuming roles that can embed QuickSight dashboards.

Declaration
public Input<string> SessionName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserName

The Amazon QuickSight user name that you want to create for the user you are registering.

Declaration
public Input<string> UserName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserRole

The Amazon QuickSight role of the user. The user role can be one of the following: READER, AUTHOR, or ADMIN

Declaration
public Input<string> UserRole { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.