Show / Hide Table of Contents

Class PermissionArgs

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

Constructors

View Source

PermissionArgs()

Declaration
public PermissionArgs()

Properties

View Source

AllowSsh

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

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

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

StackId

The stack to set the permissions for

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

UserArn

The user's IAM ARN to set permissions for

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