StackFormation\StackFactory::getStackResource PHP Method

getStackResource() public method

public getStackResource ( $stackName, $key )
    public function getStackResource($stackName, $key)
    {
        return $this->getStack($stackName)->getResource($key);
    }