StackFormation\BlueprintAction::getCfnClient PHP Method

getCfnClient() protected method

protected getCfnClient ( ) : Aws\CloudFormation\CloudFormationClient
return Aws\CloudFormation\CloudFormationClient
    protected function getCfnClient()
    {
        if (is_null($this->cfnClient)) {
            $this->cfnClient = $this->profileManager->getClient('CloudFormation', $this->blueprint->getProfile());
        }
        return $this->cfnClient;
    }