Interface HostConfigAllOfLogConfig

The logging configuration for this container HostConfigAllOfLogConfig

interface HostConfigAllOfLogConfig {
    Config?: {
        [key: string]: string;
    };
    Type?: HostConfigAllOfLogConfigTypeEnum;
}

Properties

Properties

Config?: {
    [key: string]: string;
}