| Modifier and Type | Class and Description |
|---|---|
static class |
LogConfiguration.Jsii$Proxy
An implementation for
LogConfiguration |
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration |
LogConfiguration.Builder.build()
Builds the configured instance.
|
default LogConfiguration |
JobDefinitionContainer.getLogConfiguration()
(experimental) The log configuration specification for the container.
|
LogConfiguration |
JobDefinitionContainer.Jsii$Proxy.getLogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionContainer.Builder |
JobDefinitionContainer.Builder.logConfiguration(LogConfiguration logConfiguration)
Sets the value of
JobDefinitionContainer.getLogConfiguration() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerImage image,
List<String> command,
Map<String,String> environment,
Number gpuCount,
InstanceType instanceType,
IRole jobRole,
LinuxParameters linuxParams,
LogConfiguration logConfiguration,
Number memoryLimitMiB,
List<? extends MountPoint> mountPoints,
Boolean privileged,
Boolean readOnly,
List<? extends Ulimit> ulimits,
String user,
Number vcpus,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
JobDefinitionContainer.Builder. |
Copyright © 2021. All rights reserved.