LinuxParametersArgs

constructor(capabilities: Output<KernelCapabilitiesArgs>? = null, devices: Output<List<DeviceArgs>>? = null, initProcessEnabled: Output<Boolean>? = null, maxSwap: Output<Int>? = null, sharedMemorySize: Output<Int>? = null, swappiness: Output<Int>? = null, tmpfs: Output<List<TmpfsArgs>>? = null)