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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cloudwatchlogs:delete-lambda-trigger')->setDescription('Deletes a subscription')->addArgument('group', InputArgument::REQUIRED, 'Log group name pattern')->addArgument('lambdaArn', InputArgument::REQUIRED, 'The ARN of the Lambda destination to delete permissions')->addArgument('filterName', InputArgument::REQUIRED, 'A name for the subscription filter');
    }
DeleteLambdaTriggerCommand