Class PermissionArgs
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 PermissionArgs : ResourceArgs
Constructors
View SourcePermissionArgs()
Declaration
public PermissionArgs()
Properties
View SourceAllowSsh
Whether the user is allowed to use SSH to communicate with the instance
Declaration
public Input<bool> AllowSsh { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AllowSudo
Whether the user is allowed to use sudo to elevate privileges
Declaration
public Input<bool> AllowSudo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Level
The users permission level. Mus be one of deny, show, deploy, manage, iam_only
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StackId
The stack to set the permissions for
Declaration
public Input<string> StackId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserArn
The user's IAM ARN to set permissions for
Declaration
public Input<string> UserArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |