AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The security context for a job. For more information, see Configure a security context for a pod or container in the Kubernetes documentation.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.EksContainerSecurityContext

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class EksContainerSecurityContext

The EksContainerSecurityContext type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowPrivilegeEscalation System.Boolean

Gets and sets the property AllowPrivilegeEscalation.

Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is false.

Public Property Privileged System.Boolean

Gets and sets the property Privileged.

When this parameter is true, the container is given elevated permissions on the host container instance. The level of permissions are similar to the root user permissions. The default value is false. This parameter maps to privileged policy in the Privileged pod security policies in the Kubernetes documentation.

Public Property ReadOnlyRootFilesystem System.Boolean

Gets and sets the property ReadOnlyRootFilesystem.

When this parameter is true, the container is given read-only access to its root file system. The default value is false. This parameter maps to ReadOnlyRootFilesystem policy in the Volumes and file systems pod security policies in the Kubernetes documentation.

Public Property RunAsGroup System.Int64

Gets and sets the property RunAsGroup.

When this parameter is specified, the container is run as the specified group ID (gid). If this parameter isn't specified, the default is the group that's specified in the image metadata. This parameter maps to RunAsGroup and MustRunAs policy in the Users and groups pod security policies in the Kubernetes documentation.

Public Property RunAsNonRoot System.Boolean

Gets and sets the property RunAsNonRoot.

When this parameter is specified, the container is run as a user with a uid other than 0. If this parameter isn't specified, so such rule is enforced. This parameter maps to RunAsUser and MustRunAsNonRoot policy in the Users and groups pod security policies in the Kubernetes documentation.

Public Property RunAsUser System.Int64

Gets and sets the property RunAsUser.

When this parameter is specified, the container is run as the specified user ID (uid). If this parameter isn't specified, the default is the user that's specified in the image metadata. This parameter maps to RunAsUser and MustRanAs policy in the Users and groups pod security policies in the Kubernetes documentation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5