PHP Class StackFormation\Stack

Mostrar archivo Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$cache StackFormation\Helper\Cache
$cfnClient Aws\CloudFormation\CloudFormationClient
$data string

Public Methods

Method Description
__construct ( $data, Aws\CloudFormation\CloudFormationClient $cfnClient )
cancelUpdate ( ) }
continueUpdateRollback ( )
delete ( )
getBlueprintName ( )
getDescription ( )
getEvents ( ) : array
getName ( )
getOutput ( $key ) : string Get output
getOutputs ( ) : array Get outputs
getParameter ( $key )
getParameters ( ) : array Get parameter values
getResource ( $key ) : string Get resource
getResources ( ) : array Ger resources
getStatus ( )
getTag ( $key )
getTags ( )
getTemplate ( )
getUsedEnvVars ( )
isInProgress ( )

Protected Methods

Method Description
getBlueprintReference ( ) : array

Method Details

__construct() public method

public __construct ( $data, Aws\CloudFormation\CloudFormationClient $cfnClient )
$cfnClient Aws\CloudFormation\CloudFormationClient

cancelUpdate() public method

}
public cancelUpdate ( )

continueUpdateRollback() public method

delete() public method

public delete ( )

getBlueprintName() public method

public getBlueprintName ( )

getBlueprintReference() protected method

protected getBlueprintReference ( ) : array
return array

getDescription() public method

public getDescription ( )

getEvents() public method

public getEvents ( ) : array
return array

getName() public method

public getName ( )

getOutput() public method

Get output
public getOutput ( $key ) : string
$key
return string

getOutputs() public method

Get outputs
public getOutputs ( ) : array
return array

getParameter() public method

public getParameter ( $key )

getParameters() public method

Get parameter values
public getParameters ( ) : array
return array

getResource() public method

Get resource
public getResource ( $key ) : string
$key
return string

getResources() public method

Ger resources
public getResources ( ) : array
return array

getStatus() public method

public getStatus ( )

getTag() public method

public getTag ( $key )

getTags() public method

public getTags ( )

getTemplate() public method

public getTemplate ( )

getUsedEnvVars() public method

public getUsedEnvVars ( )

isInProgress() public method

public isInProgress ( )

Property Details

$cache protected_oe property

protected Cache,StackFormation\Helper $cache
return StackFormation\Helper\Cache

$cfnClient protected_oe property

protected CloudFormationClient,Aws\CloudFormation $cfnClient
return Aws\CloudFormation\CloudFormationClient

$data protected_oe property

protected string $data
return string