Show / Hide Table of Contents

Class CfnDomainPropsMixin.CustomPosixUserConfigProperty

Details about the POSIX identity that is used for file system operations.

Inheritance
object
CfnDomainPropsMixin.CustomPosixUserConfigProperty
Implements
CfnDomainPropsMixin.ICustomPosixUserConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainPropsMixin.CustomPosixUserConfigProperty : CfnDomainPropsMixin.ICustomPosixUserConfigProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.CustomPosixUserConfigProperty Implements CfnDomainPropsMixin.ICustomPosixUserConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customposixuserconfig.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.CfnPropertyMixins.AWS.SageMaker;

             var customPosixUserConfigProperty = new CustomPosixUserConfigProperty {
                 Gid = 123,
                 Uid = 123
             };

Synopsis

Constructors

CustomPosixUserConfigProperty()

Details about the POSIX identity that is used for file system operations.

Properties

Gid

The POSIX group ID.

Uid

The POSIX user ID.

Constructors

CustomPosixUserConfigProperty()

Details about the POSIX identity that is used for file system operations.

public CustomPosixUserConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customposixuserconfig.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.CfnPropertyMixins.AWS.SageMaker;

             var customPosixUserConfigProperty = new CustomPosixUserConfigProperty {
                 Gid = 123,
                 Uid = 123
             };

Properties

Gid

The POSIX group ID.

public double? Gid { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customposixuserconfig.html#cfn-sagemaker-domain-customposixuserconfig-gid

Uid

The POSIX user ID.

public double? Uid { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customposixuserconfig.html#cfn-sagemaker-domain-customposixuserconfig-uid

Implements

CfnDomainPropsMixin.ICustomPosixUserConfigProperty
Back to top Generated by DocFX