Show / Hide Table of Contents

Class UserGroupMembershipArgs

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

Constructors

View Source

UserGroupMembershipArgs()

Declaration
public UserGroupMembershipArgs()

Properties

View Source

Groups

A list of IAM Groups to add the user to

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

User

The name of the IAM User to add to groups

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