Interface CfnJobDefinition.ISecurityContextProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.ISecurityContextProperty
Syntax (vb)
Public Interface CfnJobDefinition.ISecurityContextProperty
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.AWS.Batch;
var securityContextProperty = new SecurityContextProperty {
AllowPrivilegeEscalation = false,
Privileged = false,
ReadOnlyRootFilesystem = false,
RunAsGroup = 123,
RunAsNonRoot = false,
RunAsUser = 123
};
Synopsis
Properties
| AllowPrivilegeEscalation | |
| Privileged | |
| ReadOnlyRootFilesystem | |
| RunAsGroup | |
| RunAsNonRoot | |
| RunAsUser |
Properties
AllowPrivilegeEscalation
object? AllowPrivilegeEscalation { get; }
Property Value
Remarks
Privileged
object? Privileged { get; }
Property Value
Remarks
ReadOnlyRootFilesystem
object? ReadOnlyRootFilesystem { get; }
Property Value
Remarks
RunAsGroup
double? RunAsGroup { get; }
Property Value
Remarks
RunAsNonRoot
object? RunAsNonRoot { get; }
Property Value
Remarks
RunAsUser
double? RunAsUser { get; }