capabilities

@JvmName(name = "qxmynghrcpxtpkww")
suspend fun capabilities(value: Output<TaskDefinitionKernelCapabilitiesArgs>)
@JvmName(name = "oookmyxbkqfkwjnh")
suspend fun capabilities(value: TaskDefinitionKernelCapabilitiesArgs?)

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.


@JvmName(name = "jpofiwuyddmoxmmd")
suspend fun capabilities(argument: suspend TaskDefinitionKernelCapabilitiesArgsBuilder.() -> 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.