Class CfnDomainPropsMixin.CustomPosixUserConfigProperty
Details about the POSIX identity that is used for file system operations.
Inherited Members
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
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
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
Remarks
Uid
The POSIX user ID.
public double? Uid { get; set; }