capabilities

@JvmName(name = "pgqbxrmywgneamej")
suspend fun capabilities(value: Output<KernelCapabilitiesArgs>)
@JvmName(name = "irwmbyqlpknndjhn")
suspend fun capabilities(value: KernelCapabilitiesArgs?)

Parameters

value

The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker. For tasks that use the Fargate launch type, `capabilities` is supported for all platform versions but the `add` parameter is only supported if using platform version 1.4.0 or later. The Linux capabilities to add or remove from the default Docker configuration for a container defined in the task definition. For more information about the default capabilities and the non-default available capabilities, see Runtime privilege and Linux capabilities in the Docker run reference. For more detailed information about these Linux capabilities, see the capabilities(7) Linux manual page.


@JvmName(name = "lecsvbhxlxoubdrh")
suspend fun capabilities(argument: suspend KernelCapabilitiesArgsBuilder.() -> Unit)

Parameters

argument

The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker. For tasks that use the Fargate launch type, `capabilities` is supported for all platform versions but the `add` parameter is only supported if using platform version 1.4.0 or later. The Linux capabilities to add or remove from the default Docker configuration for a container defined in the task definition. For more information about the default capabilities and the non-default available capabilities, see Runtime privilege and Linux capabilities in the Docker run reference. For more detailed information about these Linux capabilities, see the capabilities(7) Linux manual page.