Interface CfnQueuePropsMixin.IPosixUserProperty
The POSIX user.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQueuePropsMixin.IPosixUserProperty
Syntax (vb)
Public Interface CfnQueuePropsMixin.IPosixUserProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins;
var posixUserProperty = new PosixUserProperty {
Group = "group",
User = "user"
};
Synopsis
Properties
| Group | The name of the POSIX user's group. |
| User | The name of the POSIX user. |
Properties
Group
The name of the POSIX user's group.
string? Group { get; }
Property Value
Remarks
User
The name of the POSIX user.
string? User { get; }