Show / Hide Table of Contents

Class UserProfileState

Inheritance
System.Object
InputArgs
ResourceArgs
UserProfileState
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.OpsWorks
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserProfileState : ResourceArgs

Constructors

View Source

UserProfileState()

Declaration
public UserProfileState()

Properties

View Source

AllowSelfManagement

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>
View Source

SshPublicKey

The users public key

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

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>
View Source

UserArn

The user's IAM ARN

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