Show / Hide Table of Contents

Class GroupMembershipState

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

Constructors

View Source

GroupMembershipState()

Declaration
public GroupMembershipState()

Properties

View Source

Group

The IAM Group name to attach the list of users to

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

Name

The name to identify the Group Membership

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

Users

A list of IAM User names to associate with the Group

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