Container Definition Args
constructor(command: Output<List<String>>? = null, cpu: Output<Int>? = null, credentialSpecs: Output<List<String>>? = null, dependsOn: Output<List<ContainerDependencyArgs>>? = null, disableNetworking: Output<Boolean>? = null, dnsSearchDomains: Output<List<String>>? = null, dnsServers: Output<List<String>>? = null, dockerLabels: Output<Any>? = null, dockerSecurityOptions: Output<List<String>>? = null, entryPoint: Output<List<String>>? = null, environment: Output<List<KeyValuePairArgs>>? = null, environmentFiles: Output<List<EnvironmentFileArgs>>? = null, essential: Output<Boolean>? = null, extraHosts: Output<List<HostEntryArgs>>? = null, firelensConfiguration: Output<FirelensConfigurationArgs>? = null, healthCheck: Output<HealthCheckArgs>? = null, hostname: Output<String>? = null, image: Output<String>? = null, interactive: Output<Boolean>? = null, links: Output<List<String>>? = null, linuxParameters: Output<LinuxParametersArgs>? = null, logConfiguration: Output<LogConfigurationArgs>? = null, memory: Output<Int>? = null, memoryReservation: Output<Int>? = null, mountPoints: Output<List<MountPointArgs>>? = null, name: Output<String>? = null, portMappings: Output<List<PortMappingArgs>>? = null, privileged: Output<Boolean>? = null, pseudoTerminal: Output<Boolean>? = null, readonlyRootFilesystem: Output<Boolean>? = null, repositoryCredentials: Output<RepositoryCredentialsArgs>? = null, resourceRequirements: Output<List<ResourceRequirementArgs>>? = null, secrets: Output<List<SecretArgs>>? = null, startTimeout: Output<Int>? = null, stopTimeout: Output<Int>? = null, systemControls: Output<List<SystemControlArgs>>? = null, ulimits: Output<List<UlimitArgs>>? = null, user: Output<String>? = null, volumesFrom: Output<List<VolumeFromArgs>>? = null, workingDirectory: Output<String>? = null)