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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupState : ResourceArgs

Constructors

View Source

GroupState()

Declaration
public GroupState()

Properties

View Source

Arn

The ARN assigned by AWS for this group.

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

Name

The group's name. The name must consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-_.. Group names are not distinguished by case. For example, you cannot create groups named both "ADMINS" and "admins".

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

Path

Path in which to create the group.

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

UniqueId

The [unique ID][1] assigned by AWS.

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