@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-19T10:09:24.200Z") @Stability(value=Stable) public interface LinuxParametersProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
LinuxParametersProps.Builder
A builder for
LinuxParametersProps |
static class |
LinuxParametersProps.Jsii$Proxy
An implementation for
LinuxParametersProps |
Modifier and Type | Method and Description |
---|---|
static LinuxParametersProps.Builder |
builder() |
default Boolean |
getInitProcessEnabled()
Specifies whether to run an init process inside the container that forwards signals and reaps processes.
|
default Number |
getSharedMemorySize()
The value for the size (in MiB) of the /dev/shm volume.
|
@Stability(value=Stable) @Nullable default Boolean getInitProcessEnabled()
Default: false
@Stability(value=Stable) @Nullable default Number getSharedMemorySize()
Default: No shared memory.
@Stability(value=Stable) static LinuxParametersProps.Builder builder()
LinuxParametersProps.Builder
of LinuxParametersProps
Copyright © 2021. All rights reserved.