PHP Class AwsInspector\Model\CloudWatchLogs\Repository

Datei anzeigen Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$cloudWatchLogsClient Aws\CloudWatchLogs\CloudWatchLogsClient

Public Methods

Method Description
__construct ( null $profile = null, Manager $profileManager = null )
deleteLogGroup ( $logGroupName )
findLogEvents ( $logGroupName, $logStreamName, &$nextForwardToken )
findLogGroups ( string $logGroupNameFilter = null ) : Collection
findLogStreams ( $logGroupName, string $logStreamNameFilter = null ) : Collection

Method Details

__construct() public method

public __construct ( null $profile = null, Manager $profileManager = null )
$profile null
$profileManager StackFormation\Profile\Manager

deleteLogGroup() public method

public deleteLogGroup ( $logGroupName )

findLogEvents() public method

public findLogEvents ( $logGroupName, $logStreamName, &$nextForwardToken )

findLogGroups() public method

public findLogGroups ( string $logGroupNameFilter = null ) : Collection
$logGroupNameFilter string
return AwsInspector\Model\Collection

findLogStreams() public method

public findLogStreams ( $logGroupName, string $logStreamNameFilter = null ) : Collection
$logGroupName
$logStreamNameFilter string
return AwsInspector\Model\Collection

Property Details

$cloudWatchLogsClient protected_oe property

protected CloudWatchLogsClient,Aws\CloudWatchLogs $cloudWatchLogsClient
return Aws\CloudWatchLogs\CloudWatchLogsClient