Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-posixuser.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-posixuser.html#cfn-deadline-queue-posixuser-group

User

The name of the POSIX user.

string? User { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-posixuser.html#cfn-deadline-queue-posixuser-user

Back to top Generated by DocFX