StackFormation\Profile\Manager::getCfnClient PHP Method

getCfnClient() public method

public getCfnClient ( $profile = null, array $args = [] ) : Aws\CloudFormation\CloudFormationClient
$args array
return Aws\CloudFormation\CloudFormationClient
    public function getCfnClient($profile = null, array $args = [])
    {
        return $this->getClient('CloudFormation', $profile, $args);
    }