Class UserProfileState
Inherited Members
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.OpsWorks
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserProfileState : ResourceArgs
Constructors
View SourceUserProfileState()
Declaration
public UserProfileState()
Properties
View SourceAllowSelfManagement
Whether users can specify their own SSH public key through the My Settings page
Declaration
public Input<bool> AllowSelfManagement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SshPublicKey
The users public key
Declaration
public Input<string> SshPublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshUsername
The ssh username, with witch this user wants to log in
Declaration
public Input<string> SshUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserArn
The user's IAM ARN
Declaration
public Input<string> UserArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |