toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.batch.kotlin.outputs
/
JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContext
Job
Definition
Eks
Properties
Pod
Properties
Init
Container
Security
Context
data
class
JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContext
(
val
privileged
:
Boolean
?
=
null
,
val
readOnlyRootFileSystem
:
Boolean
?
=
null
,
val
runAsGroup
:
Int
?
=
null
,
val
runAsNonRoot
:
Boolean
?
=
null
,
val
runAsUser
:
Int
?
=
null
)
Members
Constructors
Job
Definition
Eks
Properties
Pod
Properties
Init
Container
Security
Context
Link copied to clipboard
constructor
(
privileged
:
Boolean
?
=
null
,
readOnlyRootFileSystem
:
Boolean
?
=
null
,
runAsGroup
:
Int
?
=
null
,
runAsNonRoot
:
Boolean
?
=
null
,
runAsUser
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
privileged
Link copied to clipboard
val
privileged
:
Boolean
?
=
null
read
Only
Root
File
System
Link copied to clipboard
val
readOnlyRootFileSystem
:
Boolean
?
=
null
run
As
Group
Link copied to clipboard
val
runAsGroup
:
Int
?
=
null
run
As
Non
Root
Link copied to clipboard
val
runAsNonRoot
:
Boolean
?
=
null
run
As
User
Link copied to clipboard
val
runAsUser
:
Int
?
=
null