ServiceParameters type

Signature:

export declare type ServiceParameters = {
    portMappings?: PortMapping[];
    environmentVariables?: EnvironmentVariable[];
    sharedMemorySize?: bigint;
    cpuSet?: number[];
    volumeMounts?: VolumeMount[];
};