JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContextArgs

data class JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContextArgs(val privileged: Output<Boolean>? = null, val readOnlyRootFileSystem: Output<Boolean>? = null, val runAsGroup: Output<Int>? = null, val runAsNonRoot: Output<Boolean>? = null, val runAsUser: Output<Int>? = null) : ConvertibleToJava<JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContextArgs>

Constructors

constructor(privileged: Output<Boolean>? = null, readOnlyRootFileSystem: Output<Boolean>? = null, runAsGroup: Output<Int>? = null, runAsNonRoot: Output<Boolean>? = null, runAsUser: Output<Int>? = null)

Properties

Link copied to clipboard
val privileged: Output<Boolean>? = null
Link copied to clipboard
val readOnlyRootFileSystem: Output<Boolean>? = null
Link copied to clipboard
val runAsGroup: Output<Int>? = null
Link copied to clipboard
val runAsNonRoot: Output<Boolean>? = null
Link copied to clipboard
val runAsUser: Output<Int>? = null

Functions

Link copied to clipboard
open override fun toJava(): JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContextArgs