Interface TaskSpecContainerSpecConfigsInner

TaskSpecContainerSpecConfigsInner

interface TaskSpecContainerSpecConfigsInner {
    ConfigID?: string;
    ConfigName?: string;
    File?: TaskSpecContainerSpecConfigsInnerFile;
    Runtime?: object;
}

Properties

ConfigID?: string

ConfigID represents the ID of the specific config that we're referencing.

ConfigName?: string

ConfigName is the name of the config that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID.

Runtime?: object

Runtime represents a target that is not mounted into the container but is used by the task


> Note: Configs.File and Configs.Runtime are mutually > exclusive