ContainerArgs

constructor(command: Output<List<String>>? = null, containerName: Output<String>? = null, environment: Output<List<ContainerEnvironmentVariableArgs>>? = null, image: Output<String>? = null, ports: Output<List<ContainerPortInfoArgs>>? = null)