AWS::Batch::JobDefinition EksContainerSecurityContext - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Batch::JobDefinition EksContainerSecurityContext

The EksContainerSecurityContext property type specifies Property description not available. for an AWS::Batch::JobDefinition.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Privileged" : Boolean, "ReadOnlyRootFilesystem" : Boolean, "RunAsGroup" : Integer, "RunAsNonRoot" : Boolean, "RunAsUser" : Integer }

YAML

Privileged: Boolean ReadOnlyRootFilesystem: Boolean RunAsGroup: Integer RunAsNonRoot: Boolean RunAsUser: Integer

Properties

Privileged

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

ReadOnlyRootFilesystem

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

RunAsGroup

Property description not available.

Required: No

Type: Integer

Update requires: No interruption

RunAsNonRoot

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

RunAsUser

Property description not available.

Required: No

Type: Integer

Update requires: No interruption