Interface MRAppContainerProps

Interface representing the properties for the MRAppContainer component.

interface MRAppContainerProps {
    account: OSMLAccount;
    buildFromSource?: boolean;
    mrAppContainerConfig?: MRContainerConfig;
    osmlVpc: OSMLVpc;
    taskRole?: IRole;
}

Properties

account: OSMLAccount

The OSML deployment account.

buildFromSource?: boolean

Optional flag to instruct building model runner container from source.

mrAppContainerConfig?: MRContainerConfig

Optional configuration settings specific to the MRAppContainer.

osmlVpc: OSMLVpc

The OSML VPC (Virtual Private Cloud) associated with the MRAppContainer.

taskRole?: IRole

Optional task role to be used by the MRAppContainer.

Generated using TypeDoc