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:BooleanReadOnlyRootFilesystem:BooleanRunAsGroup:IntegerRunAsNonRoot:BooleanRunAsUser:Integer
Properties
PrivilegedProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
ReadOnlyRootFilesystemProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
RunAsGroupProperty description not available.
Required: No
Type: Integer
Update requires: No interruption
RunAsNonRootProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
RunAsUserProperty description not available.
Required: No
Type: Integer
Update requires: No interruption