privileged

@JvmName(name = "vyfgmbykljndsevf")
suspend fun privileged(value: Output<Boolean>)
@JvmName(name = "eycadsdceggppnms")
suspend fun privileged(value: Boolean?)

Parameters

value

When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user). This parameter maps to Privileged in the Create a container section of the Docker Remote API and the --privileged option to docker run . The default value is false.

This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.