AwsInspector\Command\CloudwatchLogs\AddLambdaTriggerCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cloudwatchlogs:add-lambda-trigger')->setDescription('Creates or updates a subscription filter and associates it with the specified log group')->addArgument('group', InputArgument::REQUIRED, 'Log group name pattern')->addArgument('destinationArn', InputArgument::REQUIRED, 'The ARN of the Lambda destination to deliver matching log events')->addArgument('filterName', InputArgument::REQUIRED, 'A name for the subscription filter');
    }
AddLambdaTriggerCommand