Show / Hide Table of Contents

Class GroupState

Inheritance
System.Object
InputArgs
ResourceArgs
GroupState
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 GroupState : ResourceArgs

Constructors

View Source

GroupState()

Declaration
public GroupState()

Properties

View Source

Arn

Amazon Resource Name (ARN) of group

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

AwsAccountId

The ID for the AWS account that the group 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

Description

A description for the group.

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

GroupName

A name for the group.

Declaration
public Input<string> GroupName { 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
Back to top Copyright 2016-2020, Pulumi Corporation.