privileged

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

Parameters

value

When this parameter is true , the container is given elevated privileges 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 .

This parameter is not supported for Windows containers or tasks run on Fargate.