ContainerProperties
import type { ContainerProperties } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";interface ContainerProperties {
command?: string[] | null;
environment?: KeyValuePair[] | null;
executionRoleArn?: string | null;
fargatePlatformConfiguration?: FargatePlatformConfiguration | null;
image?: string | null;
instanceType?: string | null;
jobRoleArn?: string | null;
linuxParameters?: LinuxParameters | null;
logConfiguration?: LogConfiguration | null;
memory?: number | null;
mountPoints?: MountPoint[] | null;
networkConfiguration?: NetworkConfiguration | null;
privileged?: boolean | null;
readonlyRootFilesystem?: boolean | null;
resourceRequirements?: ResourceRequirement[] | null;
secrets?: Secret[] | null;
ulimits?: Ulimit[] | null;
user?: string | null;
vcpus?: number | null;
volumes?: Volume[] | null;
}§Properties
§
environment?: KeyValuePair[] | null
[src]§
fargatePlatformConfiguration?: FargatePlatformConfiguration | null
[src]§
linuxParameters?: LinuxParameters | null
[src]§
logConfiguration?: LogConfiguration | null
[src]§
mountPoints?: MountPoint[] | null
[src]§
networkConfiguration?: NetworkConfiguration | null
[src]§
resourceRequirements?: ResourceRequirement[] | null
[src]