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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cloudwatchlogs:set-retention')->setDescription('Set retention')->addArgument('days', InputArgument::REQUIRED, 'retention in days')->addArgument('group', InputArgument::REQUIRED, 'Log group name pattern');
    }
SetRetentionCommand